diff --git a/README.md b/README.md index 62ea3615..d19393cf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is Intersight REST API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 1.0.9-228 +- API version: 1.0.9-255 - Package version: 1.0.0 - Build package: io.swagger.codegen.languages.PythonClientCodegen diff --git a/intersight/__init__.py b/intersight/__init__.py index c5c65b0c..3e30b88b 100644 --- a/intersight/__init__.py +++ b/intersight/__init__.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -68,7 +68,6 @@ from .models.equipment_tpm_list import EquipmentTpmList from .models.error import Error from .models.ether_physical_port_list import EtherPhysicalPortList -from .models.externalsite_authorization_list import ExternalsiteAuthorizationList from .models.fault_instance_list import FaultInstanceList from .models.fc_physical_port_list import FcPhysicalPortList from .models.feedback_feedback_data import FeedbackFeedbackData @@ -112,7 +111,6 @@ from .models.hyperflex_hx_uu_id_dt import HyperflexHxUuIdDt from .models.hyperflex_hxdp_version_list import HyperflexHxdpVersionList from .models.hyperflex_ip_addr_range import HyperflexIpAddrRange -from .models.hyperflex_iterator_string import HyperflexIteratorString from .models.hyperflex_local_credential_policy_list import HyperflexLocalCredentialPolicyList from .models.hyperflex_logical_availability_zone import HyperflexLogicalAvailabilityZone from .models.hyperflex_mac_addr_prefix_range import HyperflexMacAddrPrefixRange @@ -399,8 +397,6 @@ from .models.equipment_system_io_controller_ref import EquipmentSystemIoControllerRef from .models.equipment_tpm_ref import EquipmentTpmRef from .models.ether_physical_port_ref import EtherPhysicalPortRef -from .models.externalsite_authorization import ExternalsiteAuthorization -from .models.externalsite_authorization_ref import ExternalsiteAuthorizationRef from .models.extsearch_app_config_ref import ExtsearchAppConfigRef from .models.extsearch_import_ref import ExtsearchImportRef from .models.fault_instance_ref import FaultInstanceRef @@ -485,7 +481,6 @@ from .models.hyperflex_hxdp_version_ref import HyperflexHxdpVersionRef from .models.hyperflex_installer_image_ref import HyperflexInstallerImageRef from .models.hyperflex_ip_addr_range_ref import HyperflexIpAddrRangeRef -from .models.hyperflex_iterator_string_ref import HyperflexIteratorStringRef from .models.hyperflex_local_credential_policy_ref import HyperflexLocalCredentialPolicyRef from .models.hyperflex_logical_availability_zone_ref import HyperflexLogicalAvailabilityZoneRef from .models.hyperflex_mac_addr_prefix_range_ref import HyperflexMacAddrPrefixRangeRef @@ -635,7 +630,6 @@ from .models.mo_base_mo_ref import MoBaseMoRef from .models.mo_interest_registration_ref import MoInterestRegistrationRef from .models.mo_mo_ref_ref import MoMoRefRef -from .models.mo_snapshot_ref import MoSnapshotRef from .models.mo_tag_ref import MoTagRef from .models.mo_version_context_ref import MoVersionContextRef from .models.network_element_ref import NetworkElementRef @@ -980,7 +974,6 @@ from .apis.equipment_system_io_controller_api import EquipmentSystemIoControllerApi from .apis.equipment_tpm_api import EquipmentTpmApi from .apis.ether_physical_port_api import EtherPhysicalPortApi -from .apis.externalsite_authorization_api import ExternalsiteAuthorizationApi from .apis.fault_instance_api import FaultInstanceApi from .apis.fc_physical_port_api import FcPhysicalPortApi from .apis.feedback_feedback_post_api import FeedbackFeedbackPostApi diff --git a/intersight/api_client.py b/intersight/api_client.py index 0442ba3d..bed6922d 100644 --- a/intersight/api_client.py +++ b/intersight/api_client.py @@ -4,7 +4,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/__init__.py b/intersight/apis/__init__.py index 170a9869..2034a409 100644 --- a/intersight/apis/__init__.py +++ b/intersight/apis/__init__.py @@ -44,7 +44,6 @@ 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 diff --git a/intersight/apis/aaa_audit_record_api.py b/intersight/apis/aaa_audit_record_api.py index 027db70a..6fd62fd5 100644 --- a/intersight/apis/aaa_audit_record_api.py +++ b/intersight/apis/aaa_audit_record_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def aaa_audit_records_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AaaAuditRecordList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def aaa_audit_records_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AaaAuditRecordList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def aaa_audit_records_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def aaa_audit_records_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def aaa_audit_records_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def aaa_audit_records_moid_get(self, moid, **kwargs): """ Get a specific instance of 'aaaAuditRecord' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def aaa_audit_records_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.aaa_audit_records_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.aaa_audit_records_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the aaaAuditRecord instance. (required) - :param str moid2: The moid of the aaaAuditRecord instance. (required) - :param str moid3: The moid of the aaaAuditRecord instance. (required) - :param str moid4: The moid of the aaaAuditRecord instance. (required) - :param str moid5: The moid of the aaaAuditRecord instance. (required) - :param str moid6: The moid of the aaaAuditRecord instance. (required) - :param str moid7: The moid of the aaaAuditRecord instance. (required) - :param str moid8: The moid of the aaaAuditRecord instance. (required) - :param str moid9: The moid of the aaaAuditRecord instance. (required) - :param str moid10: The moid of the aaaAuditRecord instance. (required) - :param str moid11: The moid of the aaaAuditRecord instance. (required) - :param str moid12: The moid of the aaaAuditRecord instance. (required) - :param str moid13: The moid of the aaaAuditRecord instance. (required) - :param str moid14: The moid of the aaaAuditRecord instance. (required) - :param str moid15: The moid of the aaaAuditRecord instance. (required) :return: AaaAuditRecord If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.aaa_audit_records_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.aaa_audit_records_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.aaa_audit_records_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.aaa_audit_records_moid_get_with_http_info(moid, **kwargs) return data - def aaa_audit_records_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def aaa_audit_records_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'aaaAuditRecord' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def aaa_audit_records_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.aaa_audit_records_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.aaa_audit_records_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the aaaAuditRecord instance. (required) - :param str moid2: The moid of the aaaAuditRecord instance. (required) - :param str moid3: The moid of the aaaAuditRecord instance. (required) - :param str moid4: The moid of the aaaAuditRecord instance. (required) - :param str moid5: The moid of the aaaAuditRecord instance. (required) - :param str moid6: The moid of the aaaAuditRecord instance. (required) - :param str moid7: The moid of the aaaAuditRecord instance. (required) - :param str moid8: The moid of the aaaAuditRecord instance. (required) - :param str moid9: The moid of the aaaAuditRecord instance. (required) - :param str moid10: The moid of the aaaAuditRecord instance. (required) - :param str moid11: The moid of the aaaAuditRecord instance. (required) - :param str moid12: The moid of the aaaAuditRecord instance. (required) - :param str moid13: The moid of the aaaAuditRecord instance. (required) - :param str moid14: The moid of the aaaAuditRecord instance. (required) - :param str moid15: The moid of the aaaAuditRecord instance. (required) :return: AaaAuditRecord If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def aaa_audit_records_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `aaa_audit_records_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `aaa_audit_records_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def aaa_audit_records_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/adapter_ext_eth_interface_api.py b/intersight/apis/adapter_ext_eth_interface_api.py index 81ec6aaa..d91e0bd1 100644 --- a/intersight/apis/adapter_ext_eth_interface_api.py +++ b/intersight/apis/adapter_ext_eth_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def adapter_ext_eth_interfaces_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterExtEthInterfaceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def adapter_ext_eth_interfaces_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterExtEthInterfaceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def adapter_ext_eth_interfaces_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def adapter_ext_eth_interfaces_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def adapter_ext_eth_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_ext_eth_interfaces_moid_get(self, moid, **kwargs): """ Get a specific instance of 'adapterExtEthInterface' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def adapter_ext_eth_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_ext_eth_interfaces_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_ext_eth_interfaces_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterExtEthInterface instance. (required) - :param str moid2: The moid of the adapterExtEthInterface instance. (required) - :param str moid3: The moid of the adapterExtEthInterface instance. (required) - :param str moid4: The moid of the adapterExtEthInterface instance. (required) - :param str moid5: The moid of the adapterExtEthInterface instance. (required) - :param str moid6: The moid of the adapterExtEthInterface instance. (required) - :param str moid7: The moid of the adapterExtEthInterface instance. (required) - :param str moid8: The moid of the adapterExtEthInterface instance. (required) - :param str moid9: The moid of the adapterExtEthInterface instance. (required) - :param str moid10: The moid of the adapterExtEthInterface instance. (required) - :param str moid11: The moid of the adapterExtEthInterface instance. (required) - :param str moid12: The moid of the adapterExtEthInterface instance. (required) - :param str moid13: The moid of the adapterExtEthInterface instance. (required) - :param str moid14: The moid of the adapterExtEthInterface instance. (required) - :param str moid15: The moid of the adapterExtEthInterface instance. (required) :return: AdapterExtEthInterface If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.adapter_ext_eth_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.adapter_ext_eth_interfaces_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.adapter_ext_eth_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.adapter_ext_eth_interfaces_moid_get_with_http_info(moid, **kwargs) return data - def adapter_ext_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_ext_eth_interfaces_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'adapterExtEthInterface' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def adapter_ext_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_ext_eth_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_ext_eth_interfaces_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterExtEthInterface instance. (required) - :param str moid2: The moid of the adapterExtEthInterface instance. (required) - :param str moid3: The moid of the adapterExtEthInterface instance. (required) - :param str moid4: The moid of the adapterExtEthInterface instance. (required) - :param str moid5: The moid of the adapterExtEthInterface instance. (required) - :param str moid6: The moid of the adapterExtEthInterface instance. (required) - :param str moid7: The moid of the adapterExtEthInterface instance. (required) - :param str moid8: The moid of the adapterExtEthInterface instance. (required) - :param str moid9: The moid of the adapterExtEthInterface instance. (required) - :param str moid10: The moid of the adapterExtEthInterface instance. (required) - :param str moid11: The moid of the adapterExtEthInterface instance. (required) - :param str moid12: The moid of the adapterExtEthInterface instance. (required) - :param str moid13: The moid of the adapterExtEthInterface instance. (required) - :param str moid14: The moid of the adapterExtEthInterface instance. (required) - :param str moid15: The moid of the adapterExtEthInterface instance. (required) :return: AdapterExtEthInterface If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def adapter_ext_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `adapter_ext_eth_interfaces_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `adapter_ext_eth_interfaces_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def adapter_ext_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/adapter_host_eth_interface_api.py b/intersight/apis/adapter_host_eth_interface_api.py index 5bb17bb0..64af8d80 100644 --- a/intersight/apis/adapter_host_eth_interface_api.py +++ b/intersight/apis/adapter_host_eth_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def adapter_host_eth_interfaces_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterHostEthInterfaceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def adapter_host_eth_interfaces_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterHostEthInterfaceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def adapter_host_eth_interfaces_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def adapter_host_eth_interfaces_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def adapter_host_eth_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_host_eth_interfaces_moid_get(self, moid, **kwargs): """ Get a specific instance of 'adapterHostEthInterface' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def adapter_host_eth_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_host_eth_interfaces_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_host_eth_interfaces_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterHostEthInterface instance. (required) - :param str moid2: The moid of the adapterHostEthInterface instance. (required) - :param str moid3: The moid of the adapterHostEthInterface instance. (required) - :param str moid4: The moid of the adapterHostEthInterface instance. (required) - :param str moid5: The moid of the adapterHostEthInterface instance. (required) - :param str moid6: The moid of the adapterHostEthInterface instance. (required) - :param str moid7: The moid of the adapterHostEthInterface instance. (required) - :param str moid8: The moid of the adapterHostEthInterface instance. (required) - :param str moid9: The moid of the adapterHostEthInterface instance. (required) - :param str moid10: The moid of the adapterHostEthInterface instance. (required) - :param str moid11: The moid of the adapterHostEthInterface instance. (required) - :param str moid12: The moid of the adapterHostEthInterface instance. (required) - :param str moid13: The moid of the adapterHostEthInterface instance. (required) - :param str moid14: The moid of the adapterHostEthInterface instance. (required) - :param str moid15: The moid of the adapterHostEthInterface instance. (required) :return: AdapterHostEthInterface If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.adapter_host_eth_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.adapter_host_eth_interfaces_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.adapter_host_eth_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.adapter_host_eth_interfaces_moid_get_with_http_info(moid, **kwargs) return data - def adapter_host_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_host_eth_interfaces_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'adapterHostEthInterface' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def adapter_host_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_host_eth_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_host_eth_interfaces_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterHostEthInterface instance. (required) - :param str moid2: The moid of the adapterHostEthInterface instance. (required) - :param str moid3: The moid of the adapterHostEthInterface instance. (required) - :param str moid4: The moid of the adapterHostEthInterface instance. (required) - :param str moid5: The moid of the adapterHostEthInterface instance. (required) - :param str moid6: The moid of the adapterHostEthInterface instance. (required) - :param str moid7: The moid of the adapterHostEthInterface instance. (required) - :param str moid8: The moid of the adapterHostEthInterface instance. (required) - :param str moid9: The moid of the adapterHostEthInterface instance. (required) - :param str moid10: The moid of the adapterHostEthInterface instance. (required) - :param str moid11: The moid of the adapterHostEthInterface instance. (required) - :param str moid12: The moid of the adapterHostEthInterface instance. (required) - :param str moid13: The moid of the adapterHostEthInterface instance. (required) - :param str moid14: The moid of the adapterHostEthInterface instance. (required) - :param str moid15: The moid of the adapterHostEthInterface instance. (required) :return: AdapterHostEthInterface If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def adapter_host_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `adapter_host_eth_interfaces_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `adapter_host_eth_interfaces_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def adapter_host_eth_interfaces_moid_get_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/adapter_host_fc_interface_api.py b/intersight/apis/adapter_host_fc_interface_api.py index ae275e7c..bff8628c 100644 --- a/intersight/apis/adapter_host_fc_interface_api.py +++ b/intersight/apis/adapter_host_fc_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def adapter_host_fc_interfaces_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterHostFcInterfaceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def adapter_host_fc_interfaces_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterHostFcInterfaceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def adapter_host_fc_interfaces_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def adapter_host_fc_interfaces_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def adapter_host_fc_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_host_fc_interfaces_moid_get(self, moid, **kwargs): """ Get a specific instance of 'adapterHostFcInterface' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def adapter_host_fc_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_host_fc_interfaces_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_host_fc_interfaces_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterHostFcInterface instance. (required) - :param str moid2: The moid of the adapterHostFcInterface instance. (required) - :param str moid3: The moid of the adapterHostFcInterface instance. (required) - :param str moid4: The moid of the adapterHostFcInterface instance. (required) - :param str moid5: The moid of the adapterHostFcInterface instance. (required) - :param str moid6: The moid of the adapterHostFcInterface instance. (required) - :param str moid7: The moid of the adapterHostFcInterface instance. (required) - :param str moid8: The moid of the adapterHostFcInterface instance. (required) - :param str moid9: The moid of the adapterHostFcInterface instance. (required) - :param str moid10: The moid of the adapterHostFcInterface instance. (required) - :param str moid11: The moid of the adapterHostFcInterface instance. (required) - :param str moid12: The moid of the adapterHostFcInterface instance. (required) - :param str moid13: The moid of the adapterHostFcInterface instance. (required) - :param str moid14: The moid of the adapterHostFcInterface instance. (required) - :param str moid15: The moid of the adapterHostFcInterface instance. (required) :return: AdapterHostFcInterface If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.adapter_host_fc_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.adapter_host_fc_interfaces_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.adapter_host_fc_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.adapter_host_fc_interfaces_moid_get_with_http_info(moid, **kwargs) return data - def adapter_host_fc_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_host_fc_interfaces_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'adapterHostFcInterface' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def adapter_host_fc_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_host_fc_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_host_fc_interfaces_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterHostFcInterface instance. (required) - :param str moid2: The moid of the adapterHostFcInterface instance. (required) - :param str moid3: The moid of the adapterHostFcInterface instance. (required) - :param str moid4: The moid of the adapterHostFcInterface instance. (required) - :param str moid5: The moid of the adapterHostFcInterface instance. (required) - :param str moid6: The moid of the adapterHostFcInterface instance. (required) - :param str moid7: The moid of the adapterHostFcInterface instance. (required) - :param str moid8: The moid of the adapterHostFcInterface instance. (required) - :param str moid9: The moid of the adapterHostFcInterface instance. (required) - :param str moid10: The moid of the adapterHostFcInterface instance. (required) - :param str moid11: The moid of the adapterHostFcInterface instance. (required) - :param str moid12: The moid of the adapterHostFcInterface instance. (required) - :param str moid13: The moid of the adapterHostFcInterface instance. (required) - :param str moid14: The moid of the adapterHostFcInterface instance. (required) - :param str moid15: The moid of the adapterHostFcInterface instance. (required) :return: AdapterHostFcInterface If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def adapter_host_fc_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `adapter_host_fc_interfaces_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `adapter_host_fc_interfaces_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def adapter_host_fc_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/adapter_host_iscsi_interface_api.py b/intersight/apis/adapter_host_iscsi_interface_api.py index 680426db..8266960a 100644 --- a/intersight/apis/adapter_host_iscsi_interface_api.py +++ b/intersight/apis/adapter_host_iscsi_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def adapter_host_iscsi_interfaces_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterHostIscsiInterfaceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def adapter_host_iscsi_interfaces_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterHostIscsiInterfaceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def adapter_host_iscsi_interfaces_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def adapter_host_iscsi_interfaces_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def adapter_host_iscsi_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_host_iscsi_interfaces_moid_get(self, moid, **kwargs): """ Get a specific instance of 'adapterHostIscsiInterface' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def adapter_host_iscsi_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_host_iscsi_interfaces_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_host_iscsi_interfaces_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid2: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid3: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid4: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid5: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid6: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid7: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid8: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid9: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid10: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid11: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid12: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid13: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid14: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid15: The moid of the adapterHostIscsiInterface instance. (required) :return: AdapterHostIscsiInterface If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.adapter_host_iscsi_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.adapter_host_iscsi_interfaces_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.adapter_host_iscsi_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.adapter_host_iscsi_interfaces_moid_get_with_http_info(moid, **kwargs) return data - def adapter_host_iscsi_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_host_iscsi_interfaces_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'adapterHostIscsiInterface' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def adapter_host_iscsi_interfaces_moid_get_with_http_info(self, moid, moid2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_host_iscsi_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_host_iscsi_interfaces_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid2: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid3: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid4: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid5: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid6: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid7: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid8: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid9: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid10: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid11: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid12: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid13: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid14: The moid of the adapterHostIscsiInterface instance. (required) - :param str moid15: The moid of the adapterHostIscsiInterface instance. (required) :return: AdapterHostIscsiInterface If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def adapter_host_iscsi_interfaces_moid_get_with_http_info(self, moid, moid2, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `adapter_host_iscsi_interfaces_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `adapter_host_iscsi_interfaces_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def adapter_host_iscsi_interfaces_moid_get_with_http_info(self, moid, moid2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/adapter_unit_api.py b/intersight/apis/adapter_unit_api.py index db0e66b3..c51d3953 100644 --- a/intersight/apis/adapter_unit_api.py +++ b/intersight/apis/adapter_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def adapter_units_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterUnitList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def adapter_units_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AdapterUnitList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def adapter_units_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def adapter_units_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def adapter_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_units_moid_get(self, moid, **kwargs): """ Get a specific instance of 'adapterUnit' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def adapter_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_units_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_units_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterUnit instance. (required) - :param str moid2: The moid of the adapterUnit instance. (required) - :param str moid3: The moid of the adapterUnit instance. (required) - :param str moid4: The moid of the adapterUnit instance. (required) - :param str moid5: The moid of the adapterUnit instance. (required) - :param str moid6: The moid of the adapterUnit instance. (required) - :param str moid7: The moid of the adapterUnit instance. (required) - :param str moid8: The moid of the adapterUnit instance. (required) - :param str moid9: The moid of the adapterUnit instance. (required) - :param str moid10: The moid of the adapterUnit instance. (required) - :param str moid11: The moid of the adapterUnit instance. (required) - :param str moid12: The moid of the adapterUnit instance. (required) - :param str moid13: The moid of the adapterUnit instance. (required) - :param str moid14: The moid of the adapterUnit instance. (required) - :param str moid15: The moid of the adapterUnit instance. (required) :return: AdapterUnit If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.adapter_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.adapter_units_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.adapter_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.adapter_units_moid_get_with_http_info(moid, **kwargs) return data - def adapter_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def adapter_units_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'adapterUnit' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def adapter_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.adapter_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.adapter_units_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the adapterUnit instance. (required) - :param str moid2: The moid of the adapterUnit instance. (required) - :param str moid3: The moid of the adapterUnit instance. (required) - :param str moid4: The moid of the adapterUnit instance. (required) - :param str moid5: The moid of the adapterUnit instance. (required) - :param str moid6: The moid of the adapterUnit instance. (required) - :param str moid7: The moid of the adapterUnit instance. (required) - :param str moid8: The moid of the adapterUnit instance. (required) - :param str moid9: The moid of the adapterUnit instance. (required) - :param str moid10: The moid of the adapterUnit instance. (required) - :param str moid11: The moid of the adapterUnit instance. (required) - :param str moid12: The moid of the adapterUnit instance. (required) - :param str moid13: The moid of the adapterUnit instance. (required) - :param str moid14: The moid of the adapterUnit instance. (required) - :param str moid15: The moid of the adapterUnit instance. (required) :return: AdapterUnit If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def adapter_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `adapter_units_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `adapter_units_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def adapter_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/asset_cluster_member_api.py b/intersight/apis/asset_cluster_member_api.py index 2d45e1cf..67fcc7b6 100644 --- a/intersight/apis/asset_cluster_member_api.py +++ b/intersight/apis/asset_cluster_member_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def asset_cluster_members_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AssetClusterMemberList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def asset_cluster_members_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AssetClusterMemberList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def asset_cluster_members_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def asset_cluster_members_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_cluster_members_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_cluster_members_moid_get(self, moid, **kwargs): """ Get a specific instance of 'assetClusterMember' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def asset_cluster_members_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_cluster_members_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_cluster_members_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetClusterMember instance. (required) - :param str moid2: The moid of the assetClusterMember instance. (required) - :param str moid3: The moid of the assetClusterMember instance. (required) - :param str moid4: The moid of the assetClusterMember instance. (required) - :param str moid5: The moid of the assetClusterMember instance. (required) - :param str moid6: The moid of the assetClusterMember instance. (required) - :param str moid7: The moid of the assetClusterMember instance. (required) - :param str moid8: The moid of the assetClusterMember instance. (required) - :param str moid9: The moid of the assetClusterMember instance. (required) - :param str moid10: The moid of the assetClusterMember instance. (required) - :param str moid11: The moid of the assetClusterMember instance. (required) - :param str moid12: The moid of the assetClusterMember instance. (required) - :param str moid13: The moid of the assetClusterMember instance. (required) - :param str moid14: The moid of the assetClusterMember instance. (required) - :param str moid15: The moid of the assetClusterMember instance. (required) :return: AssetClusterMember If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_cluster_members_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.asset_cluster_members_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.asset_cluster_members_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.asset_cluster_members_moid_get_with_http_info(moid, **kwargs) return data - def asset_cluster_members_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_cluster_members_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'assetClusterMember' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def asset_cluster_members_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_cluster_members_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_cluster_members_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetClusterMember instance. (required) - :param str moid2: The moid of the assetClusterMember instance. (required) - :param str moid3: The moid of the assetClusterMember instance. (required) - :param str moid4: The moid of the assetClusterMember instance. (required) - :param str moid5: The moid of the assetClusterMember instance. (required) - :param str moid6: The moid of the assetClusterMember instance. (required) - :param str moid7: The moid of the assetClusterMember instance. (required) - :param str moid8: The moid of the assetClusterMember instance. (required) - :param str moid9: The moid of the assetClusterMember instance. (required) - :param str moid10: The moid of the assetClusterMember instance. (required) - :param str moid11: The moid of the assetClusterMember instance. (required) - :param str moid12: The moid of the assetClusterMember instance. (required) - :param str moid13: The moid of the assetClusterMember instance. (required) - :param str moid14: The moid of the assetClusterMember instance. (required) - :param str moid15: The moid of the assetClusterMember instance. (required) :return: AssetClusterMember If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def asset_cluster_members_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_cluster_members_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_cluster_members_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def asset_cluster_members_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/asset_device_claim_api.py b/intersight/apis/asset_device_claim_api.py index 23ae8fee..badef08d 100644 --- a/intersight/apis/asset_device_claim_api.py +++ b/intersight/apis/asset_device_claim_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,7 +40,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def asset_device_claims_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_claims_moid_delete(self, moid, **kwargs): """ Delete an instance of 'assetDeviceClaim' This method makes a synchronous HTTP request by default. To make an @@ -49,37 +49,23 @@ def asset_device_claims_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_claims_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_claims_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceClaim instance. (required) - :param str moid2: The moid of the assetDeviceClaim instance. (required) - :param str moid3: The moid of the assetDeviceClaim instance. (required) - :param str moid4: The moid of the assetDeviceClaim instance. (required) - :param str moid5: The moid of the assetDeviceClaim instance. (required) - :param str moid6: The moid of the assetDeviceClaim instance. (required) - :param str moid7: The moid of the assetDeviceClaim instance. (required) - :param str moid8: The moid of the assetDeviceClaim instance. (required) - :param str moid9: The moid of the assetDeviceClaim instance. (required) - :param str moid10: The moid of the assetDeviceClaim instance. (required) - :param str moid11: The moid of the assetDeviceClaim instance. (required) - :param str moid12: The moid of the assetDeviceClaim instance. (required) - :param str moid13: The moid of the assetDeviceClaim instance. (required) - :param str moid14: The moid of the assetDeviceClaim instance. (required) - :param str moid15: The moid of the assetDeviceClaim instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_claims_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.asset_device_claims_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.asset_device_claims_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.asset_device_claims_moid_delete_with_http_info(moid, **kwargs) return data - def asset_device_claims_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_claims_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'assetDeviceClaim' This method makes a synchronous HTTP request by default. To make an @@ -88,31 +74,17 @@ def asset_device_claims_moid_delete_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_claims_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_claims_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceClaim instance. (required) - :param str moid2: The moid of the assetDeviceClaim instance. (required) - :param str moid3: The moid of the assetDeviceClaim instance. (required) - :param str moid4: The moid of the assetDeviceClaim instance. (required) - :param str moid5: The moid of the assetDeviceClaim instance. (required) - :param str moid6: The moid of the assetDeviceClaim instance. (required) - :param str moid7: The moid of the assetDeviceClaim instance. (required) - :param str moid8: The moid of the assetDeviceClaim instance. (required) - :param str moid9: The moid of the assetDeviceClaim instance. (required) - :param str moid10: The moid of the assetDeviceClaim instance. (required) - :param str moid11: The moid of the assetDeviceClaim instance. (required) - :param str moid12: The moid of the assetDeviceClaim instance. (required) - :param str moid13: The moid of the assetDeviceClaim instance. (required) - :param str moid14: The moid of the assetDeviceClaim instance. (required) - :param str moid15: The moid of the assetDeviceClaim instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -130,48 +102,6 @@ def asset_device_claims_moid_delete_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_claims_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_claims_moid_delete`") collection_formats = {} @@ -179,34 +109,6 @@ def asset_device_claims_moid_delete_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -242,7 +144,7 @@ def asset_device_claims_moid_delete_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_claims_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def asset_device_claims_post(self, body, **kwargs): """ Create an instance of 'assetDeviceClaim' This method makes a synchronous HTTP request by default. To make an @@ -251,37 +153,23 @@ def asset_device_claims_post(self, body, body2, body3, body4, body5, body6, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_claims_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.asset_device_claims_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param AssetDeviceClaim body: assetDeviceClaim to add (required) - :param AssetDeviceClaim body2: assetDeviceClaim to add (required) - :param AssetDeviceClaim body3: assetDeviceClaim to add (required) - :param AssetDeviceClaim body4: assetDeviceClaim to add (required) - :param AssetDeviceClaim body5: assetDeviceClaim to add (required) - :param AssetDeviceClaim body6: assetDeviceClaim to add (required) - :param AssetDeviceClaim body7: assetDeviceClaim to add (required) - :param AssetDeviceClaim body8: assetDeviceClaim to add (required) - :param AssetDeviceClaim body9: assetDeviceClaim to add (required) - :param AssetDeviceClaim body10: assetDeviceClaim to add (required) - :param AssetDeviceClaim body11: assetDeviceClaim to add (required) - :param AssetDeviceClaim body12: assetDeviceClaim to add (required) - :param AssetDeviceClaim body13: assetDeviceClaim to add (required) - :param AssetDeviceClaim body14: assetDeviceClaim to add (required) - :param AssetDeviceClaim body15: assetDeviceClaim to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_claims_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.asset_device_claims_post_with_http_info(body, **kwargs) else: - (data) = self.asset_device_claims_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.asset_device_claims_post_with_http_info(body, **kwargs) return data - def asset_device_claims_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def asset_device_claims_post_with_http_info(self, body, **kwargs): """ Create an instance of 'assetDeviceClaim' This method makes a synchronous HTTP request by default. To make an @@ -290,31 +178,17 @@ def asset_device_claims_post_with_http_info(self, body, body2, body3, body4, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_claims_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.asset_device_claims_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param AssetDeviceClaim body: assetDeviceClaim to add (required) - :param AssetDeviceClaim body2: assetDeviceClaim to add (required) - :param AssetDeviceClaim body3: assetDeviceClaim to add (required) - :param AssetDeviceClaim body4: assetDeviceClaim to add (required) - :param AssetDeviceClaim body5: assetDeviceClaim to add (required) - :param AssetDeviceClaim body6: assetDeviceClaim to add (required) - :param AssetDeviceClaim body7: assetDeviceClaim to add (required) - :param AssetDeviceClaim body8: assetDeviceClaim to add (required) - :param AssetDeviceClaim body9: assetDeviceClaim to add (required) - :param AssetDeviceClaim body10: assetDeviceClaim to add (required) - :param AssetDeviceClaim body11: assetDeviceClaim to add (required) - :param AssetDeviceClaim body12: assetDeviceClaim to add (required) - :param AssetDeviceClaim body13: assetDeviceClaim to add (required) - :param AssetDeviceClaim body14: assetDeviceClaim to add (required) - :param AssetDeviceClaim body15: assetDeviceClaim to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -332,48 +206,6 @@ def asset_device_claims_post_with_http_info(self, body, body2, body3, body4, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `asset_device_claims_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `asset_device_claims_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `asset_device_claims_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `asset_device_claims_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `asset_device_claims_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `asset_device_claims_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `asset_device_claims_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `asset_device_claims_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `asset_device_claims_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `asset_device_claims_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `asset_device_claims_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `asset_device_claims_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `asset_device_claims_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `asset_device_claims_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `asset_device_claims_post`") collection_formats = {} @@ -388,8 +220,8 @@ def asset_device_claims_post_with_http_info(self, body, body2, body3, body4, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/asset_device_configuration_api.py b/intersight/apis/asset_device_configuration_api.py index 52888846..588c0a53 100644 --- a/intersight/apis/asset_device_configuration_api.py +++ b/intersight/apis/asset_device_configuration_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def asset_device_configurations_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AssetDeviceConfigurationList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def asset_device_configurations_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AssetDeviceConfigurationList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def asset_device_configurations_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def asset_device_configurations_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_configurations_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_configurations_moid_get(self, moid, **kwargs): """ Get a specific instance of 'assetDeviceConfiguration' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def asset_device_configurations_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_configurations_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_configurations_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceConfiguration instance. (required) - :param str moid2: The moid of the assetDeviceConfiguration instance. (required) - :param str moid3: The moid of the assetDeviceConfiguration instance. (required) - :param str moid4: The moid of the assetDeviceConfiguration instance. (required) - :param str moid5: The moid of the assetDeviceConfiguration instance. (required) - :param str moid6: The moid of the assetDeviceConfiguration instance. (required) - :param str moid7: The moid of the assetDeviceConfiguration instance. (required) - :param str moid8: The moid of the assetDeviceConfiguration instance. (required) - :param str moid9: The moid of the assetDeviceConfiguration instance. (required) - :param str moid10: The moid of the assetDeviceConfiguration instance. (required) - :param str moid11: The moid of the assetDeviceConfiguration instance. (required) - :param str moid12: The moid of the assetDeviceConfiguration instance. (required) - :param str moid13: The moid of the assetDeviceConfiguration instance. (required) - :param str moid14: The moid of the assetDeviceConfiguration instance. (required) - :param str moid15: The moid of the assetDeviceConfiguration instance. (required) :return: AssetDeviceConfiguration If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_configurations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.asset_device_configurations_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.asset_device_configurations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.asset_device_configurations_moid_get_with_http_info(moid, **kwargs) return data - def asset_device_configurations_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_configurations_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'assetDeviceConfiguration' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def asset_device_configurations_moid_get_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_configurations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_configurations_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceConfiguration instance. (required) - :param str moid2: The moid of the assetDeviceConfiguration instance. (required) - :param str moid3: The moid of the assetDeviceConfiguration instance. (required) - :param str moid4: The moid of the assetDeviceConfiguration instance. (required) - :param str moid5: The moid of the assetDeviceConfiguration instance. (required) - :param str moid6: The moid of the assetDeviceConfiguration instance. (required) - :param str moid7: The moid of the assetDeviceConfiguration instance. (required) - :param str moid8: The moid of the assetDeviceConfiguration instance. (required) - :param str moid9: The moid of the assetDeviceConfiguration instance. (required) - :param str moid10: The moid of the assetDeviceConfiguration instance. (required) - :param str moid11: The moid of the assetDeviceConfiguration instance. (required) - :param str moid12: The moid of the assetDeviceConfiguration instance. (required) - :param str moid13: The moid of the assetDeviceConfiguration instance. (required) - :param str moid14: The moid of the assetDeviceConfiguration instance. (required) - :param str moid15: The moid of the assetDeviceConfiguration instance. (required) :return: AssetDeviceConfiguration If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def asset_device_configurations_moid_get_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_configurations_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_configurations_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def asset_device_configurations_moid_get_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def asset_device_configurations_moid_get_with_http_info(self, moid, moid2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_configurations_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_configurations_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'assetDeviceConfiguration' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def asset_device_configurations_moid_patch(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_configurations_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_configurations_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceConfiguration instance. (required) :param AssetDeviceConfiguration body: assetDeviceConfiguration to update (required) - :param str moid2: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body2: assetDeviceConfiguration to update (required) - :param str moid3: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body3: assetDeviceConfiguration to update (required) - :param str moid4: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body4: assetDeviceConfiguration to update (required) - :param str moid5: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body5: assetDeviceConfiguration to update (required) - :param str moid6: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body6: assetDeviceConfiguration to update (required) - :param str moid7: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body7: assetDeviceConfiguration to update (required) - :param str moid8: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body8: assetDeviceConfiguration to update (required) - :param str moid9: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body9: assetDeviceConfiguration to update (required) - :param str moid10: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body10: assetDeviceConfiguration to update (required) - :param str moid11: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body11: assetDeviceConfiguration to update (required) - :param str moid12: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body12: assetDeviceConfiguration to update (required) - :param str moid13: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body13: assetDeviceConfiguration to update (required) - :param str moid14: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body14: assetDeviceConfiguration to update (required) - :param str moid15: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body15: assetDeviceConfiguration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_configurations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.asset_device_configurations_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.asset_device_configurations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.asset_device_configurations_moid_patch_with_http_info(moid, body, **kwargs) return data - def asset_device_configurations_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_configurations_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'assetDeviceConfiguration' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def asset_device_configurations_moid_patch_with_http_info(self, moid, body, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_configurations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_configurations_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceConfiguration instance. (required) :param AssetDeviceConfiguration body: assetDeviceConfiguration to update (required) - :param str moid2: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body2: assetDeviceConfiguration to update (required) - :param str moid3: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body3: assetDeviceConfiguration to update (required) - :param str moid4: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body4: assetDeviceConfiguration to update (required) - :param str moid5: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body5: assetDeviceConfiguration to update (required) - :param str moid6: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body6: assetDeviceConfiguration to update (required) - :param str moid7: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body7: assetDeviceConfiguration to update (required) - :param str moid8: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body8: assetDeviceConfiguration to update (required) - :param str moid9: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body9: assetDeviceConfiguration to update (required) - :param str moid10: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body10: assetDeviceConfiguration to update (required) - :param str moid11: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body11: assetDeviceConfiguration to update (required) - :param str moid12: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body12: assetDeviceConfiguration to update (required) - :param str moid13: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body13: assetDeviceConfiguration to update (required) - :param str moid14: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body14: assetDeviceConfiguration to update (required) - :param str moid15: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body15: assetDeviceConfiguration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def asset_device_configurations_moid_patch_with_http_info(self, moid, body, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_configurations_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `asset_device_configurations_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def asset_device_configurations_moid_patch_with_http_info(self, moid, body, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def asset_device_configurations_moid_patch_with_http_info(self, moid, body, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def asset_device_configurations_moid_patch_with_http_info(self, moid, body, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_configurations_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_configurations_moid_post(self, moid, body, **kwargs): """ Update an instance of 'assetDeviceConfiguration' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def asset_device_configurations_moid_post(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_configurations_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_configurations_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceConfiguration instance. (required) :param AssetDeviceConfiguration body: assetDeviceConfiguration to update (required) - :param str moid2: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body2: assetDeviceConfiguration to update (required) - :param str moid3: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body3: assetDeviceConfiguration to update (required) - :param str moid4: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body4: assetDeviceConfiguration to update (required) - :param str moid5: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body5: assetDeviceConfiguration to update (required) - :param str moid6: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body6: assetDeviceConfiguration to update (required) - :param str moid7: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body7: assetDeviceConfiguration to update (required) - :param str moid8: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body8: assetDeviceConfiguration to update (required) - :param str moid9: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body9: assetDeviceConfiguration to update (required) - :param str moid10: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body10: assetDeviceConfiguration to update (required) - :param str moid11: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body11: assetDeviceConfiguration to update (required) - :param str moid12: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body12: assetDeviceConfiguration to update (required) - :param str moid13: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body13: assetDeviceConfiguration to update (required) - :param str moid14: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body14: assetDeviceConfiguration to update (required) - :param str moid15: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body15: assetDeviceConfiguration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_configurations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.asset_device_configurations_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.asset_device_configurations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.asset_device_configurations_moid_post_with_http_info(moid, body, **kwargs) return data - def asset_device_configurations_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_configurations_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'assetDeviceConfiguration' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def asset_device_configurations_moid_post_with_http_info(self, moid, body, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_configurations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_configurations_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceConfiguration instance. (required) :param AssetDeviceConfiguration body: assetDeviceConfiguration to update (required) - :param str moid2: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body2: assetDeviceConfiguration to update (required) - :param str moid3: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body3: assetDeviceConfiguration to update (required) - :param str moid4: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body4: assetDeviceConfiguration to update (required) - :param str moid5: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body5: assetDeviceConfiguration to update (required) - :param str moid6: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body6: assetDeviceConfiguration to update (required) - :param str moid7: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body7: assetDeviceConfiguration to update (required) - :param str moid8: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body8: assetDeviceConfiguration to update (required) - :param str moid9: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body9: assetDeviceConfiguration to update (required) - :param str moid10: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body10: assetDeviceConfiguration to update (required) - :param str moid11: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body11: assetDeviceConfiguration to update (required) - :param str moid12: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body12: assetDeviceConfiguration to update (required) - :param str moid13: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body13: assetDeviceConfiguration to update (required) - :param str moid14: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body14: assetDeviceConfiguration to update (required) - :param str moid15: The moid of the assetDeviceConfiguration instance. (required) - :param AssetDeviceConfiguration body15: assetDeviceConfiguration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def asset_device_configurations_moid_post_with_http_info(self, moid, body, moid2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_configurations_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `asset_device_configurations_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def asset_device_configurations_moid_post_with_http_info(self, moid, body, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def asset_device_configurations_moid_post_with_http_info(self, moid, body, moid2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/asset_device_registration_api.py b/intersight/apis/asset_device_registration_api.py index ee752af4..5f1aa2e7 100644 --- a/intersight/apis/asset_device_registration_api.py +++ b/intersight/apis/asset_device_registration_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def asset_device_registrations_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AssetDeviceRegistrationList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def asset_device_registrations_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: AssetDeviceRegistrationList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def asset_device_registrations_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def asset_device_registrations_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_registrations_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_registrations_moid_delete(self, moid, **kwargs): """ Deletes the resource representing the device connector. All associated REST resources will be deleted. In particular, inventory and operational data associated with this device will be deleted. This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def asset_device_registrations_moid_delete(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_registrations_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.asset_device_registrations_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.asset_device_registrations_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.asset_device_registrations_moid_delete_with_http_info(moid, **kwargs) return data - def asset_device_registrations_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_registrations_moid_delete_with_http_info(self, moid, **kwargs): """ Deletes the resource representing the device connector. All associated REST resources will be deleted. In particular, inventory and operational data associated with this device will be deleted. This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def asset_device_registrations_moid_delete_with_http_info(self, moid, moid2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def asset_device_registrations_moid_delete_with_http_info(self, moid, moid2, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_registrations_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_registrations_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def asset_device_registrations_moid_delete_with_http_info(self, moid, moid2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def asset_device_registrations_moid_delete_with_http_info(self, moid, moid2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_registrations_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_registrations_moid_get(self, moid, **kwargs): """ Get a specific instance of 'assetDeviceRegistration' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def asset_device_registrations_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) :return: AssetDeviceRegistration If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_registrations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.asset_device_registrations_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.asset_device_registrations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.asset_device_registrations_moid_get_with_http_info(moid, **kwargs) return data - def asset_device_registrations_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def asset_device_registrations_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'assetDeviceRegistration' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def asset_device_registrations_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) :return: AssetDeviceRegistration If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def asset_device_registrations_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_registrations_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_registrations_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def asset_device_registrations_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def asset_device_registrations_moid_get_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_registrations_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_registrations_moid_patch(self, moid, body, **kwargs): """ Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags. This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def asset_device_registrations_moid_patch(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) :param AssetDeviceRegistration body: assetDeviceRegistration to update (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body2: assetDeviceRegistration to update (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body3: assetDeviceRegistration to update (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body4: assetDeviceRegistration to update (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body5: assetDeviceRegistration to update (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body6: assetDeviceRegistration to update (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body7: assetDeviceRegistration to update (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body8: assetDeviceRegistration to update (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body9: assetDeviceRegistration to update (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body10: assetDeviceRegistration to update (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body11: assetDeviceRegistration to update (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body12: assetDeviceRegistration to update (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body13: assetDeviceRegistration to update (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body14: assetDeviceRegistration to update (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body15: assetDeviceRegistration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_registrations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.asset_device_registrations_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.asset_device_registrations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.asset_device_registrations_moid_patch_with_http_info(moid, body, **kwargs) return data - def asset_device_registrations_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_registrations_moid_patch_with_http_info(self, moid, body, **kwargs): """ Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags. This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def asset_device_registrations_moid_patch_with_http_info(self, moid, body, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) :param AssetDeviceRegistration body: assetDeviceRegistration to update (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body2: assetDeviceRegistration to update (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body3: assetDeviceRegistration to update (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body4: assetDeviceRegistration to update (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body5: assetDeviceRegistration to update (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body6: assetDeviceRegistration to update (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body7: assetDeviceRegistration to update (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body8: assetDeviceRegistration to update (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body9: assetDeviceRegistration to update (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body10: assetDeviceRegistration to update (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body11: assetDeviceRegistration to update (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body12: assetDeviceRegistration to update (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body13: assetDeviceRegistration to update (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body14: assetDeviceRegistration to update (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body15: assetDeviceRegistration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def asset_device_registrations_moid_patch_with_http_info(self, moid, body, moid2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_registrations_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `asset_device_registrations_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def asset_device_registrations_moid_patch_with_http_info(self, moid, body, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def asset_device_registrations_moid_patch_with_http_info(self, moid, body, moid2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def asset_device_registrations_moid_patch_with_http_info(self, moid, body, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def asset_device_registrations_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_registrations_moid_post(self, moid, body, **kwargs): """ Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags. This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def asset_device_registrations_moid_post(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) :param AssetDeviceRegistration body: assetDeviceRegistration to update (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body2: assetDeviceRegistration to update (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body3: assetDeviceRegistration to update (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body4: assetDeviceRegistration to update (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body5: assetDeviceRegistration to update (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body6: assetDeviceRegistration to update (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body7: assetDeviceRegistration to update (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body8: assetDeviceRegistration to update (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body9: assetDeviceRegistration to update (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body10: assetDeviceRegistration to update (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body11: assetDeviceRegistration to update (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body12: assetDeviceRegistration to update (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body13: assetDeviceRegistration to update (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body14: assetDeviceRegistration to update (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body15: assetDeviceRegistration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.asset_device_registrations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.asset_device_registrations_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.asset_device_registrations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.asset_device_registrations_moid_post_with_http_info(moid, body, **kwargs) return data - def asset_device_registrations_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def asset_device_registrations_moid_post_with_http_info(self, moid, body, **kwargs): """ Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags. This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def asset_device_registrations_moid_post_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.asset_device_registrations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.asset_device_registrations_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the assetDeviceRegistration instance. (required) :param AssetDeviceRegistration body: assetDeviceRegistration to update (required) - :param str moid2: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body2: assetDeviceRegistration to update (required) - :param str moid3: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body3: assetDeviceRegistration to update (required) - :param str moid4: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body4: assetDeviceRegistration to update (required) - :param str moid5: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body5: assetDeviceRegistration to update (required) - :param str moid6: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body6: assetDeviceRegistration to update (required) - :param str moid7: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body7: assetDeviceRegistration to update (required) - :param str moid8: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body8: assetDeviceRegistration to update (required) - :param str moid9: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body9: assetDeviceRegistration to update (required) - :param str moid10: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body10: assetDeviceRegistration to update (required) - :param str moid11: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body11: assetDeviceRegistration to update (required) - :param str moid12: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body12: assetDeviceRegistration to update (required) - :param str moid13: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body13: assetDeviceRegistration to update (required) - :param str moid14: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body14: assetDeviceRegistration to update (required) - :param str moid15: The moid of the assetDeviceRegistration instance. (required) - :param AssetDeviceRegistration body15: assetDeviceRegistration to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def asset_device_registrations_moid_post_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `asset_device_registrations_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `asset_device_registrations_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def asset_device_registrations_moid_post_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def asset_device_registrations_moid_post_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/bios_policy_api.py b/intersight/apis/bios_policy_api.py index 97e7b2e6..13a7e5b9 100644 --- a/intersight/apis/bios_policy_api.py +++ b/intersight/apis/bios_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def bios_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: BiosPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def bios_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: BiosPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def bios_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def bios_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def bios_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def bios_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.bios_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param str moid15: The moid of the biosPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.bios_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.bios_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.bios_policies_moid_delete_with_http_info(moid, **kwargs) return data - def bios_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def bios_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def bios_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.bios_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param str moid15: The moid of the biosPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def bios_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `bios_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `bios_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def bios_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def bios_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def bios_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def bios_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.bios_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param str moid15: The moid of the biosPolicy instance. (required) :return: BiosPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.bios_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.bios_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.bios_policies_moid_get_with_http_info(moid, **kwargs) return data - def bios_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def bios_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def bios_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.bios_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param str moid15: The moid of the biosPolicy instance. (required) :return: BiosPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def bios_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `bios_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `bios_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def bios_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def bios_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def bios_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) :param BiosPolicy body: biosPolicy to update (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param BiosPolicy body2: biosPolicy to update (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param BiosPolicy body3: biosPolicy to update (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param BiosPolicy body4: biosPolicy to update (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param BiosPolicy body5: biosPolicy to update (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param BiosPolicy body6: biosPolicy to update (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param BiosPolicy body7: biosPolicy to update (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param BiosPolicy body8: biosPolicy to update (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param BiosPolicy body9: biosPolicy to update (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param BiosPolicy body10: biosPolicy to update (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param BiosPolicy body11: biosPolicy to update (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param BiosPolicy body12: biosPolicy to update (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param BiosPolicy body13: biosPolicy to update (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param BiosPolicy body14: biosPolicy to update (required) - :param str moid15: The moid of the biosPolicy instance. (required) - :param BiosPolicy body15: biosPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.bios_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.bios_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.bios_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def bios_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def bios_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) :param BiosPolicy body: biosPolicy to update (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param BiosPolicy body2: biosPolicy to update (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param BiosPolicy body3: biosPolicy to update (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param BiosPolicy body4: biosPolicy to update (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param BiosPolicy body5: biosPolicy to update (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param BiosPolicy body6: biosPolicy to update (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param BiosPolicy body7: biosPolicy to update (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param BiosPolicy body8: biosPolicy to update (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param BiosPolicy body9: biosPolicy to update (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param BiosPolicy body10: biosPolicy to update (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param BiosPolicy body11: biosPolicy to update (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param BiosPolicy body12: biosPolicy to update (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param BiosPolicy body13: biosPolicy to update (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param BiosPolicy body14: biosPolicy to update (required) - :param str moid15: The moid of the biosPolicy instance. (required) - :param BiosPolicy body15: biosPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def bios_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `bios_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `bios_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `bios_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def bios_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def bios_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def bios_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def bios_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) :param BiosPolicy body: biosPolicy to update (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param BiosPolicy body2: biosPolicy to update (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param BiosPolicy body3: biosPolicy to update (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param BiosPolicy body4: biosPolicy to update (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param BiosPolicy body5: biosPolicy to update (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param BiosPolicy body6: biosPolicy to update (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param BiosPolicy body7: biosPolicy to update (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param BiosPolicy body8: biosPolicy to update (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param BiosPolicy body9: biosPolicy to update (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param BiosPolicy body10: biosPolicy to update (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param BiosPolicy body11: biosPolicy to update (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param BiosPolicy body12: biosPolicy to update (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param BiosPolicy body13: biosPolicy to update (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param BiosPolicy body14: biosPolicy to update (required) - :param str moid15: The moid of the biosPolicy instance. (required) - :param BiosPolicy body15: biosPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.bios_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.bios_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.bios_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def bios_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def bios_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosPolicy instance. (required) :param BiosPolicy body: biosPolicy to update (required) - :param str moid2: The moid of the biosPolicy instance. (required) - :param BiosPolicy body2: biosPolicy to update (required) - :param str moid3: The moid of the biosPolicy instance. (required) - :param BiosPolicy body3: biosPolicy to update (required) - :param str moid4: The moid of the biosPolicy instance. (required) - :param BiosPolicy body4: biosPolicy to update (required) - :param str moid5: The moid of the biosPolicy instance. (required) - :param BiosPolicy body5: biosPolicy to update (required) - :param str moid6: The moid of the biosPolicy instance. (required) - :param BiosPolicy body6: biosPolicy to update (required) - :param str moid7: The moid of the biosPolicy instance. (required) - :param BiosPolicy body7: biosPolicy to update (required) - :param str moid8: The moid of the biosPolicy instance. (required) - :param BiosPolicy body8: biosPolicy to update (required) - :param str moid9: The moid of the biosPolicy instance. (required) - :param BiosPolicy body9: biosPolicy to update (required) - :param str moid10: The moid of the biosPolicy instance. (required) - :param BiosPolicy body10: biosPolicy to update (required) - :param str moid11: The moid of the biosPolicy instance. (required) - :param BiosPolicy body11: biosPolicy to update (required) - :param str moid12: The moid of the biosPolicy instance. (required) - :param BiosPolicy body12: biosPolicy to update (required) - :param str moid13: The moid of the biosPolicy instance. (required) - :param BiosPolicy body13: biosPolicy to update (required) - :param str moid14: The moid of the biosPolicy instance. (required) - :param BiosPolicy body14: biosPolicy to update (required) - :param str moid15: The moid of the biosPolicy instance. (required) - :param BiosPolicy body15: biosPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def bios_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `bios_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `bios_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `bios_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `bios_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `bios_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `bios_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `bios_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `bios_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `bios_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `bios_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `bios_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `bios_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `bios_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `bios_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `bios_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `bios_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def bios_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def bios_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def bios_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def bios_policies_post(self, body, **kwargs): """ Create an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def bios_policies_post(self, body, body2, body3, body4, body5, body6, body7, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.bios_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param BiosPolicy body: biosPolicy to add (required) - :param BiosPolicy body2: biosPolicy to add (required) - :param BiosPolicy body3: biosPolicy to add (required) - :param BiosPolicy body4: biosPolicy to add (required) - :param BiosPolicy body5: biosPolicy to add (required) - :param BiosPolicy body6: biosPolicy to add (required) - :param BiosPolicy body7: biosPolicy to add (required) - :param BiosPolicy body8: biosPolicy to add (required) - :param BiosPolicy body9: biosPolicy to add (required) - :param BiosPolicy body10: biosPolicy to add (required) - :param BiosPolicy body11: biosPolicy to add (required) - :param BiosPolicy body12: biosPolicy to add (required) - :param BiosPolicy body13: biosPolicy to add (required) - :param BiosPolicy body14: biosPolicy to add (required) - :param BiosPolicy body15: biosPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.bios_policies_post_with_http_info(body, **kwargs) else: - (data) = self.bios_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.bios_policies_post_with_http_info(body, **kwargs) return data - def bios_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def bios_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'biosPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def bios_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.bios_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param BiosPolicy body: biosPolicy to add (required) - :param BiosPolicy body2: biosPolicy to add (required) - :param BiosPolicy body3: biosPolicy to add (required) - :param BiosPolicy body4: biosPolicy to add (required) - :param BiosPolicy body5: biosPolicy to add (required) - :param BiosPolicy body6: biosPolicy to add (required) - :param BiosPolicy body7: biosPolicy to add (required) - :param BiosPolicy body8: biosPolicy to add (required) - :param BiosPolicy body9: biosPolicy to add (required) - :param BiosPolicy body10: biosPolicy to add (required) - :param BiosPolicy body11: biosPolicy to add (required) - :param BiosPolicy body12: biosPolicy to add (required) - :param BiosPolicy body13: biosPolicy to add (required) - :param BiosPolicy body14: biosPolicy to add (required) - :param BiosPolicy body15: biosPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def bios_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `bios_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `bios_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `bios_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `bios_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `bios_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `bios_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `bios_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `bios_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `bios_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `bios_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `bios_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `bios_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `bios_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `bios_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `bios_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def bios_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/bios_unit_api.py b/intersight/apis/bios_unit_api.py index fc8919c1..14365d82 100644 --- a/intersight/apis/bios_unit_api.py +++ b/intersight/apis/bios_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def bios_units_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: BiosUnitList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def bios_units_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: BiosUnitList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def bios_units_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def bios_units_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def bios_units_moid_get(self, moid, **kwargs): """ Get a specific instance of 'biosUnit' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def bios_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_units_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.bios_units_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosUnit instance. (required) - :param str moid2: The moid of the biosUnit instance. (required) - :param str moid3: The moid of the biosUnit instance. (required) - :param str moid4: The moid of the biosUnit instance. (required) - :param str moid5: The moid of the biosUnit instance. (required) - :param str moid6: The moid of the biosUnit instance. (required) - :param str moid7: The moid of the biosUnit instance. (required) - :param str moid8: The moid of the biosUnit instance. (required) - :param str moid9: The moid of the biosUnit instance. (required) - :param str moid10: The moid of the biosUnit instance. (required) - :param str moid11: The moid of the biosUnit instance. (required) - :param str moid12: The moid of the biosUnit instance. (required) - :param str moid13: The moid of the biosUnit instance. (required) - :param str moid14: The moid of the biosUnit instance. (required) - :param str moid15: The moid of the biosUnit instance. (required) :return: BiosUnit If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.bios_units_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.bios_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.bios_units_moid_get_with_http_info(moid, **kwargs) return data - def bios_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def bios_units_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'biosUnit' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def bios_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.bios_units_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosUnit instance. (required) - :param str moid2: The moid of the biosUnit instance. (required) - :param str moid3: The moid of the biosUnit instance. (required) - :param str moid4: The moid of the biosUnit instance. (required) - :param str moid5: The moid of the biosUnit instance. (required) - :param str moid6: The moid of the biosUnit instance. (required) - :param str moid7: The moid of the biosUnit instance. (required) - :param str moid8: The moid of the biosUnit instance. (required) - :param str moid9: The moid of the biosUnit instance. (required) - :param str moid10: The moid of the biosUnit instance. (required) - :param str moid11: The moid of the biosUnit instance. (required) - :param str moid12: The moid of the biosUnit instance. (required) - :param str moid13: The moid of the biosUnit instance. (required) - :param str moid14: The moid of the biosUnit instance. (required) - :param str moid15: The moid of the biosUnit instance. (required) :return: BiosUnit If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def bios_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `bios_units_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `bios_units_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `bios_units_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `bios_units_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `bios_units_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `bios_units_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `bios_units_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `bios_units_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `bios_units_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `bios_units_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `bios_units_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `bios_units_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `bios_units_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `bios_units_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `bios_units_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def bios_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def bios_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_units_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'biosUnit' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def bios_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_units_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_units_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosUnit instance. (required) :param BiosUnit body: biosUnit to update (required) - :param str moid2: The moid of the biosUnit instance. (required) - :param BiosUnit body2: biosUnit to update (required) - :param str moid3: The moid of the biosUnit instance. (required) - :param BiosUnit body3: biosUnit to update (required) - :param str moid4: The moid of the biosUnit instance. (required) - :param BiosUnit body4: biosUnit to update (required) - :param str moid5: The moid of the biosUnit instance. (required) - :param BiosUnit body5: biosUnit to update (required) - :param str moid6: The moid of the biosUnit instance. (required) - :param BiosUnit body6: biosUnit to update (required) - :param str moid7: The moid of the biosUnit instance. (required) - :param BiosUnit body7: biosUnit to update (required) - :param str moid8: The moid of the biosUnit instance. (required) - :param BiosUnit body8: biosUnit to update (required) - :param str moid9: The moid of the biosUnit instance. (required) - :param BiosUnit body9: biosUnit to update (required) - :param str moid10: The moid of the biosUnit instance. (required) - :param BiosUnit body10: biosUnit to update (required) - :param str moid11: The moid of the biosUnit instance. (required) - :param BiosUnit body11: biosUnit to update (required) - :param str moid12: The moid of the biosUnit instance. (required) - :param BiosUnit body12: biosUnit to update (required) - :param str moid13: The moid of the biosUnit instance. (required) - :param BiosUnit body13: biosUnit to update (required) - :param str moid14: The moid of the biosUnit instance. (required) - :param BiosUnit body14: biosUnit to update (required) - :param str moid15: The moid of the biosUnit instance. (required) - :param BiosUnit body15: biosUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.bios_units_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.bios_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.bios_units_moid_patch_with_http_info(moid, body, **kwargs) return data - def bios_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_units_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'biosUnit' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def bios_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_units_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosUnit instance. (required) :param BiosUnit body: biosUnit to update (required) - :param str moid2: The moid of the biosUnit instance. (required) - :param BiosUnit body2: biosUnit to update (required) - :param str moid3: The moid of the biosUnit instance. (required) - :param BiosUnit body3: biosUnit to update (required) - :param str moid4: The moid of the biosUnit instance. (required) - :param BiosUnit body4: biosUnit to update (required) - :param str moid5: The moid of the biosUnit instance. (required) - :param BiosUnit body5: biosUnit to update (required) - :param str moid6: The moid of the biosUnit instance. (required) - :param BiosUnit body6: biosUnit to update (required) - :param str moid7: The moid of the biosUnit instance. (required) - :param BiosUnit body7: biosUnit to update (required) - :param str moid8: The moid of the biosUnit instance. (required) - :param BiosUnit body8: biosUnit to update (required) - :param str moid9: The moid of the biosUnit instance. (required) - :param BiosUnit body9: biosUnit to update (required) - :param str moid10: The moid of the biosUnit instance. (required) - :param BiosUnit body10: biosUnit to update (required) - :param str moid11: The moid of the biosUnit instance. (required) - :param BiosUnit body11: biosUnit to update (required) - :param str moid12: The moid of the biosUnit instance. (required) - :param BiosUnit body12: biosUnit to update (required) - :param str moid13: The moid of the biosUnit instance. (required) - :param BiosUnit body13: biosUnit to update (required) - :param str moid14: The moid of the biosUnit instance. (required) - :param BiosUnit body14: biosUnit to update (required) - :param str moid15: The moid of the biosUnit instance. (required) - :param BiosUnit body15: biosUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def bios_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `bios_units_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `bios_units_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `bios_units_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `bios_units_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `bios_units_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `bios_units_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `bios_units_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `bios_units_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `bios_units_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `bios_units_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `bios_units_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `bios_units_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `bios_units_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `bios_units_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `bios_units_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `bios_units_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def bios_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def bios_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def bios_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def bios_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_units_moid_post(self, moid, body, **kwargs): """ Update an instance of 'biosUnit' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def bios_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_units_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_units_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosUnit instance. (required) :param BiosUnit body: biosUnit to update (required) - :param str moid2: The moid of the biosUnit instance. (required) - :param BiosUnit body2: biosUnit to update (required) - :param str moid3: The moid of the biosUnit instance. (required) - :param BiosUnit body3: biosUnit to update (required) - :param str moid4: The moid of the biosUnit instance. (required) - :param BiosUnit body4: biosUnit to update (required) - :param str moid5: The moid of the biosUnit instance. (required) - :param BiosUnit body5: biosUnit to update (required) - :param str moid6: The moid of the biosUnit instance. (required) - :param BiosUnit body6: biosUnit to update (required) - :param str moid7: The moid of the biosUnit instance. (required) - :param BiosUnit body7: biosUnit to update (required) - :param str moid8: The moid of the biosUnit instance. (required) - :param BiosUnit body8: biosUnit to update (required) - :param str moid9: The moid of the biosUnit instance. (required) - :param BiosUnit body9: biosUnit to update (required) - :param str moid10: The moid of the biosUnit instance. (required) - :param BiosUnit body10: biosUnit to update (required) - :param str moid11: The moid of the biosUnit instance. (required) - :param BiosUnit body11: biosUnit to update (required) - :param str moid12: The moid of the biosUnit instance. (required) - :param BiosUnit body12: biosUnit to update (required) - :param str moid13: The moid of the biosUnit instance. (required) - :param BiosUnit body13: biosUnit to update (required) - :param str moid14: The moid of the biosUnit instance. (required) - :param BiosUnit body14: biosUnit to update (required) - :param str moid15: The moid of the biosUnit instance. (required) - :param BiosUnit body15: biosUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.bios_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.bios_units_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.bios_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.bios_units_moid_post_with_http_info(moid, body, **kwargs) return data - def bios_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def bios_units_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'biosUnit' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def bios_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.bios_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.bios_units_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the biosUnit instance. (required) :param BiosUnit body: biosUnit to update (required) - :param str moid2: The moid of the biosUnit instance. (required) - :param BiosUnit body2: biosUnit to update (required) - :param str moid3: The moid of the biosUnit instance. (required) - :param BiosUnit body3: biosUnit to update (required) - :param str moid4: The moid of the biosUnit instance. (required) - :param BiosUnit body4: biosUnit to update (required) - :param str moid5: The moid of the biosUnit instance. (required) - :param BiosUnit body5: biosUnit to update (required) - :param str moid6: The moid of the biosUnit instance. (required) - :param BiosUnit body6: biosUnit to update (required) - :param str moid7: The moid of the biosUnit instance. (required) - :param BiosUnit body7: biosUnit to update (required) - :param str moid8: The moid of the biosUnit instance. (required) - :param BiosUnit body8: biosUnit to update (required) - :param str moid9: The moid of the biosUnit instance. (required) - :param BiosUnit body9: biosUnit to update (required) - :param str moid10: The moid of the biosUnit instance. (required) - :param BiosUnit body10: biosUnit to update (required) - :param str moid11: The moid of the biosUnit instance. (required) - :param BiosUnit body11: biosUnit to update (required) - :param str moid12: The moid of the biosUnit instance. (required) - :param BiosUnit body12: biosUnit to update (required) - :param str moid13: The moid of the biosUnit instance. (required) - :param BiosUnit body13: biosUnit to update (required) - :param str moid14: The moid of the biosUnit instance. (required) - :param BiosUnit body14: biosUnit to update (required) - :param str moid15: The moid of the biosUnit instance. (required) - :param BiosUnit body15: biosUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def bios_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `bios_units_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `bios_units_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `bios_units_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `bios_units_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `bios_units_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `bios_units_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `bios_units_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `bios_units_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `bios_units_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `bios_units_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `bios_units_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `bios_units_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `bios_units_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `bios_units_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `bios_units_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `bios_units_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `bios_units_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `bios_units_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `bios_units_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `bios_units_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `bios_units_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `bios_units_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `bios_units_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `bios_units_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `bios_units_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `bios_units_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `bios_units_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `bios_units_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `bios_units_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def bios_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def bios_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/boot_precision_policy_api.py b/intersight/apis/boot_precision_policy_api.py index 5ad3b82e..a4c86940 100644 --- a/intersight/apis/boot_precision_policy_api.py +++ b/intersight/apis/boot_precision_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def boot_precision_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: BootPrecisionPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def boot_precision_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: BootPrecisionPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def boot_precision_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def boot_precision_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def boot_precision_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def boot_precision_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def boot_precision_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.boot_precision_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.boot_precision_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.boot_precision_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.boot_precision_policies_moid_delete_with_http_info(moid, **kwargs) return data - def boot_precision_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def boot_precision_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def boot_precision_policies_moid_delete_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def boot_precision_policies_moid_delete_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `boot_precision_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `boot_precision_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def boot_precision_policies_moid_delete_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def boot_precision_policies_moid_delete_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def boot_precision_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def boot_precision_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def boot_precision_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) :return: BootPrecisionPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.boot_precision_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.boot_precision_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.boot_precision_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.boot_precision_policies_moid_get_with_http_info(moid, **kwargs) return data - def boot_precision_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def boot_precision_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def boot_precision_policies_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) :return: BootPrecisionPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def boot_precision_policies_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `boot_precision_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `boot_precision_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def boot_precision_policies_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def boot_precision_policies_moid_get_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def boot_precision_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def boot_precision_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def boot_precision_policies_moid_patch(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) :param BootPrecisionPolicy body: bootPrecisionPolicy to update (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body2: bootPrecisionPolicy to update (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body3: bootPrecisionPolicy to update (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body4: bootPrecisionPolicy to update (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body5: bootPrecisionPolicy to update (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body6: bootPrecisionPolicy to update (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body7: bootPrecisionPolicy to update (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body8: bootPrecisionPolicy to update (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body9: bootPrecisionPolicy to update (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body10: bootPrecisionPolicy to update (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body11: bootPrecisionPolicy to update (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body12: bootPrecisionPolicy to update (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body13: bootPrecisionPolicy to update (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body14: bootPrecisionPolicy to update (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body15: bootPrecisionPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.boot_precision_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.boot_precision_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.boot_precision_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.boot_precision_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def boot_precision_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def boot_precision_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def boot_precision_policies_moid_patch_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) :param BootPrecisionPolicy body: bootPrecisionPolicy to update (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body2: bootPrecisionPolicy to update (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body3: bootPrecisionPolicy to update (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body4: bootPrecisionPolicy to update (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body5: bootPrecisionPolicy to update (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body6: bootPrecisionPolicy to update (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body7: bootPrecisionPolicy to update (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body8: bootPrecisionPolicy to update (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body9: bootPrecisionPolicy to update (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body10: bootPrecisionPolicy to update (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body11: bootPrecisionPolicy to update (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body12: bootPrecisionPolicy to update (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body13: bootPrecisionPolicy to update (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body14: bootPrecisionPolicy to update (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body15: bootPrecisionPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def boot_precision_policies_moid_patch_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `boot_precision_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `boot_precision_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def boot_precision_policies_moid_patch_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def boot_precision_policies_moid_patch_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def boot_precision_policies_moid_patch_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def boot_precision_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def boot_precision_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def boot_precision_policies_moid_post(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) :param BootPrecisionPolicy body: bootPrecisionPolicy to update (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body2: bootPrecisionPolicy to update (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body3: bootPrecisionPolicy to update (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body4: bootPrecisionPolicy to update (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body5: bootPrecisionPolicy to update (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body6: bootPrecisionPolicy to update (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body7: bootPrecisionPolicy to update (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body8: bootPrecisionPolicy to update (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body9: bootPrecisionPolicy to update (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body10: bootPrecisionPolicy to update (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body11: bootPrecisionPolicy to update (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body12: bootPrecisionPolicy to update (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body13: bootPrecisionPolicy to update (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body14: bootPrecisionPolicy to update (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body15: bootPrecisionPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.boot_precision_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.boot_precision_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.boot_precision_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.boot_precision_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def boot_precision_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def boot_precision_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def boot_precision_policies_moid_post_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.boot_precision_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the bootPrecisionPolicy instance. (required) :param BootPrecisionPolicy body: bootPrecisionPolicy to update (required) - :param str moid2: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body2: bootPrecisionPolicy to update (required) - :param str moid3: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body3: bootPrecisionPolicy to update (required) - :param str moid4: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body4: bootPrecisionPolicy to update (required) - :param str moid5: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body5: bootPrecisionPolicy to update (required) - :param str moid6: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body6: bootPrecisionPolicy to update (required) - :param str moid7: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body7: bootPrecisionPolicy to update (required) - :param str moid8: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body8: bootPrecisionPolicy to update (required) - :param str moid9: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body9: bootPrecisionPolicy to update (required) - :param str moid10: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body10: bootPrecisionPolicy to update (required) - :param str moid11: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body11: bootPrecisionPolicy to update (required) - :param str moid12: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body12: bootPrecisionPolicy to update (required) - :param str moid13: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body13: bootPrecisionPolicy to update (required) - :param str moid14: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body14: bootPrecisionPolicy to update (required) - :param str moid15: The moid of the bootPrecisionPolicy instance. (required) - :param BootPrecisionPolicy body15: bootPrecisionPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def boot_precision_policies_moid_post_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `boot_precision_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `boot_precision_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def boot_precision_policies_moid_post_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def boot_precision_policies_moid_post_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def boot_precision_policies_moid_post_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def boot_precision_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def boot_precision_policies_post(self, body, **kwargs): """ Create an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def boot_precision_policies_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.boot_precision_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param BootPrecisionPolicy body: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body2: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body3: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body4: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body5: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body6: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body7: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body8: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body9: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body10: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body11: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body12: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body13: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body14: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body15: bootPrecisionPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.boot_precision_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.boot_precision_policies_post_with_http_info(body, **kwargs) else: - (data) = self.boot_precision_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.boot_precision_policies_post_with_http_info(body, **kwargs) return data - def boot_precision_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def boot_precision_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'bootPrecisionPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def boot_precision_policies_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.boot_precision_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.boot_precision_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param BootPrecisionPolicy body: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body2: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body3: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body4: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body5: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body6: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body7: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body8: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body9: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body10: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body11: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body12: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body13: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body14: bootPrecisionPolicy to add (required) - :param BootPrecisionPolicy body15: bootPrecisionPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def boot_precision_policies_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `boot_precision_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `boot_precision_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `boot_precision_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `boot_precision_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `boot_precision_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `boot_precision_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `boot_precision_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `boot_precision_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `boot_precision_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `boot_precision_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `boot_precision_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `boot_precision_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `boot_precision_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `boot_precision_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `boot_precision_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def boot_precision_policies_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/compute_blade_api.py b/intersight/apis/compute_blade_api.py index 9bd7a5bd..6a9d58ca 100644 --- a/intersight/apis/compute_blade_api.py +++ b/intersight/apis/compute_blade_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def compute_blades_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeBladeList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def compute_blades_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeBladeList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def compute_blades_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def compute_blades_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_blades_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_blades_moid_get(self, moid, **kwargs): """ Get a specific instance of 'computeBlade' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def compute_blades_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_blades_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_blades_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBlade instance. (required) - :param str moid2: The moid of the computeBlade instance. (required) - :param str moid3: The moid of the computeBlade instance. (required) - :param str moid4: The moid of the computeBlade instance. (required) - :param str moid5: The moid of the computeBlade instance. (required) - :param str moid6: The moid of the computeBlade instance. (required) - :param str moid7: The moid of the computeBlade instance. (required) - :param str moid8: The moid of the computeBlade instance. (required) - :param str moid9: The moid of the computeBlade instance. (required) - :param str moid10: The moid of the computeBlade instance. (required) - :param str moid11: The moid of the computeBlade instance. (required) - :param str moid12: The moid of the computeBlade instance. (required) - :param str moid13: The moid of the computeBlade instance. (required) - :param str moid14: The moid of the computeBlade instance. (required) - :param str moid15: The moid of the computeBlade instance. (required) :return: ComputeBlade If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_blades_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.compute_blades_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.compute_blades_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.compute_blades_moid_get_with_http_info(moid, **kwargs) return data - def compute_blades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_blades_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'computeBlade' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def compute_blades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_blades_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_blades_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBlade instance. (required) - :param str moid2: The moid of the computeBlade instance. (required) - :param str moid3: The moid of the computeBlade instance. (required) - :param str moid4: The moid of the computeBlade instance. (required) - :param str moid5: The moid of the computeBlade instance. (required) - :param str moid6: The moid of the computeBlade instance. (required) - :param str moid7: The moid of the computeBlade instance. (required) - :param str moid8: The moid of the computeBlade instance. (required) - :param str moid9: The moid of the computeBlade instance. (required) - :param str moid10: The moid of the computeBlade instance. (required) - :param str moid11: The moid of the computeBlade instance. (required) - :param str moid12: The moid of the computeBlade instance. (required) - :param str moid13: The moid of the computeBlade instance. (required) - :param str moid14: The moid of the computeBlade instance. (required) - :param str moid15: The moid of the computeBlade instance. (required) :return: ComputeBlade If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def compute_blades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_blades_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_blades_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def compute_blades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def compute_blades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_blades_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_blades_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'computeBlade' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def compute_blades_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_blades_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_blades_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBlade instance. (required) :param ComputeBlade body: computeBlade to update (required) - :param str moid2: The moid of the computeBlade instance. (required) - :param ComputeBlade body2: computeBlade to update (required) - :param str moid3: The moid of the computeBlade instance. (required) - :param ComputeBlade body3: computeBlade to update (required) - :param str moid4: The moid of the computeBlade instance. (required) - :param ComputeBlade body4: computeBlade to update (required) - :param str moid5: The moid of the computeBlade instance. (required) - :param ComputeBlade body5: computeBlade to update (required) - :param str moid6: The moid of the computeBlade instance. (required) - :param ComputeBlade body6: computeBlade to update (required) - :param str moid7: The moid of the computeBlade instance. (required) - :param ComputeBlade body7: computeBlade to update (required) - :param str moid8: The moid of the computeBlade instance. (required) - :param ComputeBlade body8: computeBlade to update (required) - :param str moid9: The moid of the computeBlade instance. (required) - :param ComputeBlade body9: computeBlade to update (required) - :param str moid10: The moid of the computeBlade instance. (required) - :param ComputeBlade body10: computeBlade to update (required) - :param str moid11: The moid of the computeBlade instance. (required) - :param ComputeBlade body11: computeBlade to update (required) - :param str moid12: The moid of the computeBlade instance. (required) - :param ComputeBlade body12: computeBlade to update (required) - :param str moid13: The moid of the computeBlade instance. (required) - :param ComputeBlade body13: computeBlade to update (required) - :param str moid14: The moid of the computeBlade instance. (required) - :param ComputeBlade body14: computeBlade to update (required) - :param str moid15: The moid of the computeBlade instance. (required) - :param ComputeBlade body15: computeBlade to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_blades_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_blades_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_blades_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_blades_moid_patch_with_http_info(moid, body, **kwargs) return data - def compute_blades_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_blades_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeBlade' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def compute_blades_moid_patch_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_blades_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_blades_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBlade instance. (required) :param ComputeBlade body: computeBlade to update (required) - :param str moid2: The moid of the computeBlade instance. (required) - :param ComputeBlade body2: computeBlade to update (required) - :param str moid3: The moid of the computeBlade instance. (required) - :param ComputeBlade body3: computeBlade to update (required) - :param str moid4: The moid of the computeBlade instance. (required) - :param ComputeBlade body4: computeBlade to update (required) - :param str moid5: The moid of the computeBlade instance. (required) - :param ComputeBlade body5: computeBlade to update (required) - :param str moid6: The moid of the computeBlade instance. (required) - :param ComputeBlade body6: computeBlade to update (required) - :param str moid7: The moid of the computeBlade instance. (required) - :param ComputeBlade body7: computeBlade to update (required) - :param str moid8: The moid of the computeBlade instance. (required) - :param ComputeBlade body8: computeBlade to update (required) - :param str moid9: The moid of the computeBlade instance. (required) - :param ComputeBlade body9: computeBlade to update (required) - :param str moid10: The moid of the computeBlade instance. (required) - :param ComputeBlade body10: computeBlade to update (required) - :param str moid11: The moid of the computeBlade instance. (required) - :param ComputeBlade body11: computeBlade to update (required) - :param str moid12: The moid of the computeBlade instance. (required) - :param ComputeBlade body12: computeBlade to update (required) - :param str moid13: The moid of the computeBlade instance. (required) - :param ComputeBlade body13: computeBlade to update (required) - :param str moid14: The moid of the computeBlade instance. (required) - :param ComputeBlade body14: computeBlade to update (required) - :param str moid15: The moid of the computeBlade instance. (required) - :param ComputeBlade body15: computeBlade to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def compute_blades_moid_patch_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_blades_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_blades_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_blades_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def compute_blades_moid_patch_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def compute_blades_moid_patch_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def compute_blades_moid_patch_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_blades_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_blades_moid_post(self, moid, body, **kwargs): """ Update an instance of 'computeBlade' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def compute_blades_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_blades_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_blades_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBlade instance. (required) :param ComputeBlade body: computeBlade to update (required) - :param str moid2: The moid of the computeBlade instance. (required) - :param ComputeBlade body2: computeBlade to update (required) - :param str moid3: The moid of the computeBlade instance. (required) - :param ComputeBlade body3: computeBlade to update (required) - :param str moid4: The moid of the computeBlade instance. (required) - :param ComputeBlade body4: computeBlade to update (required) - :param str moid5: The moid of the computeBlade instance. (required) - :param ComputeBlade body5: computeBlade to update (required) - :param str moid6: The moid of the computeBlade instance. (required) - :param ComputeBlade body6: computeBlade to update (required) - :param str moid7: The moid of the computeBlade instance. (required) - :param ComputeBlade body7: computeBlade to update (required) - :param str moid8: The moid of the computeBlade instance. (required) - :param ComputeBlade body8: computeBlade to update (required) - :param str moid9: The moid of the computeBlade instance. (required) - :param ComputeBlade body9: computeBlade to update (required) - :param str moid10: The moid of the computeBlade instance. (required) - :param ComputeBlade body10: computeBlade to update (required) - :param str moid11: The moid of the computeBlade instance. (required) - :param ComputeBlade body11: computeBlade to update (required) - :param str moid12: The moid of the computeBlade instance. (required) - :param ComputeBlade body12: computeBlade to update (required) - :param str moid13: The moid of the computeBlade instance. (required) - :param ComputeBlade body13: computeBlade to update (required) - :param str moid14: The moid of the computeBlade instance. (required) - :param ComputeBlade body14: computeBlade to update (required) - :param str moid15: The moid of the computeBlade instance. (required) - :param ComputeBlade body15: computeBlade to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_blades_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_blades_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_blades_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_blades_moid_post_with_http_info(moid, body, **kwargs) return data - def compute_blades_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_blades_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeBlade' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def compute_blades_moid_post_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_blades_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_blades_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBlade instance. (required) :param ComputeBlade body: computeBlade to update (required) - :param str moid2: The moid of the computeBlade instance. (required) - :param ComputeBlade body2: computeBlade to update (required) - :param str moid3: The moid of the computeBlade instance. (required) - :param ComputeBlade body3: computeBlade to update (required) - :param str moid4: The moid of the computeBlade instance. (required) - :param ComputeBlade body4: computeBlade to update (required) - :param str moid5: The moid of the computeBlade instance. (required) - :param ComputeBlade body5: computeBlade to update (required) - :param str moid6: The moid of the computeBlade instance. (required) - :param ComputeBlade body6: computeBlade to update (required) - :param str moid7: The moid of the computeBlade instance. (required) - :param ComputeBlade body7: computeBlade to update (required) - :param str moid8: The moid of the computeBlade instance. (required) - :param ComputeBlade body8: computeBlade to update (required) - :param str moid9: The moid of the computeBlade instance. (required) - :param ComputeBlade body9: computeBlade to update (required) - :param str moid10: The moid of the computeBlade instance. (required) - :param ComputeBlade body10: computeBlade to update (required) - :param str moid11: The moid of the computeBlade instance. (required) - :param ComputeBlade body11: computeBlade to update (required) - :param str moid12: The moid of the computeBlade instance. (required) - :param ComputeBlade body12: computeBlade to update (required) - :param str moid13: The moid of the computeBlade instance. (required) - :param ComputeBlade body13: computeBlade to update (required) - :param str moid14: The moid of the computeBlade instance. (required) - :param ComputeBlade body14: computeBlade to update (required) - :param str moid15: The moid of the computeBlade instance. (required) - :param ComputeBlade body15: computeBlade to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def compute_blades_moid_post_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_blades_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_blades_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_blades_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_blades_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_blades_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_blades_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_blades_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_blades_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_blades_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_blades_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_blades_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_blades_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_blades_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_blades_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_blades_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_blades_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def compute_blades_moid_post_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def compute_blades_moid_post_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/compute_board_api.py b/intersight/apis/compute_board_api.py index b105dddc..ebdca183 100644 --- a/intersight/apis/compute_board_api.py +++ b/intersight/apis/compute_board_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def compute_boards_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeBoardList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def compute_boards_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeBoardList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def compute_boards_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def compute_boards_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_boards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_boards_moid_get(self, moid, **kwargs): """ Get a specific instance of 'computeBoard' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def compute_boards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_boards_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_boards_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBoard instance. (required) - :param str moid2: The moid of the computeBoard instance. (required) - :param str moid3: The moid of the computeBoard instance. (required) - :param str moid4: The moid of the computeBoard instance. (required) - :param str moid5: The moid of the computeBoard instance. (required) - :param str moid6: The moid of the computeBoard instance. (required) - :param str moid7: The moid of the computeBoard instance. (required) - :param str moid8: The moid of the computeBoard instance. (required) - :param str moid9: The moid of the computeBoard instance. (required) - :param str moid10: The moid of the computeBoard instance. (required) - :param str moid11: The moid of the computeBoard instance. (required) - :param str moid12: The moid of the computeBoard instance. (required) - :param str moid13: The moid of the computeBoard instance. (required) - :param str moid14: The moid of the computeBoard instance. (required) - :param str moid15: The moid of the computeBoard instance. (required) :return: ComputeBoard If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_boards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.compute_boards_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.compute_boards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.compute_boards_moid_get_with_http_info(moid, **kwargs) return data - def compute_boards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_boards_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'computeBoard' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def compute_boards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_boards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_boards_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBoard instance. (required) - :param str moid2: The moid of the computeBoard instance. (required) - :param str moid3: The moid of the computeBoard instance. (required) - :param str moid4: The moid of the computeBoard instance. (required) - :param str moid5: The moid of the computeBoard instance. (required) - :param str moid6: The moid of the computeBoard instance. (required) - :param str moid7: The moid of the computeBoard instance. (required) - :param str moid8: The moid of the computeBoard instance. (required) - :param str moid9: The moid of the computeBoard instance. (required) - :param str moid10: The moid of the computeBoard instance. (required) - :param str moid11: The moid of the computeBoard instance. (required) - :param str moid12: The moid of the computeBoard instance. (required) - :param str moid13: The moid of the computeBoard instance. (required) - :param str moid14: The moid of the computeBoard instance. (required) - :param str moid15: The moid of the computeBoard instance. (required) :return: ComputeBoard If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def compute_boards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_boards_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_boards_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def compute_boards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def compute_boards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_boards_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_boards_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'computeBoard' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def compute_boards_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_boards_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_boards_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBoard instance. (required) :param ComputeBoard body: computeBoard to update (required) - :param str moid2: The moid of the computeBoard instance. (required) - :param ComputeBoard body2: computeBoard to update (required) - :param str moid3: The moid of the computeBoard instance. (required) - :param ComputeBoard body3: computeBoard to update (required) - :param str moid4: The moid of the computeBoard instance. (required) - :param ComputeBoard body4: computeBoard to update (required) - :param str moid5: The moid of the computeBoard instance. (required) - :param ComputeBoard body5: computeBoard to update (required) - :param str moid6: The moid of the computeBoard instance. (required) - :param ComputeBoard body6: computeBoard to update (required) - :param str moid7: The moid of the computeBoard instance. (required) - :param ComputeBoard body7: computeBoard to update (required) - :param str moid8: The moid of the computeBoard instance. (required) - :param ComputeBoard body8: computeBoard to update (required) - :param str moid9: The moid of the computeBoard instance. (required) - :param ComputeBoard body9: computeBoard to update (required) - :param str moid10: The moid of the computeBoard instance. (required) - :param ComputeBoard body10: computeBoard to update (required) - :param str moid11: The moid of the computeBoard instance. (required) - :param ComputeBoard body11: computeBoard to update (required) - :param str moid12: The moid of the computeBoard instance. (required) - :param ComputeBoard body12: computeBoard to update (required) - :param str moid13: The moid of the computeBoard instance. (required) - :param ComputeBoard body13: computeBoard to update (required) - :param str moid14: The moid of the computeBoard instance. (required) - :param ComputeBoard body14: computeBoard to update (required) - :param str moid15: The moid of the computeBoard instance. (required) - :param ComputeBoard body15: computeBoard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_boards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_boards_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_boards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_boards_moid_patch_with_http_info(moid, body, **kwargs) return data - def compute_boards_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_boards_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeBoard' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def compute_boards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_boards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_boards_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBoard instance. (required) :param ComputeBoard body: computeBoard to update (required) - :param str moid2: The moid of the computeBoard instance. (required) - :param ComputeBoard body2: computeBoard to update (required) - :param str moid3: The moid of the computeBoard instance. (required) - :param ComputeBoard body3: computeBoard to update (required) - :param str moid4: The moid of the computeBoard instance. (required) - :param ComputeBoard body4: computeBoard to update (required) - :param str moid5: The moid of the computeBoard instance. (required) - :param ComputeBoard body5: computeBoard to update (required) - :param str moid6: The moid of the computeBoard instance. (required) - :param ComputeBoard body6: computeBoard to update (required) - :param str moid7: The moid of the computeBoard instance. (required) - :param ComputeBoard body7: computeBoard to update (required) - :param str moid8: The moid of the computeBoard instance. (required) - :param ComputeBoard body8: computeBoard to update (required) - :param str moid9: The moid of the computeBoard instance. (required) - :param ComputeBoard body9: computeBoard to update (required) - :param str moid10: The moid of the computeBoard instance. (required) - :param ComputeBoard body10: computeBoard to update (required) - :param str moid11: The moid of the computeBoard instance. (required) - :param ComputeBoard body11: computeBoard to update (required) - :param str moid12: The moid of the computeBoard instance. (required) - :param ComputeBoard body12: computeBoard to update (required) - :param str moid13: The moid of the computeBoard instance. (required) - :param ComputeBoard body13: computeBoard to update (required) - :param str moid14: The moid of the computeBoard instance. (required) - :param ComputeBoard body14: computeBoard to update (required) - :param str moid15: The moid of the computeBoard instance. (required) - :param ComputeBoard body15: computeBoard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def compute_boards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_boards_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_boards_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_boards_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def compute_boards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def compute_boards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def compute_boards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_boards_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_boards_moid_post(self, moid, body, **kwargs): """ Update an instance of 'computeBoard' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def compute_boards_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_boards_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_boards_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBoard instance. (required) :param ComputeBoard body: computeBoard to update (required) - :param str moid2: The moid of the computeBoard instance. (required) - :param ComputeBoard body2: computeBoard to update (required) - :param str moid3: The moid of the computeBoard instance. (required) - :param ComputeBoard body3: computeBoard to update (required) - :param str moid4: The moid of the computeBoard instance. (required) - :param ComputeBoard body4: computeBoard to update (required) - :param str moid5: The moid of the computeBoard instance. (required) - :param ComputeBoard body5: computeBoard to update (required) - :param str moid6: The moid of the computeBoard instance. (required) - :param ComputeBoard body6: computeBoard to update (required) - :param str moid7: The moid of the computeBoard instance. (required) - :param ComputeBoard body7: computeBoard to update (required) - :param str moid8: The moid of the computeBoard instance. (required) - :param ComputeBoard body8: computeBoard to update (required) - :param str moid9: The moid of the computeBoard instance. (required) - :param ComputeBoard body9: computeBoard to update (required) - :param str moid10: The moid of the computeBoard instance. (required) - :param ComputeBoard body10: computeBoard to update (required) - :param str moid11: The moid of the computeBoard instance. (required) - :param ComputeBoard body11: computeBoard to update (required) - :param str moid12: The moid of the computeBoard instance. (required) - :param ComputeBoard body12: computeBoard to update (required) - :param str moid13: The moid of the computeBoard instance. (required) - :param ComputeBoard body13: computeBoard to update (required) - :param str moid14: The moid of the computeBoard instance. (required) - :param ComputeBoard body14: computeBoard to update (required) - :param str moid15: The moid of the computeBoard instance. (required) - :param ComputeBoard body15: computeBoard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_boards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_boards_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_boards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_boards_moid_post_with_http_info(moid, body, **kwargs) return data - def compute_boards_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_boards_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeBoard' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def compute_boards_moid_post_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_boards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_boards_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeBoard instance. (required) :param ComputeBoard body: computeBoard to update (required) - :param str moid2: The moid of the computeBoard instance. (required) - :param ComputeBoard body2: computeBoard to update (required) - :param str moid3: The moid of the computeBoard instance. (required) - :param ComputeBoard body3: computeBoard to update (required) - :param str moid4: The moid of the computeBoard instance. (required) - :param ComputeBoard body4: computeBoard to update (required) - :param str moid5: The moid of the computeBoard instance. (required) - :param ComputeBoard body5: computeBoard to update (required) - :param str moid6: The moid of the computeBoard instance. (required) - :param ComputeBoard body6: computeBoard to update (required) - :param str moid7: The moid of the computeBoard instance. (required) - :param ComputeBoard body7: computeBoard to update (required) - :param str moid8: The moid of the computeBoard instance. (required) - :param ComputeBoard body8: computeBoard to update (required) - :param str moid9: The moid of the computeBoard instance. (required) - :param ComputeBoard body9: computeBoard to update (required) - :param str moid10: The moid of the computeBoard instance. (required) - :param ComputeBoard body10: computeBoard to update (required) - :param str moid11: The moid of the computeBoard instance. (required) - :param ComputeBoard body11: computeBoard to update (required) - :param str moid12: The moid of the computeBoard instance. (required) - :param ComputeBoard body12: computeBoard to update (required) - :param str moid13: The moid of the computeBoard instance. (required) - :param ComputeBoard body13: computeBoard to update (required) - :param str moid14: The moid of the computeBoard instance. (required) - :param ComputeBoard body14: computeBoard to update (required) - :param str moid15: The moid of the computeBoard instance. (required) - :param ComputeBoard body15: computeBoard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def compute_boards_moid_post_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_boards_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_boards_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_boards_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_boards_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_boards_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_boards_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_boards_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_boards_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_boards_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_boards_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_boards_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_boards_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_boards_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_boards_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_boards_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_boards_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def compute_boards_moid_post_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def compute_boards_moid_post_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/compute_physical_summary_api.py b/intersight/apis/compute_physical_summary_api.py index 6eac39f7..743a898c 100644 --- a/intersight/apis/compute_physical_summary_api.py +++ b/intersight/apis/compute_physical_summary_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def compute_physical_summaries_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputePhysicalSummaryList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def compute_physical_summaries_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputePhysicalSummaryList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def compute_physical_summaries_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def compute_physical_summaries_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_physical_summaries_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_physical_summaries_moid_get(self, moid, **kwargs): """ Get a specific instance of 'computePhysicalSummary' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def compute_physical_summaries_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_physical_summaries_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_physical_summaries_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computePhysicalSummary instance. (required) - :param str moid2: The moid of the computePhysicalSummary instance. (required) - :param str moid3: The moid of the computePhysicalSummary instance. (required) - :param str moid4: The moid of the computePhysicalSummary instance. (required) - :param str moid5: The moid of the computePhysicalSummary instance. (required) - :param str moid6: The moid of the computePhysicalSummary instance. (required) - :param str moid7: The moid of the computePhysicalSummary instance. (required) - :param str moid8: The moid of the computePhysicalSummary instance. (required) - :param str moid9: The moid of the computePhysicalSummary instance. (required) - :param str moid10: The moid of the computePhysicalSummary instance. (required) - :param str moid11: The moid of the computePhysicalSummary instance. (required) - :param str moid12: The moid of the computePhysicalSummary instance. (required) - :param str moid13: The moid of the computePhysicalSummary instance. (required) - :param str moid14: The moid of the computePhysicalSummary instance. (required) - :param str moid15: The moid of the computePhysicalSummary instance. (required) :return: ComputePhysicalSummary If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_physical_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.compute_physical_summaries_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.compute_physical_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.compute_physical_summaries_moid_get_with_http_info(moid, **kwargs) return data - def compute_physical_summaries_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_physical_summaries_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'computePhysicalSummary' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def compute_physical_summaries_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_physical_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_physical_summaries_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computePhysicalSummary instance. (required) - :param str moid2: The moid of the computePhysicalSummary instance. (required) - :param str moid3: The moid of the computePhysicalSummary instance. (required) - :param str moid4: The moid of the computePhysicalSummary instance. (required) - :param str moid5: The moid of the computePhysicalSummary instance. (required) - :param str moid6: The moid of the computePhysicalSummary instance. (required) - :param str moid7: The moid of the computePhysicalSummary instance. (required) - :param str moid8: The moid of the computePhysicalSummary instance. (required) - :param str moid9: The moid of the computePhysicalSummary instance. (required) - :param str moid10: The moid of the computePhysicalSummary instance. (required) - :param str moid11: The moid of the computePhysicalSummary instance. (required) - :param str moid12: The moid of the computePhysicalSummary instance. (required) - :param str moid13: The moid of the computePhysicalSummary instance. (required) - :param str moid14: The moid of the computePhysicalSummary instance. (required) - :param str moid15: The moid of the computePhysicalSummary instance. (required) :return: ComputePhysicalSummary If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def compute_physical_summaries_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_physical_summaries_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_physical_summaries_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def compute_physical_summaries_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/compute_rack_unit_api.py b/intersight/apis/compute_rack_unit_api.py index f39d56e1..a114634a 100644 --- a/intersight/apis/compute_rack_unit_api.py +++ b/intersight/apis/compute_rack_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def compute_rack_units_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeRackUnitList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def compute_rack_units_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeRackUnitList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def compute_rack_units_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def compute_rack_units_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_rack_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_rack_units_moid_get(self, moid, **kwargs): """ Get a specific instance of 'computeRackUnit' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def compute_rack_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_rack_units_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_rack_units_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeRackUnit instance. (required) - :param str moid2: The moid of the computeRackUnit instance. (required) - :param str moid3: The moid of the computeRackUnit instance. (required) - :param str moid4: The moid of the computeRackUnit instance. (required) - :param str moid5: The moid of the computeRackUnit instance. (required) - :param str moid6: The moid of the computeRackUnit instance. (required) - :param str moid7: The moid of the computeRackUnit instance. (required) - :param str moid8: The moid of the computeRackUnit instance. (required) - :param str moid9: The moid of the computeRackUnit instance. (required) - :param str moid10: The moid of the computeRackUnit instance. (required) - :param str moid11: The moid of the computeRackUnit instance. (required) - :param str moid12: The moid of the computeRackUnit instance. (required) - :param str moid13: The moid of the computeRackUnit instance. (required) - :param str moid14: The moid of the computeRackUnit instance. (required) - :param str moid15: The moid of the computeRackUnit instance. (required) :return: ComputeRackUnit If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_rack_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.compute_rack_units_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.compute_rack_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.compute_rack_units_moid_get_with_http_info(moid, **kwargs) return data - def compute_rack_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_rack_units_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'computeRackUnit' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def compute_rack_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_rack_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_rack_units_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeRackUnit instance. (required) - :param str moid2: The moid of the computeRackUnit instance. (required) - :param str moid3: The moid of the computeRackUnit instance. (required) - :param str moid4: The moid of the computeRackUnit instance. (required) - :param str moid5: The moid of the computeRackUnit instance. (required) - :param str moid6: The moid of the computeRackUnit instance. (required) - :param str moid7: The moid of the computeRackUnit instance. (required) - :param str moid8: The moid of the computeRackUnit instance. (required) - :param str moid9: The moid of the computeRackUnit instance. (required) - :param str moid10: The moid of the computeRackUnit instance. (required) - :param str moid11: The moid of the computeRackUnit instance. (required) - :param str moid12: The moid of the computeRackUnit instance. (required) - :param str moid13: The moid of the computeRackUnit instance. (required) - :param str moid14: The moid of the computeRackUnit instance. (required) - :param str moid15: The moid of the computeRackUnit instance. (required) :return: ComputeRackUnit If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def compute_rack_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_rack_units_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_rack_units_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def compute_rack_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def compute_rack_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_rack_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_rack_units_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'computeRackUnit' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def compute_rack_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_rack_units_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_rack_units_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeRackUnit instance. (required) :param ComputeRackUnit body: computeRackUnit to update (required) - :param str moid2: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body2: computeRackUnit to update (required) - :param str moid3: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body3: computeRackUnit to update (required) - :param str moid4: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body4: computeRackUnit to update (required) - :param str moid5: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body5: computeRackUnit to update (required) - :param str moid6: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body6: computeRackUnit to update (required) - :param str moid7: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body7: computeRackUnit to update (required) - :param str moid8: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body8: computeRackUnit to update (required) - :param str moid9: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body9: computeRackUnit to update (required) - :param str moid10: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body10: computeRackUnit to update (required) - :param str moid11: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body11: computeRackUnit to update (required) - :param str moid12: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body12: computeRackUnit to update (required) - :param str moid13: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body13: computeRackUnit to update (required) - :param str moid14: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body14: computeRackUnit to update (required) - :param str moid15: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body15: computeRackUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_rack_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_rack_units_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_rack_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_rack_units_moid_patch_with_http_info(moid, body, **kwargs) return data - def compute_rack_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_rack_units_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeRackUnit' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def compute_rack_units_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_rack_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_rack_units_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeRackUnit instance. (required) :param ComputeRackUnit body: computeRackUnit to update (required) - :param str moid2: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body2: computeRackUnit to update (required) - :param str moid3: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body3: computeRackUnit to update (required) - :param str moid4: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body4: computeRackUnit to update (required) - :param str moid5: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body5: computeRackUnit to update (required) - :param str moid6: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body6: computeRackUnit to update (required) - :param str moid7: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body7: computeRackUnit to update (required) - :param str moid8: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body8: computeRackUnit to update (required) - :param str moid9: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body9: computeRackUnit to update (required) - :param str moid10: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body10: computeRackUnit to update (required) - :param str moid11: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body11: computeRackUnit to update (required) - :param str moid12: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body12: computeRackUnit to update (required) - :param str moid13: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body13: computeRackUnit to update (required) - :param str moid14: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body14: computeRackUnit to update (required) - :param str moid15: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body15: computeRackUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def compute_rack_units_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_rack_units_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_rack_units_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def compute_rack_units_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def compute_rack_units_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def compute_rack_units_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_rack_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_rack_units_moid_post(self, moid, body, **kwargs): """ Update an instance of 'computeRackUnit' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def compute_rack_units_moid_post(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_rack_units_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_rack_units_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeRackUnit instance. (required) :param ComputeRackUnit body: computeRackUnit to update (required) - :param str moid2: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body2: computeRackUnit to update (required) - :param str moid3: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body3: computeRackUnit to update (required) - :param str moid4: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body4: computeRackUnit to update (required) - :param str moid5: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body5: computeRackUnit to update (required) - :param str moid6: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body6: computeRackUnit to update (required) - :param str moid7: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body7: computeRackUnit to update (required) - :param str moid8: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body8: computeRackUnit to update (required) - :param str moid9: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body9: computeRackUnit to update (required) - :param str moid10: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body10: computeRackUnit to update (required) - :param str moid11: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body11: computeRackUnit to update (required) - :param str moid12: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body12: computeRackUnit to update (required) - :param str moid13: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body13: computeRackUnit to update (required) - :param str moid14: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body14: computeRackUnit to update (required) - :param str moid15: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body15: computeRackUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_rack_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_rack_units_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_rack_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_rack_units_moid_post_with_http_info(moid, body, **kwargs) return data - def compute_rack_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_rack_units_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeRackUnit' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def compute_rack_units_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_rack_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_rack_units_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeRackUnit instance. (required) :param ComputeRackUnit body: computeRackUnit to update (required) - :param str moid2: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body2: computeRackUnit to update (required) - :param str moid3: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body3: computeRackUnit to update (required) - :param str moid4: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body4: computeRackUnit to update (required) - :param str moid5: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body5: computeRackUnit to update (required) - :param str moid6: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body6: computeRackUnit to update (required) - :param str moid7: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body7: computeRackUnit to update (required) - :param str moid8: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body8: computeRackUnit to update (required) - :param str moid9: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body9: computeRackUnit to update (required) - :param str moid10: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body10: computeRackUnit to update (required) - :param str moid11: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body11: computeRackUnit to update (required) - :param str moid12: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body12: computeRackUnit to update (required) - :param str moid13: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body13: computeRackUnit to update (required) - :param str moid14: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body14: computeRackUnit to update (required) - :param str moid15: The moid of the computeRackUnit instance. (required) - :param ComputeRackUnit body15: computeRackUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def compute_rack_units_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_rack_units_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_rack_units_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def compute_rack_units_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def compute_rack_units_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/compute_server_setting_api.py b/intersight/apis/compute_server_setting_api.py index e17fa369..81bea7af 100644 --- a/intersight/apis/compute_server_setting_api.py +++ b/intersight/apis/compute_server_setting_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def compute_server_settings_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeServerSettingList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def compute_server_settings_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ComputeServerSettingList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def compute_server_settings_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def compute_server_settings_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_server_settings_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_server_settings_moid_get(self, moid, **kwargs): """ Get a specific instance of 'computeServerSetting' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def compute_server_settings_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_server_settings_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_server_settings_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeServerSetting instance. (required) - :param str moid2: The moid of the computeServerSetting instance. (required) - :param str moid3: The moid of the computeServerSetting instance. (required) - :param str moid4: The moid of the computeServerSetting instance. (required) - :param str moid5: The moid of the computeServerSetting instance. (required) - :param str moid6: The moid of the computeServerSetting instance. (required) - :param str moid7: The moid of the computeServerSetting instance. (required) - :param str moid8: The moid of the computeServerSetting instance. (required) - :param str moid9: The moid of the computeServerSetting instance. (required) - :param str moid10: The moid of the computeServerSetting instance. (required) - :param str moid11: The moid of the computeServerSetting instance. (required) - :param str moid12: The moid of the computeServerSetting instance. (required) - :param str moid13: The moid of the computeServerSetting instance. (required) - :param str moid14: The moid of the computeServerSetting instance. (required) - :param str moid15: The moid of the computeServerSetting instance. (required) :return: ComputeServerSetting If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_server_settings_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.compute_server_settings_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.compute_server_settings_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.compute_server_settings_moid_get_with_http_info(moid, **kwargs) return data - def compute_server_settings_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def compute_server_settings_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'computeServerSetting' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def compute_server_settings_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_server_settings_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.compute_server_settings_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeServerSetting instance. (required) - :param str moid2: The moid of the computeServerSetting instance. (required) - :param str moid3: The moid of the computeServerSetting instance. (required) - :param str moid4: The moid of the computeServerSetting instance. (required) - :param str moid5: The moid of the computeServerSetting instance. (required) - :param str moid6: The moid of the computeServerSetting instance. (required) - :param str moid7: The moid of the computeServerSetting instance. (required) - :param str moid8: The moid of the computeServerSetting instance. (required) - :param str moid9: The moid of the computeServerSetting instance. (required) - :param str moid10: The moid of the computeServerSetting instance. (required) - :param str moid11: The moid of the computeServerSetting instance. (required) - :param str moid12: The moid of the computeServerSetting instance. (required) - :param str moid13: The moid of the computeServerSetting instance. (required) - :param str moid14: The moid of the computeServerSetting instance. (required) - :param str moid15: The moid of the computeServerSetting instance. (required) :return: ComputeServerSetting If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def compute_server_settings_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_server_settings_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_server_settings_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def compute_server_settings_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def compute_server_settings_moid_get_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_server_settings_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_server_settings_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'computeServerSetting' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def compute_server_settings_moid_patch(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_server_settings_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_server_settings_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeServerSetting instance. (required) :param ComputeServerSetting body: computeServerSetting to update (required) - :param str moid2: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body2: computeServerSetting to update (required) - :param str moid3: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body3: computeServerSetting to update (required) - :param str moid4: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body4: computeServerSetting to update (required) - :param str moid5: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body5: computeServerSetting to update (required) - :param str moid6: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body6: computeServerSetting to update (required) - :param str moid7: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body7: computeServerSetting to update (required) - :param str moid8: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body8: computeServerSetting to update (required) - :param str moid9: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body9: computeServerSetting to update (required) - :param str moid10: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body10: computeServerSetting to update (required) - :param str moid11: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body11: computeServerSetting to update (required) - :param str moid12: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body12: computeServerSetting to update (required) - :param str moid13: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body13: computeServerSetting to update (required) - :param str moid14: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body14: computeServerSetting to update (required) - :param str moid15: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body15: computeServerSetting to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_server_settings_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_server_settings_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_server_settings_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_server_settings_moid_patch_with_http_info(moid, body, **kwargs) return data - def compute_server_settings_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_server_settings_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeServerSetting' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def compute_server_settings_moid_patch_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_server_settings_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_server_settings_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeServerSetting instance. (required) :param ComputeServerSetting body: computeServerSetting to update (required) - :param str moid2: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body2: computeServerSetting to update (required) - :param str moid3: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body3: computeServerSetting to update (required) - :param str moid4: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body4: computeServerSetting to update (required) - :param str moid5: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body5: computeServerSetting to update (required) - :param str moid6: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body6: computeServerSetting to update (required) - :param str moid7: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body7: computeServerSetting to update (required) - :param str moid8: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body8: computeServerSetting to update (required) - :param str moid9: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body9: computeServerSetting to update (required) - :param str moid10: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body10: computeServerSetting to update (required) - :param str moid11: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body11: computeServerSetting to update (required) - :param str moid12: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body12: computeServerSetting to update (required) - :param str moid13: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body13: computeServerSetting to update (required) - :param str moid14: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body14: computeServerSetting to update (required) - :param str moid15: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body15: computeServerSetting to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def compute_server_settings_moid_patch_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_server_settings_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_server_settings_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def compute_server_settings_moid_patch_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def compute_server_settings_moid_patch_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def compute_server_settings_moid_patch_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def compute_server_settings_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_server_settings_moid_post(self, moid, body, **kwargs): """ Update an instance of 'computeServerSetting' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def compute_server_settings_moid_post(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_server_settings_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_server_settings_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeServerSetting instance. (required) :param ComputeServerSetting body: computeServerSetting to update (required) - :param str moid2: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body2: computeServerSetting to update (required) - :param str moid3: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body3: computeServerSetting to update (required) - :param str moid4: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body4: computeServerSetting to update (required) - :param str moid5: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body5: computeServerSetting to update (required) - :param str moid6: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body6: computeServerSetting to update (required) - :param str moid7: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body7: computeServerSetting to update (required) - :param str moid8: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body8: computeServerSetting to update (required) - :param str moid9: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body9: computeServerSetting to update (required) - :param str moid10: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body10: computeServerSetting to update (required) - :param str moid11: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body11: computeServerSetting to update (required) - :param str moid12: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body12: computeServerSetting to update (required) - :param str moid13: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body13: computeServerSetting to update (required) - :param str moid14: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body14: computeServerSetting to update (required) - :param str moid15: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body15: computeServerSetting to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.compute_server_settings_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.compute_server_settings_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.compute_server_settings_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.compute_server_settings_moid_post_with_http_info(moid, body, **kwargs) return data - def compute_server_settings_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def compute_server_settings_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'computeServerSetting' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def compute_server_settings_moid_post_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.compute_server_settings_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.compute_server_settings_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the computeServerSetting instance. (required) :param ComputeServerSetting body: computeServerSetting to update (required) - :param str moid2: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body2: computeServerSetting to update (required) - :param str moid3: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body3: computeServerSetting to update (required) - :param str moid4: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body4: computeServerSetting to update (required) - :param str moid5: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body5: computeServerSetting to update (required) - :param str moid6: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body6: computeServerSetting to update (required) - :param str moid7: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body7: computeServerSetting to update (required) - :param str moid8: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body8: computeServerSetting to update (required) - :param str moid9: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body9: computeServerSetting to update (required) - :param str moid10: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body10: computeServerSetting to update (required) - :param str moid11: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body11: computeServerSetting to update (required) - :param str moid12: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body12: computeServerSetting to update (required) - :param str moid13: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body13: computeServerSetting to update (required) - :param str moid14: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body14: computeServerSetting to update (required) - :param str moid15: The moid of the computeServerSetting instance. (required) - :param ComputeServerSetting body15: computeServerSetting to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def compute_server_settings_moid_post_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `compute_server_settings_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `compute_server_settings_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def compute_server_settings_moid_post_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def compute_server_settings_moid_post_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/cond_alarm_api.py b/intersight/apis/cond_alarm_api.py index 3798d643..a2c2b787 100644 --- a/intersight/apis/cond_alarm_api.py +++ b/intersight/apis/cond_alarm_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def cond_alarms_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondAlarmList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def cond_alarms_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondAlarmList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def cond_alarms_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def cond_alarms_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cond_alarms_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_alarms_moid_get(self, moid, **kwargs): """ Get a specific instance of 'condAlarm' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def cond_alarms_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_alarms_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_alarms_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condAlarm instance. (required) - :param str moid2: The moid of the condAlarm instance. (required) - :param str moid3: The moid of the condAlarm instance. (required) - :param str moid4: The moid of the condAlarm instance. (required) - :param str moid5: The moid of the condAlarm instance. (required) - :param str moid6: The moid of the condAlarm instance. (required) - :param str moid7: The moid of the condAlarm instance. (required) - :param str moid8: The moid of the condAlarm instance. (required) - :param str moid9: The moid of the condAlarm instance. (required) - :param str moid10: The moid of the condAlarm instance. (required) - :param str moid11: The moid of the condAlarm instance. (required) - :param str moid12: The moid of the condAlarm instance. (required) - :param str moid13: The moid of the condAlarm instance. (required) - :param str moid14: The moid of the condAlarm instance. (required) - :param str moid15: The moid of the condAlarm instance. (required) :return: CondAlarm If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cond_alarms_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cond_alarms_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.cond_alarms_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cond_alarms_moid_get_with_http_info(moid, **kwargs) return data - def cond_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_alarms_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'condAlarm' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def cond_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_alarms_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_alarms_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condAlarm instance. (required) - :param str moid2: The moid of the condAlarm instance. (required) - :param str moid3: The moid of the condAlarm instance. (required) - :param str moid4: The moid of the condAlarm instance. (required) - :param str moid5: The moid of the condAlarm instance. (required) - :param str moid6: The moid of the condAlarm instance. (required) - :param str moid7: The moid of the condAlarm instance. (required) - :param str moid8: The moid of the condAlarm instance. (required) - :param str moid9: The moid of the condAlarm instance. (required) - :param str moid10: The moid of the condAlarm instance. (required) - :param str moid11: The moid of the condAlarm instance. (required) - :param str moid12: The moid of the condAlarm instance. (required) - :param str moid13: The moid of the condAlarm instance. (required) - :param str moid14: The moid of the condAlarm instance. (required) - :param str moid15: The moid of the condAlarm instance. (required) :return: CondAlarm If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def cond_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cond_alarms_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cond_alarms_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def cond_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/cond_hcl_status_action_api.py b/intersight/apis/cond_hcl_status_action_api.py deleted file mode 100644 index b4b04cd4..00000000 --- a/intersight/apis/cond_hcl_status_action_api.py +++ /dev/null @@ -1,278 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class CondHclStatusActionApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def cond_hcl_status_actions_get(self, **kwargs): - """ - List of condHclStatusActions - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.cond_hcl_status_actions_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: CondHclStatusActionList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.cond_hcl_status_actions_get_with_http_info(**kwargs) - else: - (data) = self.cond_hcl_status_actions_get_with_http_info(**kwargs) - return data - - def cond_hcl_status_actions_get_with_http_info(self, **kwargs): - """ - List of condHclStatusActions - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.cond_hcl_status_actions_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: CondHclStatusActionList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method cond_hcl_status_actions_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/cond/HclStatusActions', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='CondHclStatusActionList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def cond_hcl_status_actions_moid_get(self, moid, **kwargs): - """ - A instance of condHclStatusAction - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.cond_hcl_status_actions_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the condHclStatusAction instance. (required) - :return: CondHclStatusAction - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.cond_hcl_status_actions_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.cond_hcl_status_actions_moid_get_with_http_info(moid, **kwargs) - return data - - def cond_hcl_status_actions_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of condHclStatusAction - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.cond_hcl_status_actions_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the condHclStatusAction instance. (required) - :return: CondHclStatusAction - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method cond_hcl_status_actions_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `cond_hcl_status_actions_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/cond/HclStatusActions/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='CondHclStatusAction', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/cond_hcl_status_api.py b/intersight/apis/cond_hcl_status_api.py index 1802ff55..88ceb746 100644 --- a/intersight/apis/cond_hcl_status_api.py +++ b/intersight/apis/cond_hcl_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def cond_hcl_statuses_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondHclStatusList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def cond_hcl_statuses_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondHclStatusList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def cond_hcl_statuses_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def cond_hcl_statuses_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cond_hcl_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_hcl_statuses_moid_get(self, moid, **kwargs): """ Get a specific instance of 'condHclStatus' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def cond_hcl_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_hcl_statuses_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_hcl_statuses_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condHclStatus instance. (required) - :param str moid2: The moid of the condHclStatus instance. (required) - :param str moid3: The moid of the condHclStatus instance. (required) - :param str moid4: The moid of the condHclStatus instance. (required) - :param str moid5: The moid of the condHclStatus instance. (required) - :param str moid6: The moid of the condHclStatus instance. (required) - :param str moid7: The moid of the condHclStatus instance. (required) - :param str moid8: The moid of the condHclStatus instance. (required) - :param str moid9: The moid of the condHclStatus instance. (required) - :param str moid10: The moid of the condHclStatus instance. (required) - :param str moid11: The moid of the condHclStatus instance. (required) - :param str moid12: The moid of the condHclStatus instance. (required) - :param str moid13: The moid of the condHclStatus instance. (required) - :param str moid14: The moid of the condHclStatus instance. (required) - :param str moid15: The moid of the condHclStatus instance. (required) :return: CondHclStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cond_hcl_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cond_hcl_statuses_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.cond_hcl_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cond_hcl_statuses_moid_get_with_http_info(moid, **kwargs) return data - def cond_hcl_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_hcl_statuses_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'condHclStatus' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def cond_hcl_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_hcl_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_hcl_statuses_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condHclStatus instance. (required) - :param str moid2: The moid of the condHclStatus instance. (required) - :param str moid3: The moid of the condHclStatus instance. (required) - :param str moid4: The moid of the condHclStatus instance. (required) - :param str moid5: The moid of the condHclStatus instance. (required) - :param str moid6: The moid of the condHclStatus instance. (required) - :param str moid7: The moid of the condHclStatus instance. (required) - :param str moid8: The moid of the condHclStatus instance. (required) - :param str moid9: The moid of the condHclStatus instance. (required) - :param str moid10: The moid of the condHclStatus instance. (required) - :param str moid11: The moid of the condHclStatus instance. (required) - :param str moid12: The moid of the condHclStatus instance. (required) - :param str moid13: The moid of the condHclStatus instance. (required) - :param str moid14: The moid of the condHclStatus instance. (required) - :param str moid15: The moid of the condHclStatus instance. (required) :return: CondHclStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def cond_hcl_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cond_hcl_statuses_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cond_hcl_statuses_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def cond_hcl_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/cond_hcl_status_detail_api.py b/intersight/apis/cond_hcl_status_detail_api.py index 99e83216..b09458de 100644 --- a/intersight/apis/cond_hcl_status_detail_api.py +++ b/intersight/apis/cond_hcl_status_detail_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def cond_hcl_status_details_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondHclStatusDetailList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def cond_hcl_status_details_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondHclStatusDetailList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def cond_hcl_status_details_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def cond_hcl_status_details_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cond_hcl_status_details_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_hcl_status_details_moid_get(self, moid, **kwargs): """ Get a specific instance of 'condHclStatusDetail' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def cond_hcl_status_details_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_hcl_status_details_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_hcl_status_details_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condHclStatusDetail instance. (required) - :param str moid2: The moid of the condHclStatusDetail instance. (required) - :param str moid3: The moid of the condHclStatusDetail instance. (required) - :param str moid4: The moid of the condHclStatusDetail instance. (required) - :param str moid5: The moid of the condHclStatusDetail instance. (required) - :param str moid6: The moid of the condHclStatusDetail instance. (required) - :param str moid7: The moid of the condHclStatusDetail instance. (required) - :param str moid8: The moid of the condHclStatusDetail instance. (required) - :param str moid9: The moid of the condHclStatusDetail instance. (required) - :param str moid10: The moid of the condHclStatusDetail instance. (required) - :param str moid11: The moid of the condHclStatusDetail instance. (required) - :param str moid12: The moid of the condHclStatusDetail instance. (required) - :param str moid13: The moid of the condHclStatusDetail instance. (required) - :param str moid14: The moid of the condHclStatusDetail instance. (required) - :param str moid15: The moid of the condHclStatusDetail instance. (required) :return: CondHclStatusDetail If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cond_hcl_status_details_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cond_hcl_status_details_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.cond_hcl_status_details_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cond_hcl_status_details_moid_get_with_http_info(moid, **kwargs) return data - def cond_hcl_status_details_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_hcl_status_details_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'condHclStatusDetail' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def cond_hcl_status_details_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_hcl_status_details_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_hcl_status_details_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condHclStatusDetail instance. (required) - :param str moid2: The moid of the condHclStatusDetail instance. (required) - :param str moid3: The moid of the condHclStatusDetail instance. (required) - :param str moid4: The moid of the condHclStatusDetail instance. (required) - :param str moid5: The moid of the condHclStatusDetail instance. (required) - :param str moid6: The moid of the condHclStatusDetail instance. (required) - :param str moid7: The moid of the condHclStatusDetail instance. (required) - :param str moid8: The moid of the condHclStatusDetail instance. (required) - :param str moid9: The moid of the condHclStatusDetail instance. (required) - :param str moid10: The moid of the condHclStatusDetail instance. (required) - :param str moid11: The moid of the condHclStatusDetail instance. (required) - :param str moid12: The moid of the condHclStatusDetail instance. (required) - :param str moid13: The moid of the condHclStatusDetail instance. (required) - :param str moid14: The moid of the condHclStatusDetail instance. (required) - :param str moid15: The moid of the condHclStatusDetail instance. (required) :return: CondHclStatusDetail If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def cond_hcl_status_details_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cond_hcl_status_details_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cond_hcl_status_details_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def cond_hcl_status_details_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/cond_hcl_status_job_api.py b/intersight/apis/cond_hcl_status_job_api.py index e98ae1cd..b0be1824 100644 --- a/intersight/apis/cond_hcl_status_job_api.py +++ b/intersight/apis/cond_hcl_status_job_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def cond_hcl_status_jobs_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondHclStatusJobList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def cond_hcl_status_jobs_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CondHclStatusJobList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def cond_hcl_status_jobs_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def cond_hcl_status_jobs_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cond_hcl_status_jobs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_hcl_status_jobs_moid_get(self, moid, **kwargs): """ Get a specific instance of 'condHclStatusJob' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def cond_hcl_status_jobs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_hcl_status_jobs_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_hcl_status_jobs_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condHclStatusJob instance. (required) - :param str moid2: The moid of the condHclStatusJob instance. (required) - :param str moid3: The moid of the condHclStatusJob instance. (required) - :param str moid4: The moid of the condHclStatusJob instance. (required) - :param str moid5: The moid of the condHclStatusJob instance. (required) - :param str moid6: The moid of the condHclStatusJob instance. (required) - :param str moid7: The moid of the condHclStatusJob instance. (required) - :param str moid8: The moid of the condHclStatusJob instance. (required) - :param str moid9: The moid of the condHclStatusJob instance. (required) - :param str moid10: The moid of the condHclStatusJob instance. (required) - :param str moid11: The moid of the condHclStatusJob instance. (required) - :param str moid12: The moid of the condHclStatusJob instance. (required) - :param str moid13: The moid of the condHclStatusJob instance. (required) - :param str moid14: The moid of the condHclStatusJob instance. (required) - :param str moid15: The moid of the condHclStatusJob instance. (required) :return: CondHclStatusJob If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cond_hcl_status_jobs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cond_hcl_status_jobs_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.cond_hcl_status_jobs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cond_hcl_status_jobs_moid_get_with_http_info(moid, **kwargs) return data - def cond_hcl_status_jobs_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cond_hcl_status_jobs_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'condHclStatusJob' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def cond_hcl_status_jobs_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cond_hcl_status_jobs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cond_hcl_status_jobs_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the condHclStatusJob instance. (required) - :param str moid2: The moid of the condHclStatusJob instance. (required) - :param str moid3: The moid of the condHclStatusJob instance. (required) - :param str moid4: The moid of the condHclStatusJob instance. (required) - :param str moid5: The moid of the condHclStatusJob instance. (required) - :param str moid6: The moid of the condHclStatusJob instance. (required) - :param str moid7: The moid of the condHclStatusJob instance. (required) - :param str moid8: The moid of the condHclStatusJob instance. (required) - :param str moid9: The moid of the condHclStatusJob instance. (required) - :param str moid10: The moid of the condHclStatusJob instance. (required) - :param str moid11: The moid of the condHclStatusJob instance. (required) - :param str moid12: The moid of the condHclStatusJob instance. (required) - :param str moid13: The moid of the condHclStatusJob instance. (required) - :param str moid14: The moid of the condHclStatusJob instance. (required) - :param str moid15: The moid of the condHclStatusJob instance. (required) :return: CondHclStatusJob If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def cond_hcl_status_jobs_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cond_hcl_status_jobs_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cond_hcl_status_jobs_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def cond_hcl_status_jobs_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/crypt_encryption_token_api.py b/intersight/apis/crypt_encryption_token_api.py index b162f5c5..da28b82b 100644 --- a/intersight/apis/crypt_encryption_token_api.py +++ b/intersight/apis/crypt_encryption_token_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def crypt_encryption_tokens_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CryptEncryptionTokenList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def crypt_encryption_tokens_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CryptEncryptionTokenList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def crypt_encryption_tokens_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def crypt_encryption_tokens_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def crypt_encryption_tokens_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def crypt_encryption_tokens_moid_get(self, moid, **kwargs): """ Get a specific instance of 'cryptEncryptionToken' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def crypt_encryption_tokens_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.crypt_encryption_tokens_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.crypt_encryption_tokens_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cryptEncryptionToken instance. (required) - :param str moid2: The moid of the cryptEncryptionToken instance. (required) - :param str moid3: The moid of the cryptEncryptionToken instance. (required) - :param str moid4: The moid of the cryptEncryptionToken instance. (required) - :param str moid5: The moid of the cryptEncryptionToken instance. (required) - :param str moid6: The moid of the cryptEncryptionToken instance. (required) - :param str moid7: The moid of the cryptEncryptionToken instance. (required) - :param str moid8: The moid of the cryptEncryptionToken instance. (required) - :param str moid9: The moid of the cryptEncryptionToken instance. (required) - :param str moid10: The moid of the cryptEncryptionToken instance. (required) - :param str moid11: The moid of the cryptEncryptionToken instance. (required) - :param str moid12: The moid of the cryptEncryptionToken instance. (required) - :param str moid13: The moid of the cryptEncryptionToken instance. (required) - :param str moid14: The moid of the cryptEncryptionToken instance. (required) - :param str moid15: The moid of the cryptEncryptionToken instance. (required) :return: CryptEncryptionToken If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.crypt_encryption_tokens_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.crypt_encryption_tokens_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.crypt_encryption_tokens_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.crypt_encryption_tokens_moid_get_with_http_info(moid, **kwargs) return data - def crypt_encryption_tokens_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def crypt_encryption_tokens_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'cryptEncryptionToken' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def crypt_encryption_tokens_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.crypt_encryption_tokens_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.crypt_encryption_tokens_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cryptEncryptionToken instance. (required) - :param str moid2: The moid of the cryptEncryptionToken instance. (required) - :param str moid3: The moid of the cryptEncryptionToken instance. (required) - :param str moid4: The moid of the cryptEncryptionToken instance. (required) - :param str moid5: The moid of the cryptEncryptionToken instance. (required) - :param str moid6: The moid of the cryptEncryptionToken instance. (required) - :param str moid7: The moid of the cryptEncryptionToken instance. (required) - :param str moid8: The moid of the cryptEncryptionToken instance. (required) - :param str moid9: The moid of the cryptEncryptionToken instance. (required) - :param str moid10: The moid of the cryptEncryptionToken instance. (required) - :param str moid11: The moid of the cryptEncryptionToken instance. (required) - :param str moid12: The moid of the cryptEncryptionToken instance. (required) - :param str moid13: The moid of the cryptEncryptionToken instance. (required) - :param str moid14: The moid of the cryptEncryptionToken instance. (required) - :param str moid15: The moid of the cryptEncryptionToken instance. (required) :return: CryptEncryptionToken If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def crypt_encryption_tokens_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `crypt_encryption_tokens_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `crypt_encryption_tokens_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def crypt_encryption_tokens_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def crypt_encryption_tokens_moid_get_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def crypt_encryption_tokens_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def crypt_encryption_tokens_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'cryptEncryptionToken' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def crypt_encryption_tokens_moid_patch(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.crypt_encryption_tokens_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.crypt_encryption_tokens_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cryptEncryptionToken instance. (required) :param CryptEncryptionToken body: cryptEncryptionToken to update (required) - :param str moid2: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body2: cryptEncryptionToken to update (required) - :param str moid3: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body3: cryptEncryptionToken to update (required) - :param str moid4: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body4: cryptEncryptionToken to update (required) - :param str moid5: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body5: cryptEncryptionToken to update (required) - :param str moid6: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body6: cryptEncryptionToken to update (required) - :param str moid7: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body7: cryptEncryptionToken to update (required) - :param str moid8: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body8: cryptEncryptionToken to update (required) - :param str moid9: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body9: cryptEncryptionToken to update (required) - :param str moid10: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body10: cryptEncryptionToken to update (required) - :param str moid11: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body11: cryptEncryptionToken to update (required) - :param str moid12: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body12: cryptEncryptionToken to update (required) - :param str moid13: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body13: cryptEncryptionToken to update (required) - :param str moid14: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body14: cryptEncryptionToken to update (required) - :param str moid15: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body15: cryptEncryptionToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.crypt_encryption_tokens_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.crypt_encryption_tokens_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.crypt_encryption_tokens_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.crypt_encryption_tokens_moid_patch_with_http_info(moid, body, **kwargs) return data - def crypt_encryption_tokens_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def crypt_encryption_tokens_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cryptEncryptionToken' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def crypt_encryption_tokens_moid_patch_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.crypt_encryption_tokens_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.crypt_encryption_tokens_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cryptEncryptionToken instance. (required) :param CryptEncryptionToken body: cryptEncryptionToken to update (required) - :param str moid2: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body2: cryptEncryptionToken to update (required) - :param str moid3: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body3: cryptEncryptionToken to update (required) - :param str moid4: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body4: cryptEncryptionToken to update (required) - :param str moid5: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body5: cryptEncryptionToken to update (required) - :param str moid6: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body6: cryptEncryptionToken to update (required) - :param str moid7: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body7: cryptEncryptionToken to update (required) - :param str moid8: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body8: cryptEncryptionToken to update (required) - :param str moid9: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body9: cryptEncryptionToken to update (required) - :param str moid10: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body10: cryptEncryptionToken to update (required) - :param str moid11: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body11: cryptEncryptionToken to update (required) - :param str moid12: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body12: cryptEncryptionToken to update (required) - :param str moid13: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body13: cryptEncryptionToken to update (required) - :param str moid14: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body14: cryptEncryptionToken to update (required) - :param str moid15: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body15: cryptEncryptionToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def crypt_encryption_tokens_moid_patch_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `crypt_encryption_tokens_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `crypt_encryption_tokens_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def crypt_encryption_tokens_moid_patch_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def crypt_encryption_tokens_moid_patch_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def crypt_encryption_tokens_moid_patch_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def crypt_encryption_tokens_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def crypt_encryption_tokens_moid_post(self, moid, body, **kwargs): """ Update an instance of 'cryptEncryptionToken' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def crypt_encryption_tokens_moid_post(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.crypt_encryption_tokens_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.crypt_encryption_tokens_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cryptEncryptionToken instance. (required) :param CryptEncryptionToken body: cryptEncryptionToken to update (required) - :param str moid2: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body2: cryptEncryptionToken to update (required) - :param str moid3: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body3: cryptEncryptionToken to update (required) - :param str moid4: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body4: cryptEncryptionToken to update (required) - :param str moid5: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body5: cryptEncryptionToken to update (required) - :param str moid6: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body6: cryptEncryptionToken to update (required) - :param str moid7: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body7: cryptEncryptionToken to update (required) - :param str moid8: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body8: cryptEncryptionToken to update (required) - :param str moid9: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body9: cryptEncryptionToken to update (required) - :param str moid10: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body10: cryptEncryptionToken to update (required) - :param str moid11: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body11: cryptEncryptionToken to update (required) - :param str moid12: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body12: cryptEncryptionToken to update (required) - :param str moid13: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body13: cryptEncryptionToken to update (required) - :param str moid14: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body14: cryptEncryptionToken to update (required) - :param str moid15: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body15: cryptEncryptionToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.crypt_encryption_tokens_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.crypt_encryption_tokens_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.crypt_encryption_tokens_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.crypt_encryption_tokens_moid_post_with_http_info(moid, body, **kwargs) return data - def crypt_encryption_tokens_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def crypt_encryption_tokens_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cryptEncryptionToken' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def crypt_encryption_tokens_moid_post_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.crypt_encryption_tokens_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.crypt_encryption_tokens_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cryptEncryptionToken instance. (required) :param CryptEncryptionToken body: cryptEncryptionToken to update (required) - :param str moid2: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body2: cryptEncryptionToken to update (required) - :param str moid3: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body3: cryptEncryptionToken to update (required) - :param str moid4: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body4: cryptEncryptionToken to update (required) - :param str moid5: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body5: cryptEncryptionToken to update (required) - :param str moid6: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body6: cryptEncryptionToken to update (required) - :param str moid7: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body7: cryptEncryptionToken to update (required) - :param str moid8: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body8: cryptEncryptionToken to update (required) - :param str moid9: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body9: cryptEncryptionToken to update (required) - :param str moid10: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body10: cryptEncryptionToken to update (required) - :param str moid11: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body11: cryptEncryptionToken to update (required) - :param str moid12: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body12: cryptEncryptionToken to update (required) - :param str moid13: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body13: cryptEncryptionToken to update (required) - :param str moid14: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body14: cryptEncryptionToken to update (required) - :param str moid15: The moid of the cryptEncryptionToken instance. (required) - :param CryptEncryptionToken body15: cryptEncryptionToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def crypt_encryption_tokens_moid_post_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `crypt_encryption_tokens_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `crypt_encryption_tokens_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def crypt_encryption_tokens_moid_post_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def crypt_encryption_tokens_moid_post_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/cvd_deployment_task_api.py b/intersight/apis/cvd_deployment_task_api.py index 2a9c0daf..a2f970c9 100644 --- a/intersight/apis/cvd_deployment_task_api.py +++ b/intersight/apis/cvd_deployment_task_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def cvd_deployment_tasks_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CvdDeploymentTaskList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def cvd_deployment_tasks_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CvdDeploymentTaskList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def cvd_deployment_tasks_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def cvd_deployment_tasks_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_deployment_tasks_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_deployment_tasks_moid_delete(self, moid, **kwargs): """ Delete an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def cvd_deployment_tasks_moid_delete(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_deployment_tasks_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cvd_deployment_tasks_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.cvd_deployment_tasks_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cvd_deployment_tasks_moid_delete_with_http_info(moid, **kwargs) return data - def cvd_deployment_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_deployment_tasks_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def cvd_deployment_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def cvd_deployment_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_deployment_tasks_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_deployment_tasks_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def cvd_deployment_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def cvd_deployment_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_deployment_tasks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_deployment_tasks_moid_get(self, moid, **kwargs): """ Get a specific instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def cvd_deployment_tasks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) :return: CvdDeploymentTask If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_deployment_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cvd_deployment_tasks_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.cvd_deployment_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cvd_deployment_tasks_moid_get_with_http_info(moid, **kwargs) return data - def cvd_deployment_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_deployment_tasks_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def cvd_deployment_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) :return: CvdDeploymentTask If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def cvd_deployment_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_deployment_tasks_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_deployment_tasks_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def cvd_deployment_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def cvd_deployment_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_deployment_tasks_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_deployment_tasks_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def cvd_deployment_tasks_moid_patch(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) :param CvdDeploymentTask body: cvdDeploymentTask to update (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body2: cvdDeploymentTask to update (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body3: cvdDeploymentTask to update (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body4: cvdDeploymentTask to update (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body5: cvdDeploymentTask to update (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body6: cvdDeploymentTask to update (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body7: cvdDeploymentTask to update (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body8: cvdDeploymentTask to update (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body9: cvdDeploymentTask to update (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body10: cvdDeploymentTask to update (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body11: cvdDeploymentTask to update (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body12: cvdDeploymentTask to update (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body13: cvdDeploymentTask to update (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body14: cvdDeploymentTask to update (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body15: cvdDeploymentTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_deployment_tasks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.cvd_deployment_tasks_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.cvd_deployment_tasks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.cvd_deployment_tasks_moid_patch_with_http_info(moid, body, **kwargs) return data - def cvd_deployment_tasks_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_deployment_tasks_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def cvd_deployment_tasks_moid_patch_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) :param CvdDeploymentTask body: cvdDeploymentTask to update (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body2: cvdDeploymentTask to update (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body3: cvdDeploymentTask to update (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body4: cvdDeploymentTask to update (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body5: cvdDeploymentTask to update (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body6: cvdDeploymentTask to update (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body7: cvdDeploymentTask to update (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body8: cvdDeploymentTask to update (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body9: cvdDeploymentTask to update (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body10: cvdDeploymentTask to update (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body11: cvdDeploymentTask to update (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body12: cvdDeploymentTask to update (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body13: cvdDeploymentTask to update (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body14: cvdDeploymentTask to update (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body15: cvdDeploymentTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def cvd_deployment_tasks_moid_patch_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_deployment_tasks_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_deployment_tasks_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def cvd_deployment_tasks_moid_patch_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def cvd_deployment_tasks_moid_patch_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def cvd_deployment_tasks_moid_patch_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_deployment_tasks_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_deployment_tasks_moid_post(self, moid, body, **kwargs): """ Update an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def cvd_deployment_tasks_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) :param CvdDeploymentTask body: cvdDeploymentTask to update (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body2: cvdDeploymentTask to update (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body3: cvdDeploymentTask to update (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body4: cvdDeploymentTask to update (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body5: cvdDeploymentTask to update (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body6: cvdDeploymentTask to update (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body7: cvdDeploymentTask to update (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body8: cvdDeploymentTask to update (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body9: cvdDeploymentTask to update (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body10: cvdDeploymentTask to update (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body11: cvdDeploymentTask to update (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body12: cvdDeploymentTask to update (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body13: cvdDeploymentTask to update (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body14: cvdDeploymentTask to update (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body15: cvdDeploymentTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_deployment_tasks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.cvd_deployment_tasks_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.cvd_deployment_tasks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.cvd_deployment_tasks_moid_post_with_http_info(moid, body, **kwargs) return data - def cvd_deployment_tasks_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_deployment_tasks_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def cvd_deployment_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdDeploymentTask instance. (required) :param CvdDeploymentTask body: cvdDeploymentTask to update (required) - :param str moid2: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body2: cvdDeploymentTask to update (required) - :param str moid3: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body3: cvdDeploymentTask to update (required) - :param str moid4: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body4: cvdDeploymentTask to update (required) - :param str moid5: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body5: cvdDeploymentTask to update (required) - :param str moid6: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body6: cvdDeploymentTask to update (required) - :param str moid7: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body7: cvdDeploymentTask to update (required) - :param str moid8: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body8: cvdDeploymentTask to update (required) - :param str moid9: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body9: cvdDeploymentTask to update (required) - :param str moid10: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body10: cvdDeploymentTask to update (required) - :param str moid11: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body11: cvdDeploymentTask to update (required) - :param str moid12: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body12: cvdDeploymentTask to update (required) - :param str moid13: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body13: cvdDeploymentTask to update (required) - :param str moid14: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body14: cvdDeploymentTask to update (required) - :param str moid15: The moid of the cvdDeploymentTask instance. (required) - :param CvdDeploymentTask body15: cvdDeploymentTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def cvd_deployment_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_deployment_tasks_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_deployment_tasks_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def cvd_deployment_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def cvd_deployment_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def cvd_deployment_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_deployment_tasks_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def cvd_deployment_tasks_post(self, body, **kwargs): """ Create an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def cvd_deployment_tasks_post(self, body, body2, body3, body4, body5, body6, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param CvdDeploymentTask body: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body2: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body3: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body4: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body5: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body6: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body7: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body8: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body9: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body10: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body11: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body12: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body13: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body14: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body15: cvdDeploymentTask to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_deployment_tasks_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.cvd_deployment_tasks_post_with_http_info(body, **kwargs) else: - (data) = self.cvd_deployment_tasks_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.cvd_deployment_tasks_post_with_http_info(body, **kwargs) return data - def cvd_deployment_tasks_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def cvd_deployment_tasks_post_with_http_info(self, body, **kwargs): """ Create an instance of 'cvdDeploymentTask' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def cvd_deployment_tasks_post_with_http_info(self, body, body2, body3, body4, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_deployment_tasks_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.cvd_deployment_tasks_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param CvdDeploymentTask body: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body2: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body3: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body4: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body5: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body6: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body7: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body8: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body9: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body10: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body11: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body12: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body13: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body14: cvdDeploymentTask to add (required) - :param CvdDeploymentTask body15: cvdDeploymentTask to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def cvd_deployment_tasks_post_with_http_info(self, body, body2, body3, body4, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_deployment_tasks_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_deployment_tasks_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def cvd_deployment_tasks_post_with_http_info(self, body, body2, body3, body4, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/cvd_template_api.py b/intersight/apis/cvd_template_api.py index 33eb27cc..116a925f 100644 --- a/intersight/apis/cvd_template_api.py +++ b/intersight/apis/cvd_template_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def cvd_templates_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CvdTemplateList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def cvd_templates_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CvdTemplateList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def cvd_templates_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def cvd_templates_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_templates_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_templates_moid_delete(self, moid, **kwargs): """ Delete an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def cvd_templates_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_templates_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param str moid15: The moid of the cvdTemplate instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_templates_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cvd_templates_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.cvd_templates_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cvd_templates_moid_delete_with_http_info(moid, **kwargs) return data - def cvd_templates_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_templates_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def cvd_templates_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_templates_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param str moid15: The moid of the cvdTemplate instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def cvd_templates_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_templates_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_templates_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def cvd_templates_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def cvd_templates_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_templates_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_templates_moid_get(self, moid, **kwargs): """ Get a specific instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def cvd_templates_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_templates_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param str moid15: The moid of the cvdTemplate instance. (required) :return: CvdTemplate If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_templates_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cvd_templates_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.cvd_templates_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cvd_templates_moid_get_with_http_info(moid, **kwargs) return data - def cvd_templates_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_templates_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def cvd_templates_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_templates_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param str moid15: The moid of the cvdTemplate instance. (required) :return: CvdTemplate If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def cvd_templates_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_templates_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_templates_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def cvd_templates_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def cvd_templates_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_templates_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_templates_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def cvd_templates_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_templates_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) :param CvdTemplate body: cvdTemplate to update (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body2: cvdTemplate to update (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body3: cvdTemplate to update (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body4: cvdTemplate to update (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body5: cvdTemplate to update (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body6: cvdTemplate to update (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body7: cvdTemplate to update (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body8: cvdTemplate to update (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body9: cvdTemplate to update (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body10: cvdTemplate to update (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body11: cvdTemplate to update (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body12: cvdTemplate to update (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body13: cvdTemplate to update (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body14: cvdTemplate to update (required) - :param str moid15: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body15: cvdTemplate to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_templates_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.cvd_templates_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.cvd_templates_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.cvd_templates_moid_patch_with_http_info(moid, body, **kwargs) return data - def cvd_templates_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_templates_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def cvd_templates_moid_patch_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_templates_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) :param CvdTemplate body: cvdTemplate to update (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body2: cvdTemplate to update (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body3: cvdTemplate to update (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body4: cvdTemplate to update (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body5: cvdTemplate to update (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body6: cvdTemplate to update (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body7: cvdTemplate to update (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body8: cvdTemplate to update (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body9: cvdTemplate to update (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body10: cvdTemplate to update (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body11: cvdTemplate to update (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body12: cvdTemplate to update (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body13: cvdTemplate to update (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body14: cvdTemplate to update (required) - :param str moid15: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body15: cvdTemplate to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def cvd_templates_moid_patch_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_templates_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_templates_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def cvd_templates_moid_patch_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def cvd_templates_moid_patch_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def cvd_templates_moid_patch_with_http_info(self, moid, body, moid2, body2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_templates_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_templates_moid_post(self, moid, body, **kwargs): """ Update an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def cvd_templates_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_templates_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) :param CvdTemplate body: cvdTemplate to update (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body2: cvdTemplate to update (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body3: cvdTemplate to update (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body4: cvdTemplate to update (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body5: cvdTemplate to update (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body6: cvdTemplate to update (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body7: cvdTemplate to update (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body8: cvdTemplate to update (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body9: cvdTemplate to update (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body10: cvdTemplate to update (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body11: cvdTemplate to update (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body12: cvdTemplate to update (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body13: cvdTemplate to update (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body14: cvdTemplate to update (required) - :param str moid15: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body15: cvdTemplate to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_templates_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.cvd_templates_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.cvd_templates_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.cvd_templates_moid_post_with_http_info(moid, body, **kwargs) return data - def cvd_templates_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_templates_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def cvd_templates_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_templates_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdTemplate instance. (required) :param CvdTemplate body: cvdTemplate to update (required) - :param str moid2: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body2: cvdTemplate to update (required) - :param str moid3: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body3: cvdTemplate to update (required) - :param str moid4: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body4: cvdTemplate to update (required) - :param str moid5: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body5: cvdTemplate to update (required) - :param str moid6: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body6: cvdTemplate to update (required) - :param str moid7: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body7: cvdTemplate to update (required) - :param str moid8: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body8: cvdTemplate to update (required) - :param str moid9: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body9: cvdTemplate to update (required) - :param str moid10: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body10: cvdTemplate to update (required) - :param str moid11: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body11: cvdTemplate to update (required) - :param str moid12: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body12: cvdTemplate to update (required) - :param str moid13: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body13: cvdTemplate to update (required) - :param str moid14: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body14: cvdTemplate to update (required) - :param str moid15: The moid of the cvdTemplate instance. (required) - :param CvdTemplate body15: cvdTemplate to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def cvd_templates_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_templates_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_templates_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_templates_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def cvd_templates_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def cvd_templates_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def cvd_templates_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_templates_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def cvd_templates_post(self, body, **kwargs): """ Create an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def cvd_templates_post(self, body, body2, body3, body4, body5, body6, body7, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.cvd_templates_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param CvdTemplate body: cvdTemplate to add (required) - :param CvdTemplate body2: cvdTemplate to add (required) - :param CvdTemplate body3: cvdTemplate to add (required) - :param CvdTemplate body4: cvdTemplate to add (required) - :param CvdTemplate body5: cvdTemplate to add (required) - :param CvdTemplate body6: cvdTemplate to add (required) - :param CvdTemplate body7: cvdTemplate to add (required) - :param CvdTemplate body8: cvdTemplate to add (required) - :param CvdTemplate body9: cvdTemplate to add (required) - :param CvdTemplate body10: cvdTemplate to add (required) - :param CvdTemplate body11: cvdTemplate to add (required) - :param CvdTemplate body12: cvdTemplate to add (required) - :param CvdTemplate body13: cvdTemplate to add (required) - :param CvdTemplate body14: cvdTemplate to add (required) - :param CvdTemplate body15: cvdTemplate to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_templates_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.cvd_templates_post_with_http_info(body, **kwargs) else: - (data) = self.cvd_templates_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.cvd_templates_post_with_http_info(body, **kwargs) return data - def cvd_templates_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def cvd_templates_post_with_http_info(self, body, **kwargs): """ Create an instance of 'cvdTemplate' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def cvd_templates_post_with_http_info(self, body, body2, body3, body4, body5, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_templates_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.cvd_templates_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param CvdTemplate body: cvdTemplate to add (required) - :param CvdTemplate body2: cvdTemplate to add (required) - :param CvdTemplate body3: cvdTemplate to add (required) - :param CvdTemplate body4: cvdTemplate to add (required) - :param CvdTemplate body5: cvdTemplate to add (required) - :param CvdTemplate body6: cvdTemplate to add (required) - :param CvdTemplate body7: cvdTemplate to add (required) - :param CvdTemplate body8: cvdTemplate to add (required) - :param CvdTemplate body9: cvdTemplate to add (required) - :param CvdTemplate body10: cvdTemplate to add (required) - :param CvdTemplate body11: cvdTemplate to add (required) - :param CvdTemplate body12: cvdTemplate to add (required) - :param CvdTemplate body13: cvdTemplate to add (required) - :param CvdTemplate body14: cvdTemplate to add (required) - :param CvdTemplate body15: cvdTemplate to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def cvd_templates_post_with_http_info(self, body, body2, body3, body4, body5, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_templates_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_templates_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_templates_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_templates_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_templates_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_templates_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_templates_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_templates_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_templates_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_templates_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_templates_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_templates_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_templates_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_templates_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_templates_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def cvd_templates_post_with_http_info(self, body, body2, body3, body4, body5, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/cvd_validation_task_api.py b/intersight/apis/cvd_validation_task_api.py index e655a9d9..6e7e7be2 100644 --- a/intersight/apis/cvd_validation_task_api.py +++ b/intersight/apis/cvd_validation_task_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def cvd_validation_tasks_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CvdValidationTaskList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def cvd_validation_tasks_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: CvdValidationTaskList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def cvd_validation_tasks_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def cvd_validation_tasks_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_validation_tasks_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_validation_tasks_moid_delete(self, moid, **kwargs): """ Delete an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def cvd_validation_tasks_moid_delete(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_validation_tasks_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cvd_validation_tasks_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.cvd_validation_tasks_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cvd_validation_tasks_moid_delete_with_http_info(moid, **kwargs) return data - def cvd_validation_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_validation_tasks_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def cvd_validation_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def cvd_validation_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_validation_tasks_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_validation_tasks_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def cvd_validation_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def cvd_validation_tasks_moid_delete_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_validation_tasks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_validation_tasks_moid_get(self, moid, **kwargs): """ Get a specific instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def cvd_validation_tasks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) :return: CvdValidationTask If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_validation_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.cvd_validation_tasks_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.cvd_validation_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.cvd_validation_tasks_moid_get_with_http_info(moid, **kwargs) return data - def cvd_validation_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def cvd_validation_tasks_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def cvd_validation_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) :return: CvdValidationTask If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def cvd_validation_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_validation_tasks_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_validation_tasks_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def cvd_validation_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def cvd_validation_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_validation_tasks_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_validation_tasks_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def cvd_validation_tasks_moid_patch(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) :param CvdValidationTask body: cvdValidationTask to update (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body2: cvdValidationTask to update (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body3: cvdValidationTask to update (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body4: cvdValidationTask to update (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body5: cvdValidationTask to update (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body6: cvdValidationTask to update (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body7: cvdValidationTask to update (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body8: cvdValidationTask to update (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body9: cvdValidationTask to update (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body10: cvdValidationTask to update (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body11: cvdValidationTask to update (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body12: cvdValidationTask to update (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body13: cvdValidationTask to update (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body14: cvdValidationTask to update (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body15: cvdValidationTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_validation_tasks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.cvd_validation_tasks_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.cvd_validation_tasks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.cvd_validation_tasks_moid_patch_with_http_info(moid, body, **kwargs) return data - def cvd_validation_tasks_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_validation_tasks_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def cvd_validation_tasks_moid_patch_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) :param CvdValidationTask body: cvdValidationTask to update (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body2: cvdValidationTask to update (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body3: cvdValidationTask to update (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body4: cvdValidationTask to update (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body5: cvdValidationTask to update (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body6: cvdValidationTask to update (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body7: cvdValidationTask to update (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body8: cvdValidationTask to update (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body9: cvdValidationTask to update (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body10: cvdValidationTask to update (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body11: cvdValidationTask to update (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body12: cvdValidationTask to update (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body13: cvdValidationTask to update (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body14: cvdValidationTask to update (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body15: cvdValidationTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def cvd_validation_tasks_moid_patch_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_validation_tasks_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_validation_tasks_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def cvd_validation_tasks_moid_patch_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def cvd_validation_tasks_moid_patch_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def cvd_validation_tasks_moid_patch_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_validation_tasks_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_validation_tasks_moid_post(self, moid, body, **kwargs): """ Update an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def cvd_validation_tasks_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) :param CvdValidationTask body: cvdValidationTask to update (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body2: cvdValidationTask to update (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body3: cvdValidationTask to update (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body4: cvdValidationTask to update (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body5: cvdValidationTask to update (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body6: cvdValidationTask to update (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body7: cvdValidationTask to update (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body8: cvdValidationTask to update (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body9: cvdValidationTask to update (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body10: cvdValidationTask to update (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body11: cvdValidationTask to update (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body12: cvdValidationTask to update (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body13: cvdValidationTask to update (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body14: cvdValidationTask to update (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body15: cvdValidationTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_validation_tasks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.cvd_validation_tasks_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.cvd_validation_tasks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.cvd_validation_tasks_moid_post_with_http_info(moid, body, **kwargs) return data - def cvd_validation_tasks_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def cvd_validation_tasks_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def cvd_validation_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the cvdValidationTask instance. (required) :param CvdValidationTask body: cvdValidationTask to update (required) - :param str moid2: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body2: cvdValidationTask to update (required) - :param str moid3: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body3: cvdValidationTask to update (required) - :param str moid4: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body4: cvdValidationTask to update (required) - :param str moid5: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body5: cvdValidationTask to update (required) - :param str moid6: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body6: cvdValidationTask to update (required) - :param str moid7: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body7: cvdValidationTask to update (required) - :param str moid8: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body8: cvdValidationTask to update (required) - :param str moid9: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body9: cvdValidationTask to update (required) - :param str moid10: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body10: cvdValidationTask to update (required) - :param str moid11: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body11: cvdValidationTask to update (required) - :param str moid12: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body12: cvdValidationTask to update (required) - :param str moid13: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body13: cvdValidationTask to update (required) - :param str moid14: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body14: cvdValidationTask to update (required) - :param str moid15: The moid of the cvdValidationTask instance. (required) - :param CvdValidationTask body15: cvdValidationTask to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def cvd_validation_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `cvd_validation_tasks_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_validation_tasks_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def cvd_validation_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def cvd_validation_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def cvd_validation_tasks_moid_post_with_http_info(self, moid, body, moid2, body2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def cvd_validation_tasks_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def cvd_validation_tasks_post(self, body, **kwargs): """ Create an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def cvd_validation_tasks_post(self, body, body2, body3, body4, body5, body6, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param CvdValidationTask body: cvdValidationTask to add (required) - :param CvdValidationTask body2: cvdValidationTask to add (required) - :param CvdValidationTask body3: cvdValidationTask to add (required) - :param CvdValidationTask body4: cvdValidationTask to add (required) - :param CvdValidationTask body5: cvdValidationTask to add (required) - :param CvdValidationTask body6: cvdValidationTask to add (required) - :param CvdValidationTask body7: cvdValidationTask to add (required) - :param CvdValidationTask body8: cvdValidationTask to add (required) - :param CvdValidationTask body9: cvdValidationTask to add (required) - :param CvdValidationTask body10: cvdValidationTask to add (required) - :param CvdValidationTask body11: cvdValidationTask to add (required) - :param CvdValidationTask body12: cvdValidationTask to add (required) - :param CvdValidationTask body13: cvdValidationTask to add (required) - :param CvdValidationTask body14: cvdValidationTask to add (required) - :param CvdValidationTask body15: cvdValidationTask to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.cvd_validation_tasks_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.cvd_validation_tasks_post_with_http_info(body, **kwargs) else: - (data) = self.cvd_validation_tasks_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.cvd_validation_tasks_post_with_http_info(body, **kwargs) return data - def cvd_validation_tasks_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def cvd_validation_tasks_post_with_http_info(self, body, **kwargs): """ Create an instance of 'cvdValidationTask' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def cvd_validation_tasks_post_with_http_info(self, body, body2, body3, body4, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.cvd_validation_tasks_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.cvd_validation_tasks_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param CvdValidationTask body: cvdValidationTask to add (required) - :param CvdValidationTask body2: cvdValidationTask to add (required) - :param CvdValidationTask body3: cvdValidationTask to add (required) - :param CvdValidationTask body4: cvdValidationTask to add (required) - :param CvdValidationTask body5: cvdValidationTask to add (required) - :param CvdValidationTask body6: cvdValidationTask to add (required) - :param CvdValidationTask body7: cvdValidationTask to add (required) - :param CvdValidationTask body8: cvdValidationTask to add (required) - :param CvdValidationTask body9: cvdValidationTask to add (required) - :param CvdValidationTask body10: cvdValidationTask to add (required) - :param CvdValidationTask body11: cvdValidationTask to add (required) - :param CvdValidationTask body12: cvdValidationTask to add (required) - :param CvdValidationTask body13: cvdValidationTask to add (required) - :param CvdValidationTask body14: cvdValidationTask to add (required) - :param CvdValidationTask body15: cvdValidationTask to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def cvd_validation_tasks_post_with_http_info(self, body, body2, body3, body4, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `cvd_validation_tasks_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `cvd_validation_tasks_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def cvd_validation_tasks_post_with_http_info(self, body, body2, body3, body4, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/deviceconnector_policy_api.py b/intersight/apis/deviceconnector_policy_api.py index 71981169..4eae2052 100644 --- a/intersight/apis/deviceconnector_policy_api.py +++ b/intersight/apis/deviceconnector_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def deviceconnector_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: DeviceconnectorPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def deviceconnector_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: DeviceconnectorPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def deviceconnector_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def deviceconnector_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def deviceconnector_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def deviceconnector_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def deviceconnector_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.deviceconnector_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.deviceconnector_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.deviceconnector_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.deviceconnector_policies_moid_delete_with_http_info(moid, **kwargs) return data - def deviceconnector_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def deviceconnector_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def deviceconnector_policies_moid_delete_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def deviceconnector_policies_moid_delete_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `deviceconnector_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `deviceconnector_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def deviceconnector_policies_moid_delete_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def deviceconnector_policies_moid_delete_with_http_info(self, moid, moid2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def deviceconnector_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def deviceconnector_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def deviceconnector_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) :return: DeviceconnectorPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.deviceconnector_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.deviceconnector_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.deviceconnector_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.deviceconnector_policies_moid_get_with_http_info(moid, **kwargs) return data - def deviceconnector_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def deviceconnector_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def deviceconnector_policies_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) :return: DeviceconnectorPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def deviceconnector_policies_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `deviceconnector_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `deviceconnector_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def deviceconnector_policies_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def deviceconnector_policies_moid_get_with_http_info(self, moid, moid2, moid3, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def deviceconnector_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def deviceconnector_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def deviceconnector_policies_moid_patch(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) :param DeviceconnectorPolicy body: deviceconnectorPolicy to update (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body2: deviceconnectorPolicy to update (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body3: deviceconnectorPolicy to update (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body4: deviceconnectorPolicy to update (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body5: deviceconnectorPolicy to update (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body6: deviceconnectorPolicy to update (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body7: deviceconnectorPolicy to update (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body8: deviceconnectorPolicy to update (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body9: deviceconnectorPolicy to update (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body10: deviceconnectorPolicy to update (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body11: deviceconnectorPolicy to update (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body12: deviceconnectorPolicy to update (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body13: deviceconnectorPolicy to update (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body14: deviceconnectorPolicy to update (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body15: deviceconnectorPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.deviceconnector_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.deviceconnector_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.deviceconnector_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.deviceconnector_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def deviceconnector_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def deviceconnector_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def deviceconnector_policies_moid_patch_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) :param DeviceconnectorPolicy body: deviceconnectorPolicy to update (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body2: deviceconnectorPolicy to update (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body3: deviceconnectorPolicy to update (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body4: deviceconnectorPolicy to update (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body5: deviceconnectorPolicy to update (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body6: deviceconnectorPolicy to update (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body7: deviceconnectorPolicy to update (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body8: deviceconnectorPolicy to update (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body9: deviceconnectorPolicy to update (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body10: deviceconnectorPolicy to update (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body11: deviceconnectorPolicy to update (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body12: deviceconnectorPolicy to update (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body13: deviceconnectorPolicy to update (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body14: deviceconnectorPolicy to update (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body15: deviceconnectorPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def deviceconnector_policies_moid_patch_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `deviceconnector_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `deviceconnector_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def deviceconnector_policies_moid_patch_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def deviceconnector_policies_moid_patch_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def deviceconnector_policies_moid_patch_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def deviceconnector_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def deviceconnector_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def deviceconnector_policies_moid_post(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) :param DeviceconnectorPolicy body: deviceconnectorPolicy to update (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body2: deviceconnectorPolicy to update (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body3: deviceconnectorPolicy to update (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body4: deviceconnectorPolicy to update (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body5: deviceconnectorPolicy to update (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body6: deviceconnectorPolicy to update (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body7: deviceconnectorPolicy to update (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body8: deviceconnectorPolicy to update (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body9: deviceconnectorPolicy to update (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body10: deviceconnectorPolicy to update (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body11: deviceconnectorPolicy to update (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body12: deviceconnectorPolicy to update (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body13: deviceconnectorPolicy to update (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body14: deviceconnectorPolicy to update (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body15: deviceconnectorPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.deviceconnector_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.deviceconnector_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.deviceconnector_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.deviceconnector_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def deviceconnector_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def deviceconnector_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def deviceconnector_policies_moid_post_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.deviceconnector_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceconnectorPolicy instance. (required) :param DeviceconnectorPolicy body: deviceconnectorPolicy to update (required) - :param str moid2: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body2: deviceconnectorPolicy to update (required) - :param str moid3: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body3: deviceconnectorPolicy to update (required) - :param str moid4: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body4: deviceconnectorPolicy to update (required) - :param str moid5: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body5: deviceconnectorPolicy to update (required) - :param str moid6: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body6: deviceconnectorPolicy to update (required) - :param str moid7: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body7: deviceconnectorPolicy to update (required) - :param str moid8: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body8: deviceconnectorPolicy to update (required) - :param str moid9: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body9: deviceconnectorPolicy to update (required) - :param str moid10: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body10: deviceconnectorPolicy to update (required) - :param str moid11: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body11: deviceconnectorPolicy to update (required) - :param str moid12: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body12: deviceconnectorPolicy to update (required) - :param str moid13: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body13: deviceconnectorPolicy to update (required) - :param str moid14: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body14: deviceconnectorPolicy to update (required) - :param str moid15: The moid of the deviceconnectorPolicy instance. (required) - :param DeviceconnectorPolicy body15: deviceconnectorPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def deviceconnector_policies_moid_post_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `deviceconnector_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `deviceconnector_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def deviceconnector_policies_moid_post_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def deviceconnector_policies_moid_post_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def deviceconnector_policies_moid_post_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def deviceconnector_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def deviceconnector_policies_post(self, body, **kwargs): """ Create an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def deviceconnector_policies_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.deviceconnector_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param DeviceconnectorPolicy body: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body2: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body3: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body4: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body5: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body6: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body7: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body8: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body9: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body10: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body11: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body12: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body13: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body14: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body15: deviceconnectorPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.deviceconnector_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.deviceconnector_policies_post_with_http_info(body, **kwargs) else: - (data) = self.deviceconnector_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.deviceconnector_policies_post_with_http_info(body, **kwargs) return data - def deviceconnector_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def deviceconnector_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'deviceconnectorPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def deviceconnector_policies_post_with_http_info(self, body, body2, body3, body4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceconnector_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.deviceconnector_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param DeviceconnectorPolicy body: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body2: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body3: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body4: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body5: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body6: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body7: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body8: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body9: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body10: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body11: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body12: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body13: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body14: deviceconnectorPolicy to add (required) - :param DeviceconnectorPolicy body15: deviceconnectorPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def deviceconnector_policies_post_with_http_info(self, body, body2, body3, body4 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `deviceconnector_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `deviceconnector_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def deviceconnector_policies_post_with_http_info(self, body, body2, body3, body4 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/deviceinfo_serial_number_info_api.py b/intersight/apis/deviceinfo_serial_number_info_api.py index 5565f3e0..b9fc1e0a 100644 --- a/intersight/apis/deviceinfo_serial_number_info_api.py +++ b/intersight/apis/deviceinfo_serial_number_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def deviceinfo_serial_number_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: DeviceinfoSerialNumberInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def deviceinfo_serial_number_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: DeviceinfoSerialNumberInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def deviceinfo_serial_number_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def deviceinfo_serial_number_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def deviceinfo_serial_number_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def deviceinfo_serial_number_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'deviceinfoSerialNumberInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def deviceinfo_serial_number_infos_moid_get(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceinfo_serial_number_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.deviceinfo_serial_number_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid2: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid3: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid4: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid5: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid6: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid7: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid8: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid9: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid10: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid11: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid12: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid13: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid14: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid15: The moid of the deviceinfoSerialNumberInfo instance. (required) :return: DeviceinfoSerialNumberInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.deviceinfo_serial_number_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.deviceinfo_serial_number_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.deviceinfo_serial_number_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.deviceinfo_serial_number_infos_moid_get_with_http_info(moid, **kwargs) return data - def deviceinfo_serial_number_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def deviceinfo_serial_number_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'deviceinfoSerialNumberInfo' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def deviceinfo_serial_number_infos_moid_get_with_http_info(self, moid, moid2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.deviceinfo_serial_number_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.deviceinfo_serial_number_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid2: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid3: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid4: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid5: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid6: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid7: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid8: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid9: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid10: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid11: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid12: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid13: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid14: The moid of the deviceinfoSerialNumberInfo instance. (required) - :param str moid15: The moid of the deviceinfoSerialNumberInfo instance. (required) :return: DeviceinfoSerialNumberInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def deviceinfo_serial_number_infos_moid_get_with_http_info(self, moid, moid2, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `deviceinfo_serial_number_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `deviceinfo_serial_number_infos_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def deviceinfo_serial_number_infos_moid_get_with_http_info(self, moid, moid2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/epansible_runner_api.py b/intersight/apis/epansible_runner_api.py deleted file mode 100644 index e7064db5..00000000 --- a/intersight/apis/epansible_runner_api.py +++ /dev/null @@ -1,708 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class EpansibleRunnerApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def epansible_runners_get(self, **kwargs): - """ - List of epansibleRunners - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: EpansibleRunnerList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.epansible_runners_get_with_http_info(**kwargs) - else: - (data) = self.epansible_runners_get_with_http_info(**kwargs) - return data - - def epansible_runners_get_with_http_info(self, **kwargs): - """ - List of epansibleRunners - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: EpansibleRunnerList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method epansible_runners_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/epansible/Runners', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='EpansibleRunnerList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def epansible_runners_moid_delete(self, moid, **kwargs): - """ - Delete an instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_delete(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.epansible_runners_moid_delete_with_http_info(moid, **kwargs) - else: - (data) = self.epansible_runners_moid_delete_with_http_info(moid, **kwargs) - return data - - def epansible_runners_moid_delete_with_http_info(self, moid, **kwargs): - """ - Delete an instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_delete_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method epansible_runners_moid_delete" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `epansible_runners_moid_delete`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/epansible/Runners/{moid}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def epansible_runners_moid_get(self, moid, **kwargs): - """ - A instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :return: EpansibleRunner - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.epansible_runners_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.epansible_runners_moid_get_with_http_info(moid, **kwargs) - return data - - def epansible_runners_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :return: EpansibleRunner - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method epansible_runners_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `epansible_runners_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/epansible/Runners/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='EpansibleRunner', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def epansible_runners_moid_patch(self, moid, body, **kwargs): - """ - Update an instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_patch(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :param EpansibleRunner body: epansibleRunner to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.epansible_runners_moid_patch_with_http_info(moid, body, **kwargs) - else: - (data) = self.epansible_runners_moid_patch_with_http_info(moid, body, **kwargs) - return data - - def epansible_runners_moid_patch_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_patch_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :param EpansibleRunner body: epansibleRunner to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method epansible_runners_moid_patch" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `epansible_runners_moid_patch`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `epansible_runners_moid_patch`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/epansible/Runners/{moid}', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def epansible_runners_moid_post(self, moid, body, **kwargs): - """ - Update an instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_post(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :param EpansibleRunner body: epansibleRunner to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.epansible_runners_moid_post_with_http_info(moid, body, **kwargs) - else: - (data) = self.epansible_runners_moid_post_with_http_info(moid, body, **kwargs) - return data - - def epansible_runners_moid_post_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_moid_post_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the epansibleRunner instance. (required) - :param EpansibleRunner body: epansibleRunner to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method epansible_runners_moid_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `epansible_runners_moid_post`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `epansible_runners_moid_post`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/epansible/Runners/{moid}', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def epansible_runners_post(self, body, **kwargs): - """ - Create a epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param EpansibleRunner body: epansibleRunner to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.epansible_runners_post_with_http_info(body, **kwargs) - else: - (data) = self.epansible_runners_post_with_http_info(body, **kwargs) - return data - - def epansible_runners_post_with_http_info(self, body, **kwargs): - """ - Create a epansibleRunner - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.epansible_runners_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param EpansibleRunner body: epansibleRunner to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method epansible_runners_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `epansible_runners_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/epansible/Runners', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/equipment_chassis_api.py b/intersight/apis/equipment_chassis_api.py index a7dcdf6e..dbef4332 100644 --- a/intersight/apis/equipment_chassis_api.py +++ b/intersight/apis/equipment_chassis_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_chasses_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentChassisList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_chasses_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentChassisList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_chasses_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_chasses_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_chasses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_chasses_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentChassis' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_chasses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_chasses_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_chasses_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentChassis instance. (required) - :param str moid2: The moid of the equipmentChassis instance. (required) - :param str moid3: The moid of the equipmentChassis instance. (required) - :param str moid4: The moid of the equipmentChassis instance. (required) - :param str moid5: The moid of the equipmentChassis instance. (required) - :param str moid6: The moid of the equipmentChassis instance. (required) - :param str moid7: The moid of the equipmentChassis instance. (required) - :param str moid8: The moid of the equipmentChassis instance. (required) - :param str moid9: The moid of the equipmentChassis instance. (required) - :param str moid10: The moid of the equipmentChassis instance. (required) - :param str moid11: The moid of the equipmentChassis instance. (required) - :param str moid12: The moid of the equipmentChassis instance. (required) - :param str moid13: The moid of the equipmentChassis instance. (required) - :param str moid14: The moid of the equipmentChassis instance. (required) - :param str moid15: The moid of the equipmentChassis instance. (required) :return: EquipmentChassis If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_chasses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_chasses_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_chasses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_chasses_moid_get_with_http_info(moid, **kwargs) return data - def equipment_chasses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_chasses_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentChassis' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_chasses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_chasses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_chasses_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentChassis instance. (required) - :param str moid2: The moid of the equipmentChassis instance. (required) - :param str moid3: The moid of the equipmentChassis instance. (required) - :param str moid4: The moid of the equipmentChassis instance. (required) - :param str moid5: The moid of the equipmentChassis instance. (required) - :param str moid6: The moid of the equipmentChassis instance. (required) - :param str moid7: The moid of the equipmentChassis instance. (required) - :param str moid8: The moid of the equipmentChassis instance. (required) - :param str moid9: The moid of the equipmentChassis instance. (required) - :param str moid10: The moid of the equipmentChassis instance. (required) - :param str moid11: The moid of the equipmentChassis instance. (required) - :param str moid12: The moid of the equipmentChassis instance. (required) - :param str moid13: The moid of the equipmentChassis instance. (required) - :param str moid14: The moid of the equipmentChassis instance. (required) - :param str moid15: The moid of the equipmentChassis instance. (required) :return: EquipmentChassis If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_chasses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_chasses_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_chasses_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_chasses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_chasses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_chasses_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_chasses_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentChassis' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_chasses_moid_patch(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_chasses_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_chasses_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentChassis instance. (required) :param EquipmentChassis body: equipmentChassis to update (required) - :param str moid2: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body2: equipmentChassis to update (required) - :param str moid3: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body3: equipmentChassis to update (required) - :param str moid4: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body4: equipmentChassis to update (required) - :param str moid5: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body5: equipmentChassis to update (required) - :param str moid6: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body6: equipmentChassis to update (required) - :param str moid7: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body7: equipmentChassis to update (required) - :param str moid8: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body8: equipmentChassis to update (required) - :param str moid9: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body9: equipmentChassis to update (required) - :param str moid10: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body10: equipmentChassis to update (required) - :param str moid11: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body11: equipmentChassis to update (required) - :param str moid12: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body12: equipmentChassis to update (required) - :param str moid13: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body13: equipmentChassis to update (required) - :param str moid14: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body14: equipmentChassis to update (required) - :param str moid15: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body15: equipmentChassis to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_chasses_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_chasses_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_chasses_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_chasses_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_chasses_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_chasses_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentChassis' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_chasses_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_chasses_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_chasses_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentChassis instance. (required) :param EquipmentChassis body: equipmentChassis to update (required) - :param str moid2: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body2: equipmentChassis to update (required) - :param str moid3: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body3: equipmentChassis to update (required) - :param str moid4: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body4: equipmentChassis to update (required) - :param str moid5: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body5: equipmentChassis to update (required) - :param str moid6: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body6: equipmentChassis to update (required) - :param str moid7: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body7: equipmentChassis to update (required) - :param str moid8: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body8: equipmentChassis to update (required) - :param str moid9: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body9: equipmentChassis to update (required) - :param str moid10: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body10: equipmentChassis to update (required) - :param str moid11: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body11: equipmentChassis to update (required) - :param str moid12: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body12: equipmentChassis to update (required) - :param str moid13: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body13: equipmentChassis to update (required) - :param str moid14: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body14: equipmentChassis to update (required) - :param str moid15: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body15: equipmentChassis to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_chasses_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_chasses_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_chasses_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_chasses_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_chasses_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_chasses_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_chasses_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_chasses_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentChassis' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_chasses_moid_post(self, moid, body, moid2, body2, moid3, body3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_chasses_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_chasses_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentChassis instance. (required) :param EquipmentChassis body: equipmentChassis to update (required) - :param str moid2: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body2: equipmentChassis to update (required) - :param str moid3: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body3: equipmentChassis to update (required) - :param str moid4: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body4: equipmentChassis to update (required) - :param str moid5: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body5: equipmentChassis to update (required) - :param str moid6: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body6: equipmentChassis to update (required) - :param str moid7: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body7: equipmentChassis to update (required) - :param str moid8: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body8: equipmentChassis to update (required) - :param str moid9: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body9: equipmentChassis to update (required) - :param str moid10: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body10: equipmentChassis to update (required) - :param str moid11: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body11: equipmentChassis to update (required) - :param str moid12: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body12: equipmentChassis to update (required) - :param str moid13: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body13: equipmentChassis to update (required) - :param str moid14: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body14: equipmentChassis to update (required) - :param str moid15: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body15: equipmentChassis to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_chasses_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_chasses_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_chasses_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_chasses_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_chasses_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_chasses_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentChassis' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_chasses_moid_post_with_http_info(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_chasses_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_chasses_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentChassis instance. (required) :param EquipmentChassis body: equipmentChassis to update (required) - :param str moid2: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body2: equipmentChassis to update (required) - :param str moid3: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body3: equipmentChassis to update (required) - :param str moid4: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body4: equipmentChassis to update (required) - :param str moid5: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body5: equipmentChassis to update (required) - :param str moid6: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body6: equipmentChassis to update (required) - :param str moid7: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body7: equipmentChassis to update (required) - :param str moid8: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body8: equipmentChassis to update (required) - :param str moid9: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body9: equipmentChassis to update (required) - :param str moid10: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body10: equipmentChassis to update (required) - :param str moid11: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body11: equipmentChassis to update (required) - :param str moid12: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body12: equipmentChassis to update (required) - :param str moid13: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body13: equipmentChassis to update (required) - :param str moid14: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body14: equipmentChassis to update (required) - :param str moid15: The moid of the equipmentChassis instance. (required) - :param EquipmentChassis body15: equipmentChassis to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_chasses_moid_post_with_http_info(self, moid, body, moid2, body2, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_chasses_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_chasses_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_chasses_moid_post_with_http_info(self, moid, body, moid2, body2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_chasses_moid_post_with_http_info(self, moid, body, moid2, body2, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_device_summary_api.py b/intersight/apis/equipment_device_summary_api.py index 7ce5be47..fa26325d 100644 --- a/intersight/apis/equipment_device_summary_api.py +++ b/intersight/apis/equipment_device_summary_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_device_summaries_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentDeviceSummaryList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_device_summaries_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentDeviceSummaryList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_device_summaries_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_device_summaries_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_device_summaries_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_device_summaries_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentDeviceSummary' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_device_summaries_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_device_summaries_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_device_summaries_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentDeviceSummary instance. (required) - :param str moid2: The moid of the equipmentDeviceSummary instance. (required) - :param str moid3: The moid of the equipmentDeviceSummary instance. (required) - :param str moid4: The moid of the equipmentDeviceSummary instance. (required) - :param str moid5: The moid of the equipmentDeviceSummary instance. (required) - :param str moid6: The moid of the equipmentDeviceSummary instance. (required) - :param str moid7: The moid of the equipmentDeviceSummary instance. (required) - :param str moid8: The moid of the equipmentDeviceSummary instance. (required) - :param str moid9: The moid of the equipmentDeviceSummary instance. (required) - :param str moid10: The moid of the equipmentDeviceSummary instance. (required) - :param str moid11: The moid of the equipmentDeviceSummary instance. (required) - :param str moid12: The moid of the equipmentDeviceSummary instance. (required) - :param str moid13: The moid of the equipmentDeviceSummary instance. (required) - :param str moid14: The moid of the equipmentDeviceSummary instance. (required) - :param str moid15: The moid of the equipmentDeviceSummary instance. (required) :return: EquipmentDeviceSummary If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_device_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_device_summaries_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_device_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_device_summaries_moid_get_with_http_info(moid, **kwargs) return data - def equipment_device_summaries_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_device_summaries_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentDeviceSummary' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_device_summaries_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_device_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_device_summaries_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentDeviceSummary instance. (required) - :param str moid2: The moid of the equipmentDeviceSummary instance. (required) - :param str moid3: The moid of the equipmentDeviceSummary instance. (required) - :param str moid4: The moid of the equipmentDeviceSummary instance. (required) - :param str moid5: The moid of the equipmentDeviceSummary instance. (required) - :param str moid6: The moid of the equipmentDeviceSummary instance. (required) - :param str moid7: The moid of the equipmentDeviceSummary instance. (required) - :param str moid8: The moid of the equipmentDeviceSummary instance. (required) - :param str moid9: The moid of the equipmentDeviceSummary instance. (required) - :param str moid10: The moid of the equipmentDeviceSummary instance. (required) - :param str moid11: The moid of the equipmentDeviceSummary instance. (required) - :param str moid12: The moid of the equipmentDeviceSummary instance. (required) - :param str moid13: The moid of the equipmentDeviceSummary instance. (required) - :param str moid14: The moid of the equipmentDeviceSummary instance. (required) - :param str moid15: The moid of the equipmentDeviceSummary instance. (required) :return: EquipmentDeviceSummary If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_device_summaries_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_device_summaries_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_device_summaries_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_device_summaries_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/equipment_fan_api.py b/intersight/apis/equipment_fan_api.py index 29fa4acb..6bd0ea31 100644 --- a/intersight/apis/equipment_fan_api.py +++ b/intersight/apis/equipment_fan_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_fans_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentFanList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_fans_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentFanList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_fans_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_fans_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fans_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_fans_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentFan' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_fans_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fans_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_fans_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFan instance. (required) - :param str moid2: The moid of the equipmentFan instance. (required) - :param str moid3: The moid of the equipmentFan instance. (required) - :param str moid4: The moid of the equipmentFan instance. (required) - :param str moid5: The moid of the equipmentFan instance. (required) - :param str moid6: The moid of the equipmentFan instance. (required) - :param str moid7: The moid of the equipmentFan instance. (required) - :param str moid8: The moid of the equipmentFan instance. (required) - :param str moid9: The moid of the equipmentFan instance. (required) - :param str moid10: The moid of the equipmentFan instance. (required) - :param str moid11: The moid of the equipmentFan instance. (required) - :param str moid12: The moid of the equipmentFan instance. (required) - :param str moid13: The moid of the equipmentFan instance. (required) - :param str moid14: The moid of the equipmentFan instance. (required) - :param str moid15: The moid of the equipmentFan instance. (required) :return: EquipmentFan If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fans_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_fans_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_fans_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_fans_moid_get_with_http_info(moid, **kwargs) return data - def equipment_fans_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_fans_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentFan' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_fans_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fans_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_fans_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFan instance. (required) - :param str moid2: The moid of the equipmentFan instance. (required) - :param str moid3: The moid of the equipmentFan instance. (required) - :param str moid4: The moid of the equipmentFan instance. (required) - :param str moid5: The moid of the equipmentFan instance. (required) - :param str moid6: The moid of the equipmentFan instance. (required) - :param str moid7: The moid of the equipmentFan instance. (required) - :param str moid8: The moid of the equipmentFan instance. (required) - :param str moid9: The moid of the equipmentFan instance. (required) - :param str moid10: The moid of the equipmentFan instance. (required) - :param str moid11: The moid of the equipmentFan instance. (required) - :param str moid12: The moid of the equipmentFan instance. (required) - :param str moid13: The moid of the equipmentFan instance. (required) - :param str moid14: The moid of the equipmentFan instance. (required) - :param str moid15: The moid of the equipmentFan instance. (required) :return: EquipmentFan If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_fans_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fans_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fans_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_fans_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_fans_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fans_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fans_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentFan' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_fans_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fans_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fans_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFan instance. (required) :param EquipmentFan body: equipmentFan to update (required) - :param str moid2: The moid of the equipmentFan instance. (required) - :param EquipmentFan body2: equipmentFan to update (required) - :param str moid3: The moid of the equipmentFan instance. (required) - :param EquipmentFan body3: equipmentFan to update (required) - :param str moid4: The moid of the equipmentFan instance. (required) - :param EquipmentFan body4: equipmentFan to update (required) - :param str moid5: The moid of the equipmentFan instance. (required) - :param EquipmentFan body5: equipmentFan to update (required) - :param str moid6: The moid of the equipmentFan instance. (required) - :param EquipmentFan body6: equipmentFan to update (required) - :param str moid7: The moid of the equipmentFan instance. (required) - :param EquipmentFan body7: equipmentFan to update (required) - :param str moid8: The moid of the equipmentFan instance. (required) - :param EquipmentFan body8: equipmentFan to update (required) - :param str moid9: The moid of the equipmentFan instance. (required) - :param EquipmentFan body9: equipmentFan to update (required) - :param str moid10: The moid of the equipmentFan instance. (required) - :param EquipmentFan body10: equipmentFan to update (required) - :param str moid11: The moid of the equipmentFan instance. (required) - :param EquipmentFan body11: equipmentFan to update (required) - :param str moid12: The moid of the equipmentFan instance. (required) - :param EquipmentFan body12: equipmentFan to update (required) - :param str moid13: The moid of the equipmentFan instance. (required) - :param EquipmentFan body13: equipmentFan to update (required) - :param str moid14: The moid of the equipmentFan instance. (required) - :param EquipmentFan body14: equipmentFan to update (required) - :param str moid15: The moid of the equipmentFan instance. (required) - :param EquipmentFan body15: equipmentFan to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fans_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_fans_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_fans_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_fans_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_fans_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fans_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentFan' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_fans_moid_patch_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fans_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fans_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFan instance. (required) :param EquipmentFan body: equipmentFan to update (required) - :param str moid2: The moid of the equipmentFan instance. (required) - :param EquipmentFan body2: equipmentFan to update (required) - :param str moid3: The moid of the equipmentFan instance. (required) - :param EquipmentFan body3: equipmentFan to update (required) - :param str moid4: The moid of the equipmentFan instance. (required) - :param EquipmentFan body4: equipmentFan to update (required) - :param str moid5: The moid of the equipmentFan instance. (required) - :param EquipmentFan body5: equipmentFan to update (required) - :param str moid6: The moid of the equipmentFan instance. (required) - :param EquipmentFan body6: equipmentFan to update (required) - :param str moid7: The moid of the equipmentFan instance. (required) - :param EquipmentFan body7: equipmentFan to update (required) - :param str moid8: The moid of the equipmentFan instance. (required) - :param EquipmentFan body8: equipmentFan to update (required) - :param str moid9: The moid of the equipmentFan instance. (required) - :param EquipmentFan body9: equipmentFan to update (required) - :param str moid10: The moid of the equipmentFan instance. (required) - :param EquipmentFan body10: equipmentFan to update (required) - :param str moid11: The moid of the equipmentFan instance. (required) - :param EquipmentFan body11: equipmentFan to update (required) - :param str moid12: The moid of the equipmentFan instance. (required) - :param EquipmentFan body12: equipmentFan to update (required) - :param str moid13: The moid of the equipmentFan instance. (required) - :param EquipmentFan body13: equipmentFan to update (required) - :param str moid14: The moid of the equipmentFan instance. (required) - :param EquipmentFan body14: equipmentFan to update (required) - :param str moid15: The moid of the equipmentFan instance. (required) - :param EquipmentFan body15: equipmentFan to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_fans_moid_patch_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fans_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_fans_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_fans_moid_patch_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_fans_moid_patch_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_fans_moid_patch_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fans_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fans_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentFan' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_fans_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fans_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fans_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFan instance. (required) :param EquipmentFan body: equipmentFan to update (required) - :param str moid2: The moid of the equipmentFan instance. (required) - :param EquipmentFan body2: equipmentFan to update (required) - :param str moid3: The moid of the equipmentFan instance. (required) - :param EquipmentFan body3: equipmentFan to update (required) - :param str moid4: The moid of the equipmentFan instance. (required) - :param EquipmentFan body4: equipmentFan to update (required) - :param str moid5: The moid of the equipmentFan instance. (required) - :param EquipmentFan body5: equipmentFan to update (required) - :param str moid6: The moid of the equipmentFan instance. (required) - :param EquipmentFan body6: equipmentFan to update (required) - :param str moid7: The moid of the equipmentFan instance. (required) - :param EquipmentFan body7: equipmentFan to update (required) - :param str moid8: The moid of the equipmentFan instance. (required) - :param EquipmentFan body8: equipmentFan to update (required) - :param str moid9: The moid of the equipmentFan instance. (required) - :param EquipmentFan body9: equipmentFan to update (required) - :param str moid10: The moid of the equipmentFan instance. (required) - :param EquipmentFan body10: equipmentFan to update (required) - :param str moid11: The moid of the equipmentFan instance. (required) - :param EquipmentFan body11: equipmentFan to update (required) - :param str moid12: The moid of the equipmentFan instance. (required) - :param EquipmentFan body12: equipmentFan to update (required) - :param str moid13: The moid of the equipmentFan instance. (required) - :param EquipmentFan body13: equipmentFan to update (required) - :param str moid14: The moid of the equipmentFan instance. (required) - :param EquipmentFan body14: equipmentFan to update (required) - :param str moid15: The moid of the equipmentFan instance. (required) - :param EquipmentFan body15: equipmentFan to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fans_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_fans_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_fans_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_fans_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_fans_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fans_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentFan' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_fans_moid_post_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fans_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fans_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFan instance. (required) :param EquipmentFan body: equipmentFan to update (required) - :param str moid2: The moid of the equipmentFan instance. (required) - :param EquipmentFan body2: equipmentFan to update (required) - :param str moid3: The moid of the equipmentFan instance. (required) - :param EquipmentFan body3: equipmentFan to update (required) - :param str moid4: The moid of the equipmentFan instance. (required) - :param EquipmentFan body4: equipmentFan to update (required) - :param str moid5: The moid of the equipmentFan instance. (required) - :param EquipmentFan body5: equipmentFan to update (required) - :param str moid6: The moid of the equipmentFan instance. (required) - :param EquipmentFan body6: equipmentFan to update (required) - :param str moid7: The moid of the equipmentFan instance. (required) - :param EquipmentFan body7: equipmentFan to update (required) - :param str moid8: The moid of the equipmentFan instance. (required) - :param EquipmentFan body8: equipmentFan to update (required) - :param str moid9: The moid of the equipmentFan instance. (required) - :param EquipmentFan body9: equipmentFan to update (required) - :param str moid10: The moid of the equipmentFan instance. (required) - :param EquipmentFan body10: equipmentFan to update (required) - :param str moid11: The moid of the equipmentFan instance. (required) - :param EquipmentFan body11: equipmentFan to update (required) - :param str moid12: The moid of the equipmentFan instance. (required) - :param EquipmentFan body12: equipmentFan to update (required) - :param str moid13: The moid of the equipmentFan instance. (required) - :param EquipmentFan body13: equipmentFan to update (required) - :param str moid14: The moid of the equipmentFan instance. (required) - :param EquipmentFan body14: equipmentFan to update (required) - :param str moid15: The moid of the equipmentFan instance. (required) - :param EquipmentFan body15: equipmentFan to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_fans_moid_post_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_fans_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fans_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_fans_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_fans_moid_post_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_fans_moid_post_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_fan_module_api.py b/intersight/apis/equipment_fan_module_api.py index 5e0a14e0..f9768f30 100644 --- a/intersight/apis/equipment_fan_module_api.py +++ b/intersight/apis/equipment_fan_module_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_fan_modules_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentFanModuleList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_fan_modules_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentFanModuleList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_fan_modules_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_fan_modules_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fan_modules_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_fan_modules_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentFanModule' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_fan_modules_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fan_modules_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_fan_modules_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFanModule instance. (required) - :param str moid2: The moid of the equipmentFanModule instance. (required) - :param str moid3: The moid of the equipmentFanModule instance. (required) - :param str moid4: The moid of the equipmentFanModule instance. (required) - :param str moid5: The moid of the equipmentFanModule instance. (required) - :param str moid6: The moid of the equipmentFanModule instance. (required) - :param str moid7: The moid of the equipmentFanModule instance. (required) - :param str moid8: The moid of the equipmentFanModule instance. (required) - :param str moid9: The moid of the equipmentFanModule instance. (required) - :param str moid10: The moid of the equipmentFanModule instance. (required) - :param str moid11: The moid of the equipmentFanModule instance. (required) - :param str moid12: The moid of the equipmentFanModule instance. (required) - :param str moid13: The moid of the equipmentFanModule instance. (required) - :param str moid14: The moid of the equipmentFanModule instance. (required) - :param str moid15: The moid of the equipmentFanModule instance. (required) :return: EquipmentFanModule If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fan_modules_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_fan_modules_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_fan_modules_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_fan_modules_moid_get_with_http_info(moid, **kwargs) return data - def equipment_fan_modules_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_fan_modules_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentFanModule' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_fan_modules_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fan_modules_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_fan_modules_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFanModule instance. (required) - :param str moid2: The moid of the equipmentFanModule instance. (required) - :param str moid3: The moid of the equipmentFanModule instance. (required) - :param str moid4: The moid of the equipmentFanModule instance. (required) - :param str moid5: The moid of the equipmentFanModule instance. (required) - :param str moid6: The moid of the equipmentFanModule instance. (required) - :param str moid7: The moid of the equipmentFanModule instance. (required) - :param str moid8: The moid of the equipmentFanModule instance. (required) - :param str moid9: The moid of the equipmentFanModule instance. (required) - :param str moid10: The moid of the equipmentFanModule instance. (required) - :param str moid11: The moid of the equipmentFanModule instance. (required) - :param str moid12: The moid of the equipmentFanModule instance. (required) - :param str moid13: The moid of the equipmentFanModule instance. (required) - :param str moid14: The moid of the equipmentFanModule instance. (required) - :param str moid15: The moid of the equipmentFanModule instance. (required) :return: EquipmentFanModule If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_fan_modules_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fan_modules_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fan_modules_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_fan_modules_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_fan_modules_moid_get_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fan_modules_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fan_modules_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentFanModule' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_fan_modules_moid_patch(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fan_modules_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fan_modules_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFanModule instance. (required) :param EquipmentFanModule body: equipmentFanModule to update (required) - :param str moid2: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body2: equipmentFanModule to update (required) - :param str moid3: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body3: equipmentFanModule to update (required) - :param str moid4: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body4: equipmentFanModule to update (required) - :param str moid5: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body5: equipmentFanModule to update (required) - :param str moid6: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body6: equipmentFanModule to update (required) - :param str moid7: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body7: equipmentFanModule to update (required) - :param str moid8: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body8: equipmentFanModule to update (required) - :param str moid9: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body9: equipmentFanModule to update (required) - :param str moid10: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body10: equipmentFanModule to update (required) - :param str moid11: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body11: equipmentFanModule to update (required) - :param str moid12: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body12: equipmentFanModule to update (required) - :param str moid13: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body13: equipmentFanModule to update (required) - :param str moid14: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body14: equipmentFanModule to update (required) - :param str moid15: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body15: equipmentFanModule to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fan_modules_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_fan_modules_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_fan_modules_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_fan_modules_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_fan_modules_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fan_modules_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentFanModule' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_fan_modules_moid_patch_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fan_modules_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fan_modules_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFanModule instance. (required) :param EquipmentFanModule body: equipmentFanModule to update (required) - :param str moid2: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body2: equipmentFanModule to update (required) - :param str moid3: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body3: equipmentFanModule to update (required) - :param str moid4: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body4: equipmentFanModule to update (required) - :param str moid5: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body5: equipmentFanModule to update (required) - :param str moid6: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body6: equipmentFanModule to update (required) - :param str moid7: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body7: equipmentFanModule to update (required) - :param str moid8: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body8: equipmentFanModule to update (required) - :param str moid9: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body9: equipmentFanModule to update (required) - :param str moid10: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body10: equipmentFanModule to update (required) - :param str moid11: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body11: equipmentFanModule to update (required) - :param str moid12: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body12: equipmentFanModule to update (required) - :param str moid13: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body13: equipmentFanModule to update (required) - :param str moid14: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body14: equipmentFanModule to update (required) - :param str moid15: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body15: equipmentFanModule to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_fan_modules_moid_patch_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fan_modules_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_fan_modules_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_fan_modules_moid_patch_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_fan_modules_moid_patch_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_fan_modules_moid_patch_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fan_modules_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fan_modules_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentFanModule' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_fan_modules_moid_post(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fan_modules_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fan_modules_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFanModule instance. (required) :param EquipmentFanModule body: equipmentFanModule to update (required) - :param str moid2: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body2: equipmentFanModule to update (required) - :param str moid3: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body3: equipmentFanModule to update (required) - :param str moid4: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body4: equipmentFanModule to update (required) - :param str moid5: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body5: equipmentFanModule to update (required) - :param str moid6: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body6: equipmentFanModule to update (required) - :param str moid7: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body7: equipmentFanModule to update (required) - :param str moid8: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body8: equipmentFanModule to update (required) - :param str moid9: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body9: equipmentFanModule to update (required) - :param str moid10: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body10: equipmentFanModule to update (required) - :param str moid11: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body11: equipmentFanModule to update (required) - :param str moid12: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body12: equipmentFanModule to update (required) - :param str moid13: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body13: equipmentFanModule to update (required) - :param str moid14: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body14: equipmentFanModule to update (required) - :param str moid15: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body15: equipmentFanModule to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fan_modules_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_fan_modules_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_fan_modules_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_fan_modules_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_fan_modules_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fan_modules_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentFanModule' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_fan_modules_moid_post_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fan_modules_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fan_modules_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFanModule instance. (required) :param EquipmentFanModule body: equipmentFanModule to update (required) - :param str moid2: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body2: equipmentFanModule to update (required) - :param str moid3: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body3: equipmentFanModule to update (required) - :param str moid4: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body4: equipmentFanModule to update (required) - :param str moid5: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body5: equipmentFanModule to update (required) - :param str moid6: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body6: equipmentFanModule to update (required) - :param str moid7: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body7: equipmentFanModule to update (required) - :param str moid8: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body8: equipmentFanModule to update (required) - :param str moid9: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body9: equipmentFanModule to update (required) - :param str moid10: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body10: equipmentFanModule to update (required) - :param str moid11: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body11: equipmentFanModule to update (required) - :param str moid12: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body12: equipmentFanModule to update (required) - :param str moid13: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body13: equipmentFanModule to update (required) - :param str moid14: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body14: equipmentFanModule to update (required) - :param str moid15: The moid of the equipmentFanModule instance. (required) - :param EquipmentFanModule body15: equipmentFanModule to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_fan_modules_moid_post_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fan_modules_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_fan_modules_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_fan_modules_moid_post_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_fan_modules_moid_post_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_fex_api.py b/intersight/apis/equipment_fex_api.py index 2b060b5d..77d42cf3 100644 --- a/intersight/apis/equipment_fex_api.py +++ b/intersight/apis/equipment_fex_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_fexes_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentFexList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_fexes_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentFexList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_fexes_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_fexes_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fexes_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_fexes_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentFex' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_fexes_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fexes_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_fexes_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFex instance. (required) - :param str moid2: The moid of the equipmentFex instance. (required) - :param str moid3: The moid of the equipmentFex instance. (required) - :param str moid4: The moid of the equipmentFex instance. (required) - :param str moid5: The moid of the equipmentFex instance. (required) - :param str moid6: The moid of the equipmentFex instance. (required) - :param str moid7: The moid of the equipmentFex instance. (required) - :param str moid8: The moid of the equipmentFex instance. (required) - :param str moid9: The moid of the equipmentFex instance. (required) - :param str moid10: The moid of the equipmentFex instance. (required) - :param str moid11: The moid of the equipmentFex instance. (required) - :param str moid12: The moid of the equipmentFex instance. (required) - :param str moid13: The moid of the equipmentFex instance. (required) - :param str moid14: The moid of the equipmentFex instance. (required) - :param str moid15: The moid of the equipmentFex instance. (required) :return: EquipmentFex If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fexes_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_fexes_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_fexes_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_fexes_moid_get_with_http_info(moid, **kwargs) return data - def equipment_fexes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_fexes_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentFex' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_fexes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fexes_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_fexes_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFex instance. (required) - :param str moid2: The moid of the equipmentFex instance. (required) - :param str moid3: The moid of the equipmentFex instance. (required) - :param str moid4: The moid of the equipmentFex instance. (required) - :param str moid5: The moid of the equipmentFex instance. (required) - :param str moid6: The moid of the equipmentFex instance. (required) - :param str moid7: The moid of the equipmentFex instance. (required) - :param str moid8: The moid of the equipmentFex instance. (required) - :param str moid9: The moid of the equipmentFex instance. (required) - :param str moid10: The moid of the equipmentFex instance. (required) - :param str moid11: The moid of the equipmentFex instance. (required) - :param str moid12: The moid of the equipmentFex instance. (required) - :param str moid13: The moid of the equipmentFex instance. (required) - :param str moid14: The moid of the equipmentFex instance. (required) - :param str moid15: The moid of the equipmentFex instance. (required) :return: EquipmentFex If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_fexes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fexes_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fexes_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_fexes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_fexes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fexes_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fexes_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentFex' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_fexes_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fexes_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fexes_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFex instance. (required) :param EquipmentFex body: equipmentFex to update (required) - :param str moid2: The moid of the equipmentFex instance. (required) - :param EquipmentFex body2: equipmentFex to update (required) - :param str moid3: The moid of the equipmentFex instance. (required) - :param EquipmentFex body3: equipmentFex to update (required) - :param str moid4: The moid of the equipmentFex instance. (required) - :param EquipmentFex body4: equipmentFex to update (required) - :param str moid5: The moid of the equipmentFex instance. (required) - :param EquipmentFex body5: equipmentFex to update (required) - :param str moid6: The moid of the equipmentFex instance. (required) - :param EquipmentFex body6: equipmentFex to update (required) - :param str moid7: The moid of the equipmentFex instance. (required) - :param EquipmentFex body7: equipmentFex to update (required) - :param str moid8: The moid of the equipmentFex instance. (required) - :param EquipmentFex body8: equipmentFex to update (required) - :param str moid9: The moid of the equipmentFex instance. (required) - :param EquipmentFex body9: equipmentFex to update (required) - :param str moid10: The moid of the equipmentFex instance. (required) - :param EquipmentFex body10: equipmentFex to update (required) - :param str moid11: The moid of the equipmentFex instance. (required) - :param EquipmentFex body11: equipmentFex to update (required) - :param str moid12: The moid of the equipmentFex instance. (required) - :param EquipmentFex body12: equipmentFex to update (required) - :param str moid13: The moid of the equipmentFex instance. (required) - :param EquipmentFex body13: equipmentFex to update (required) - :param str moid14: The moid of the equipmentFex instance. (required) - :param EquipmentFex body14: equipmentFex to update (required) - :param str moid15: The moid of the equipmentFex instance. (required) - :param EquipmentFex body15: equipmentFex to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fexes_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_fexes_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_fexes_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_fexes_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_fexes_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fexes_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentFex' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_fexes_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fexes_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fexes_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFex instance. (required) :param EquipmentFex body: equipmentFex to update (required) - :param str moid2: The moid of the equipmentFex instance. (required) - :param EquipmentFex body2: equipmentFex to update (required) - :param str moid3: The moid of the equipmentFex instance. (required) - :param EquipmentFex body3: equipmentFex to update (required) - :param str moid4: The moid of the equipmentFex instance. (required) - :param EquipmentFex body4: equipmentFex to update (required) - :param str moid5: The moid of the equipmentFex instance. (required) - :param EquipmentFex body5: equipmentFex to update (required) - :param str moid6: The moid of the equipmentFex instance. (required) - :param EquipmentFex body6: equipmentFex to update (required) - :param str moid7: The moid of the equipmentFex instance. (required) - :param EquipmentFex body7: equipmentFex to update (required) - :param str moid8: The moid of the equipmentFex instance. (required) - :param EquipmentFex body8: equipmentFex to update (required) - :param str moid9: The moid of the equipmentFex instance. (required) - :param EquipmentFex body9: equipmentFex to update (required) - :param str moid10: The moid of the equipmentFex instance. (required) - :param EquipmentFex body10: equipmentFex to update (required) - :param str moid11: The moid of the equipmentFex instance. (required) - :param EquipmentFex body11: equipmentFex to update (required) - :param str moid12: The moid of the equipmentFex instance. (required) - :param EquipmentFex body12: equipmentFex to update (required) - :param str moid13: The moid of the equipmentFex instance. (required) - :param EquipmentFex body13: equipmentFex to update (required) - :param str moid14: The moid of the equipmentFex instance. (required) - :param EquipmentFex body14: equipmentFex to update (required) - :param str moid15: The moid of the equipmentFex instance. (required) - :param EquipmentFex body15: equipmentFex to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_fexes_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fexes_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_fexes_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_fexes_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_fexes_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_fexes_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_fexes_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fexes_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentFex' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_fexes_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fexes_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fexes_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFex instance. (required) :param EquipmentFex body: equipmentFex to update (required) - :param str moid2: The moid of the equipmentFex instance. (required) - :param EquipmentFex body2: equipmentFex to update (required) - :param str moid3: The moid of the equipmentFex instance. (required) - :param EquipmentFex body3: equipmentFex to update (required) - :param str moid4: The moid of the equipmentFex instance. (required) - :param EquipmentFex body4: equipmentFex to update (required) - :param str moid5: The moid of the equipmentFex instance. (required) - :param EquipmentFex body5: equipmentFex to update (required) - :param str moid6: The moid of the equipmentFex instance. (required) - :param EquipmentFex body6: equipmentFex to update (required) - :param str moid7: The moid of the equipmentFex instance. (required) - :param EquipmentFex body7: equipmentFex to update (required) - :param str moid8: The moid of the equipmentFex instance. (required) - :param EquipmentFex body8: equipmentFex to update (required) - :param str moid9: The moid of the equipmentFex instance. (required) - :param EquipmentFex body9: equipmentFex to update (required) - :param str moid10: The moid of the equipmentFex instance. (required) - :param EquipmentFex body10: equipmentFex to update (required) - :param str moid11: The moid of the equipmentFex instance. (required) - :param EquipmentFex body11: equipmentFex to update (required) - :param str moid12: The moid of the equipmentFex instance. (required) - :param EquipmentFex body12: equipmentFex to update (required) - :param str moid13: The moid of the equipmentFex instance. (required) - :param EquipmentFex body13: equipmentFex to update (required) - :param str moid14: The moid of the equipmentFex instance. (required) - :param EquipmentFex body14: equipmentFex to update (required) - :param str moid15: The moid of the equipmentFex instance. (required) - :param EquipmentFex body15: equipmentFex to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_fexes_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_fexes_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_fexes_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_fexes_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_fexes_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_fexes_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentFex' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_fexes_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_fexes_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_fexes_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentFex instance. (required) :param EquipmentFex body: equipmentFex to update (required) - :param str moid2: The moid of the equipmentFex instance. (required) - :param EquipmentFex body2: equipmentFex to update (required) - :param str moid3: The moid of the equipmentFex instance. (required) - :param EquipmentFex body3: equipmentFex to update (required) - :param str moid4: The moid of the equipmentFex instance. (required) - :param EquipmentFex body4: equipmentFex to update (required) - :param str moid5: The moid of the equipmentFex instance. (required) - :param EquipmentFex body5: equipmentFex to update (required) - :param str moid6: The moid of the equipmentFex instance. (required) - :param EquipmentFex body6: equipmentFex to update (required) - :param str moid7: The moid of the equipmentFex instance. (required) - :param EquipmentFex body7: equipmentFex to update (required) - :param str moid8: The moid of the equipmentFex instance. (required) - :param EquipmentFex body8: equipmentFex to update (required) - :param str moid9: The moid of the equipmentFex instance. (required) - :param EquipmentFex body9: equipmentFex to update (required) - :param str moid10: The moid of the equipmentFex instance. (required) - :param EquipmentFex body10: equipmentFex to update (required) - :param str moid11: The moid of the equipmentFex instance. (required) - :param EquipmentFex body11: equipmentFex to update (required) - :param str moid12: The moid of the equipmentFex instance. (required) - :param EquipmentFex body12: equipmentFex to update (required) - :param str moid13: The moid of the equipmentFex instance. (required) - :param EquipmentFex body13: equipmentFex to update (required) - :param str moid14: The moid of the equipmentFex instance. (required) - :param EquipmentFex body14: equipmentFex to update (required) - :param str moid15: The moid of the equipmentFex instance. (required) - :param EquipmentFex body15: equipmentFex to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_fexes_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_fexes_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_fexes_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_fexes_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_fexes_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_io_card_api.py b/intersight/apis/equipment_io_card_api.py index 49a04d1a..e2683346 100644 --- a/intersight/apis/equipment_io_card_api.py +++ b/intersight/apis/equipment_io_card_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_io_cards_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentIoCardList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_io_cards_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentIoCardList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_io_cards_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_io_cards_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_io_cards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_io_cards_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentIoCard' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_io_cards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_cards_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_io_cards_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoCard instance. (required) - :param str moid2: The moid of the equipmentIoCard instance. (required) - :param str moid3: The moid of the equipmentIoCard instance. (required) - :param str moid4: The moid of the equipmentIoCard instance. (required) - :param str moid5: The moid of the equipmentIoCard instance. (required) - :param str moid6: The moid of the equipmentIoCard instance. (required) - :param str moid7: The moid of the equipmentIoCard instance. (required) - :param str moid8: The moid of the equipmentIoCard instance. (required) - :param str moid9: The moid of the equipmentIoCard instance. (required) - :param str moid10: The moid of the equipmentIoCard instance. (required) - :param str moid11: The moid of the equipmentIoCard instance. (required) - :param str moid12: The moid of the equipmentIoCard instance. (required) - :param str moid13: The moid of the equipmentIoCard instance. (required) - :param str moid14: The moid of the equipmentIoCard instance. (required) - :param str moid15: The moid of the equipmentIoCard instance. (required) :return: EquipmentIoCard If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_io_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_io_cards_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_io_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_io_cards_moid_get_with_http_info(moid, **kwargs) return data - def equipment_io_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_io_cards_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentIoCard' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_io_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_io_cards_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoCard instance. (required) - :param str moid2: The moid of the equipmentIoCard instance. (required) - :param str moid3: The moid of the equipmentIoCard instance. (required) - :param str moid4: The moid of the equipmentIoCard instance. (required) - :param str moid5: The moid of the equipmentIoCard instance. (required) - :param str moid6: The moid of the equipmentIoCard instance. (required) - :param str moid7: The moid of the equipmentIoCard instance. (required) - :param str moid8: The moid of the equipmentIoCard instance. (required) - :param str moid9: The moid of the equipmentIoCard instance. (required) - :param str moid10: The moid of the equipmentIoCard instance. (required) - :param str moid11: The moid of the equipmentIoCard instance. (required) - :param str moid12: The moid of the equipmentIoCard instance. (required) - :param str moid13: The moid of the equipmentIoCard instance. (required) - :param str moid14: The moid of the equipmentIoCard instance. (required) - :param str moid15: The moid of the equipmentIoCard instance. (required) :return: EquipmentIoCard If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_io_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_io_cards_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_io_cards_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_io_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_io_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_io_cards_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_cards_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoCard' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_io_cards_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_cards_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_cards_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoCard instance. (required) :param EquipmentIoCard body: equipmentIoCard to update (required) - :param str moid2: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body2: equipmentIoCard to update (required) - :param str moid3: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body3: equipmentIoCard to update (required) - :param str moid4: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body4: equipmentIoCard to update (required) - :param str moid5: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body5: equipmentIoCard to update (required) - :param str moid6: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body6: equipmentIoCard to update (required) - :param str moid7: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body7: equipmentIoCard to update (required) - :param str moid8: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body8: equipmentIoCard to update (required) - :param str moid9: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body9: equipmentIoCard to update (required) - :param str moid10: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body10: equipmentIoCard to update (required) - :param str moid11: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body11: equipmentIoCard to update (required) - :param str moid12: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body12: equipmentIoCard to update (required) - :param str moid13: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body13: equipmentIoCard to update (required) - :param str moid14: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body14: equipmentIoCard to update (required) - :param str moid15: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body15: equipmentIoCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_io_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_io_cards_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_io_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_io_cards_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_io_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_cards_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoCard' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_io_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_cards_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoCard instance. (required) :param EquipmentIoCard body: equipmentIoCard to update (required) - :param str moid2: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body2: equipmentIoCard to update (required) - :param str moid3: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body3: equipmentIoCard to update (required) - :param str moid4: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body4: equipmentIoCard to update (required) - :param str moid5: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body5: equipmentIoCard to update (required) - :param str moid6: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body6: equipmentIoCard to update (required) - :param str moid7: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body7: equipmentIoCard to update (required) - :param str moid8: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body8: equipmentIoCard to update (required) - :param str moid9: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body9: equipmentIoCard to update (required) - :param str moid10: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body10: equipmentIoCard to update (required) - :param str moid11: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body11: equipmentIoCard to update (required) - :param str moid12: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body12: equipmentIoCard to update (required) - :param str moid13: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body13: equipmentIoCard to update (required) - :param str moid14: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body14: equipmentIoCard to update (required) - :param str moid15: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body15: equipmentIoCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_io_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_io_cards_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_io_cards_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_io_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_io_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_io_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_io_cards_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_cards_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoCard' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_io_cards_moid_post(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_cards_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_cards_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoCard instance. (required) :param EquipmentIoCard body: equipmentIoCard to update (required) - :param str moid2: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body2: equipmentIoCard to update (required) - :param str moid3: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body3: equipmentIoCard to update (required) - :param str moid4: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body4: equipmentIoCard to update (required) - :param str moid5: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body5: equipmentIoCard to update (required) - :param str moid6: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body6: equipmentIoCard to update (required) - :param str moid7: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body7: equipmentIoCard to update (required) - :param str moid8: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body8: equipmentIoCard to update (required) - :param str moid9: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body9: equipmentIoCard to update (required) - :param str moid10: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body10: equipmentIoCard to update (required) - :param str moid11: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body11: equipmentIoCard to update (required) - :param str moid12: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body12: equipmentIoCard to update (required) - :param str moid13: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body13: equipmentIoCard to update (required) - :param str moid14: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body14: equipmentIoCard to update (required) - :param str moid15: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body15: equipmentIoCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_io_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_io_cards_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_io_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_io_cards_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_io_cards_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_cards_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoCard' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_io_cards_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_cards_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoCard instance. (required) :param EquipmentIoCard body: equipmentIoCard to update (required) - :param str moid2: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body2: equipmentIoCard to update (required) - :param str moid3: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body3: equipmentIoCard to update (required) - :param str moid4: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body4: equipmentIoCard to update (required) - :param str moid5: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body5: equipmentIoCard to update (required) - :param str moid6: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body6: equipmentIoCard to update (required) - :param str moid7: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body7: equipmentIoCard to update (required) - :param str moid8: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body8: equipmentIoCard to update (required) - :param str moid9: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body9: equipmentIoCard to update (required) - :param str moid10: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body10: equipmentIoCard to update (required) - :param str moid11: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body11: equipmentIoCard to update (required) - :param str moid12: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body12: equipmentIoCard to update (required) - :param str moid13: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body13: equipmentIoCard to update (required) - :param str moid14: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body14: equipmentIoCard to update (required) - :param str moid15: The moid of the equipmentIoCard instance. (required) - :param EquipmentIoCard body15: equipmentIoCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_io_cards_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_io_cards_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_io_cards_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_io_cards_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_io_cards_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_io_expander_api.py b/intersight/apis/equipment_io_expander_api.py index 6b716381..f6d6310f 100644 --- a/intersight/apis/equipment_io_expander_api.py +++ b/intersight/apis/equipment_io_expander_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_io_expanders_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentIoExpanderList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_io_expanders_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentIoExpanderList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_io_expanders_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_io_expanders_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_io_expanders_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_io_expanders_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentIoExpander' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_io_expanders_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_expanders_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_io_expanders_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoExpander instance. (required) - :param str moid2: The moid of the equipmentIoExpander instance. (required) - :param str moid3: The moid of the equipmentIoExpander instance. (required) - :param str moid4: The moid of the equipmentIoExpander instance. (required) - :param str moid5: The moid of the equipmentIoExpander instance. (required) - :param str moid6: The moid of the equipmentIoExpander instance. (required) - :param str moid7: The moid of the equipmentIoExpander instance. (required) - :param str moid8: The moid of the equipmentIoExpander instance. (required) - :param str moid9: The moid of the equipmentIoExpander instance. (required) - :param str moid10: The moid of the equipmentIoExpander instance. (required) - :param str moid11: The moid of the equipmentIoExpander instance. (required) - :param str moid12: The moid of the equipmentIoExpander instance. (required) - :param str moid13: The moid of the equipmentIoExpander instance. (required) - :param str moid14: The moid of the equipmentIoExpander instance. (required) - :param str moid15: The moid of the equipmentIoExpander instance. (required) :return: EquipmentIoExpander If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_io_expanders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_io_expanders_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_io_expanders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_io_expanders_moid_get_with_http_info(moid, **kwargs) return data - def equipment_io_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_io_expanders_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentIoExpander' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_io_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_expanders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_io_expanders_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoExpander instance. (required) - :param str moid2: The moid of the equipmentIoExpander instance. (required) - :param str moid3: The moid of the equipmentIoExpander instance. (required) - :param str moid4: The moid of the equipmentIoExpander instance. (required) - :param str moid5: The moid of the equipmentIoExpander instance. (required) - :param str moid6: The moid of the equipmentIoExpander instance. (required) - :param str moid7: The moid of the equipmentIoExpander instance. (required) - :param str moid8: The moid of the equipmentIoExpander instance. (required) - :param str moid9: The moid of the equipmentIoExpander instance. (required) - :param str moid10: The moid of the equipmentIoExpander instance. (required) - :param str moid11: The moid of the equipmentIoExpander instance. (required) - :param str moid12: The moid of the equipmentIoExpander instance. (required) - :param str moid13: The moid of the equipmentIoExpander instance. (required) - :param str moid14: The moid of the equipmentIoExpander instance. (required) - :param str moid15: The moid of the equipmentIoExpander instance. (required) :return: EquipmentIoExpander If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_io_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_io_expanders_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_io_expanders_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_io_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_io_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_io_expanders_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_expanders_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoExpander' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_io_expanders_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_expanders_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_expanders_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoExpander instance. (required) :param EquipmentIoExpander body: equipmentIoExpander to update (required) - :param str moid2: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body2: equipmentIoExpander to update (required) - :param str moid3: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body3: equipmentIoExpander to update (required) - :param str moid4: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body4: equipmentIoExpander to update (required) - :param str moid5: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body5: equipmentIoExpander to update (required) - :param str moid6: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body6: equipmentIoExpander to update (required) - :param str moid7: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body7: equipmentIoExpander to update (required) - :param str moid8: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body8: equipmentIoExpander to update (required) - :param str moid9: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body9: equipmentIoExpander to update (required) - :param str moid10: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body10: equipmentIoExpander to update (required) - :param str moid11: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body11: equipmentIoExpander to update (required) - :param str moid12: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body12: equipmentIoExpander to update (required) - :param str moid13: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body13: equipmentIoExpander to update (required) - :param str moid14: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body14: equipmentIoExpander to update (required) - :param str moid15: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body15: equipmentIoExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_io_expanders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_io_expanders_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_io_expanders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_io_expanders_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_io_expanders_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_expanders_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoExpander' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_io_expanders_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_expanders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_expanders_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoExpander instance. (required) :param EquipmentIoExpander body: equipmentIoExpander to update (required) - :param str moid2: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body2: equipmentIoExpander to update (required) - :param str moid3: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body3: equipmentIoExpander to update (required) - :param str moid4: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body4: equipmentIoExpander to update (required) - :param str moid5: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body5: equipmentIoExpander to update (required) - :param str moid6: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body6: equipmentIoExpander to update (required) - :param str moid7: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body7: equipmentIoExpander to update (required) - :param str moid8: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body8: equipmentIoExpander to update (required) - :param str moid9: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body9: equipmentIoExpander to update (required) - :param str moid10: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body10: equipmentIoExpander to update (required) - :param str moid11: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body11: equipmentIoExpander to update (required) - :param str moid12: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body12: equipmentIoExpander to update (required) - :param str moid13: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body13: equipmentIoExpander to update (required) - :param str moid14: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body14: equipmentIoExpander to update (required) - :param str moid15: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body15: equipmentIoExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_io_expanders_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_io_expanders_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_io_expanders_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_io_expanders_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_io_expanders_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_io_expanders_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_io_expanders_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_expanders_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoExpander' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_io_expanders_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_expanders_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_expanders_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoExpander instance. (required) :param EquipmentIoExpander body: equipmentIoExpander to update (required) - :param str moid2: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body2: equipmentIoExpander to update (required) - :param str moid3: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body3: equipmentIoExpander to update (required) - :param str moid4: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body4: equipmentIoExpander to update (required) - :param str moid5: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body5: equipmentIoExpander to update (required) - :param str moid6: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body6: equipmentIoExpander to update (required) - :param str moid7: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body7: equipmentIoExpander to update (required) - :param str moid8: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body8: equipmentIoExpander to update (required) - :param str moid9: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body9: equipmentIoExpander to update (required) - :param str moid10: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body10: equipmentIoExpander to update (required) - :param str moid11: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body11: equipmentIoExpander to update (required) - :param str moid12: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body12: equipmentIoExpander to update (required) - :param str moid13: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body13: equipmentIoExpander to update (required) - :param str moid14: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body14: equipmentIoExpander to update (required) - :param str moid15: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body15: equipmentIoExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_io_expanders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_io_expanders_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_io_expanders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_io_expanders_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_io_expanders_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_io_expanders_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentIoExpander' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_io_expanders_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_io_expanders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_io_expanders_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentIoExpander instance. (required) :param EquipmentIoExpander body: equipmentIoExpander to update (required) - :param str moid2: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body2: equipmentIoExpander to update (required) - :param str moid3: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body3: equipmentIoExpander to update (required) - :param str moid4: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body4: equipmentIoExpander to update (required) - :param str moid5: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body5: equipmentIoExpander to update (required) - :param str moid6: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body6: equipmentIoExpander to update (required) - :param str moid7: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body7: equipmentIoExpander to update (required) - :param str moid8: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body8: equipmentIoExpander to update (required) - :param str moid9: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body9: equipmentIoExpander to update (required) - :param str moid10: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body10: equipmentIoExpander to update (required) - :param str moid11: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body11: equipmentIoExpander to update (required) - :param str moid12: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body12: equipmentIoExpander to update (required) - :param str moid13: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body13: equipmentIoExpander to update (required) - :param str moid14: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body14: equipmentIoExpander to update (required) - :param str moid15: The moid of the equipmentIoExpander instance. (required) - :param EquipmentIoExpander body15: equipmentIoExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_io_expanders_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_io_expanders_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_io_expanders_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_io_expanders_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_io_expanders_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_locator_led_api.py b/intersight/apis/equipment_locator_led_api.py index b8037197..06885888 100644 --- a/intersight/apis/equipment_locator_led_api.py +++ b/intersight/apis/equipment_locator_led_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_locator_leds_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentLocatorLedList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_locator_leds_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentLocatorLedList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_locator_leds_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_locator_leds_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_locator_leds_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_locator_leds_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentLocatorLed' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_locator_leds_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_locator_leds_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_locator_leds_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentLocatorLed instance. (required) - :param str moid2: The moid of the equipmentLocatorLed instance. (required) - :param str moid3: The moid of the equipmentLocatorLed instance. (required) - :param str moid4: The moid of the equipmentLocatorLed instance. (required) - :param str moid5: The moid of the equipmentLocatorLed instance. (required) - :param str moid6: The moid of the equipmentLocatorLed instance. (required) - :param str moid7: The moid of the equipmentLocatorLed instance. (required) - :param str moid8: The moid of the equipmentLocatorLed instance. (required) - :param str moid9: The moid of the equipmentLocatorLed instance. (required) - :param str moid10: The moid of the equipmentLocatorLed instance. (required) - :param str moid11: The moid of the equipmentLocatorLed instance. (required) - :param str moid12: The moid of the equipmentLocatorLed instance. (required) - :param str moid13: The moid of the equipmentLocatorLed instance. (required) - :param str moid14: The moid of the equipmentLocatorLed instance. (required) - :param str moid15: The moid of the equipmentLocatorLed instance. (required) :return: EquipmentLocatorLed If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_locator_leds_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_locator_leds_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_locator_leds_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_locator_leds_moid_get_with_http_info(moid, **kwargs) return data - def equipment_locator_leds_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_locator_leds_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentLocatorLed' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_locator_leds_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_locator_leds_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_locator_leds_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentLocatorLed instance. (required) - :param str moid2: The moid of the equipmentLocatorLed instance. (required) - :param str moid3: The moid of the equipmentLocatorLed instance. (required) - :param str moid4: The moid of the equipmentLocatorLed instance. (required) - :param str moid5: The moid of the equipmentLocatorLed instance. (required) - :param str moid6: The moid of the equipmentLocatorLed instance. (required) - :param str moid7: The moid of the equipmentLocatorLed instance. (required) - :param str moid8: The moid of the equipmentLocatorLed instance. (required) - :param str moid9: The moid of the equipmentLocatorLed instance. (required) - :param str moid10: The moid of the equipmentLocatorLed instance. (required) - :param str moid11: The moid of the equipmentLocatorLed instance. (required) - :param str moid12: The moid of the equipmentLocatorLed instance. (required) - :param str moid13: The moid of the equipmentLocatorLed instance. (required) - :param str moid14: The moid of the equipmentLocatorLed instance. (required) - :param str moid15: The moid of the equipmentLocatorLed instance. (required) :return: EquipmentLocatorLed If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_locator_leds_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_locator_leds_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_locator_leds_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_locator_leds_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_locator_leds_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_locator_leds_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_locator_leds_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentLocatorLed' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_locator_leds_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_locator_leds_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_locator_leds_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentLocatorLed instance. (required) :param EquipmentLocatorLed body: equipmentLocatorLed to update (required) - :param str moid2: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body2: equipmentLocatorLed to update (required) - :param str moid3: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body3: equipmentLocatorLed to update (required) - :param str moid4: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body4: equipmentLocatorLed to update (required) - :param str moid5: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body5: equipmentLocatorLed to update (required) - :param str moid6: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body6: equipmentLocatorLed to update (required) - :param str moid7: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body7: equipmentLocatorLed to update (required) - :param str moid8: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body8: equipmentLocatorLed to update (required) - :param str moid9: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body9: equipmentLocatorLed to update (required) - :param str moid10: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body10: equipmentLocatorLed to update (required) - :param str moid11: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body11: equipmentLocatorLed to update (required) - :param str moid12: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body12: equipmentLocatorLed to update (required) - :param str moid13: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body13: equipmentLocatorLed to update (required) - :param str moid14: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body14: equipmentLocatorLed to update (required) - :param str moid15: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body15: equipmentLocatorLed to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_locator_leds_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_locator_leds_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_locator_leds_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_locator_leds_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_locator_leds_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_locator_leds_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentLocatorLed' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_locator_leds_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_locator_leds_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_locator_leds_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentLocatorLed instance. (required) :param EquipmentLocatorLed body: equipmentLocatorLed to update (required) - :param str moid2: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body2: equipmentLocatorLed to update (required) - :param str moid3: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body3: equipmentLocatorLed to update (required) - :param str moid4: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body4: equipmentLocatorLed to update (required) - :param str moid5: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body5: equipmentLocatorLed to update (required) - :param str moid6: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body6: equipmentLocatorLed to update (required) - :param str moid7: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body7: equipmentLocatorLed to update (required) - :param str moid8: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body8: equipmentLocatorLed to update (required) - :param str moid9: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body9: equipmentLocatorLed to update (required) - :param str moid10: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body10: equipmentLocatorLed to update (required) - :param str moid11: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body11: equipmentLocatorLed to update (required) - :param str moid12: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body12: equipmentLocatorLed to update (required) - :param str moid13: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body13: equipmentLocatorLed to update (required) - :param str moid14: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body14: equipmentLocatorLed to update (required) - :param str moid15: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body15: equipmentLocatorLed to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_locator_leds_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_locator_leds_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_locator_leds_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_locator_leds_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_locator_leds_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_locator_leds_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_locator_leds_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_locator_leds_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentLocatorLed' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_locator_leds_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_locator_leds_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_locator_leds_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentLocatorLed instance. (required) :param EquipmentLocatorLed body: equipmentLocatorLed to update (required) - :param str moid2: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body2: equipmentLocatorLed to update (required) - :param str moid3: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body3: equipmentLocatorLed to update (required) - :param str moid4: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body4: equipmentLocatorLed to update (required) - :param str moid5: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body5: equipmentLocatorLed to update (required) - :param str moid6: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body6: equipmentLocatorLed to update (required) - :param str moid7: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body7: equipmentLocatorLed to update (required) - :param str moid8: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body8: equipmentLocatorLed to update (required) - :param str moid9: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body9: equipmentLocatorLed to update (required) - :param str moid10: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body10: equipmentLocatorLed to update (required) - :param str moid11: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body11: equipmentLocatorLed to update (required) - :param str moid12: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body12: equipmentLocatorLed to update (required) - :param str moid13: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body13: equipmentLocatorLed to update (required) - :param str moid14: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body14: equipmentLocatorLed to update (required) - :param str moid15: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body15: equipmentLocatorLed to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_locator_leds_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_locator_leds_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_locator_leds_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_locator_leds_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_locator_leds_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_locator_leds_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentLocatorLed' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_locator_leds_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_locator_leds_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_locator_leds_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentLocatorLed instance. (required) :param EquipmentLocatorLed body: equipmentLocatorLed to update (required) - :param str moid2: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body2: equipmentLocatorLed to update (required) - :param str moid3: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body3: equipmentLocatorLed to update (required) - :param str moid4: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body4: equipmentLocatorLed to update (required) - :param str moid5: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body5: equipmentLocatorLed to update (required) - :param str moid6: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body6: equipmentLocatorLed to update (required) - :param str moid7: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body7: equipmentLocatorLed to update (required) - :param str moid8: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body8: equipmentLocatorLed to update (required) - :param str moid9: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body9: equipmentLocatorLed to update (required) - :param str moid10: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body10: equipmentLocatorLed to update (required) - :param str moid11: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body11: equipmentLocatorLed to update (required) - :param str moid12: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body12: equipmentLocatorLed to update (required) - :param str moid13: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body13: equipmentLocatorLed to update (required) - :param str moid14: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body14: equipmentLocatorLed to update (required) - :param str moid15: The moid of the equipmentLocatorLed instance. (required) - :param EquipmentLocatorLed body15: equipmentLocatorLed to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_locator_leds_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_locator_leds_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_locator_leds_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_locator_leds_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_locator_leds_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_psu_api.py b/intersight/apis/equipment_psu_api.py index dfc3dee6..51108492 100644 --- a/intersight/apis/equipment_psu_api.py +++ b/intersight/apis/equipment_psu_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_psus_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentPsuList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_psus_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentPsuList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_psus_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_psus_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_psus_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_psus_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentPsu' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_psus_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_psus_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_psus_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentPsu instance. (required) - :param str moid2: The moid of the equipmentPsu instance. (required) - :param str moid3: The moid of the equipmentPsu instance. (required) - :param str moid4: The moid of the equipmentPsu instance. (required) - :param str moid5: The moid of the equipmentPsu instance. (required) - :param str moid6: The moid of the equipmentPsu instance. (required) - :param str moid7: The moid of the equipmentPsu instance. (required) - :param str moid8: The moid of the equipmentPsu instance. (required) - :param str moid9: The moid of the equipmentPsu instance. (required) - :param str moid10: The moid of the equipmentPsu instance. (required) - :param str moid11: The moid of the equipmentPsu instance. (required) - :param str moid12: The moid of the equipmentPsu instance. (required) - :param str moid13: The moid of the equipmentPsu instance. (required) - :param str moid14: The moid of the equipmentPsu instance. (required) - :param str moid15: The moid of the equipmentPsu instance. (required) :return: EquipmentPsu If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_psus_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_psus_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_psus_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_psus_moid_get_with_http_info(moid, **kwargs) return data - def equipment_psus_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_psus_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentPsu' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_psus_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_psus_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_psus_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentPsu instance. (required) - :param str moid2: The moid of the equipmentPsu instance. (required) - :param str moid3: The moid of the equipmentPsu instance. (required) - :param str moid4: The moid of the equipmentPsu instance. (required) - :param str moid5: The moid of the equipmentPsu instance. (required) - :param str moid6: The moid of the equipmentPsu instance. (required) - :param str moid7: The moid of the equipmentPsu instance. (required) - :param str moid8: The moid of the equipmentPsu instance. (required) - :param str moid9: The moid of the equipmentPsu instance. (required) - :param str moid10: The moid of the equipmentPsu instance. (required) - :param str moid11: The moid of the equipmentPsu instance. (required) - :param str moid12: The moid of the equipmentPsu instance. (required) - :param str moid13: The moid of the equipmentPsu instance. (required) - :param str moid14: The moid of the equipmentPsu instance. (required) - :param str moid15: The moid of the equipmentPsu instance. (required) :return: EquipmentPsu If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_psus_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_psus_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_psus_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_psus_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_psus_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_psus_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_psus_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentPsu' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_psus_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_psus_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_psus_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentPsu instance. (required) :param EquipmentPsu body: equipmentPsu to update (required) - :param str moid2: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body2: equipmentPsu to update (required) - :param str moid3: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body3: equipmentPsu to update (required) - :param str moid4: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body4: equipmentPsu to update (required) - :param str moid5: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body5: equipmentPsu to update (required) - :param str moid6: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body6: equipmentPsu to update (required) - :param str moid7: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body7: equipmentPsu to update (required) - :param str moid8: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body8: equipmentPsu to update (required) - :param str moid9: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body9: equipmentPsu to update (required) - :param str moid10: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body10: equipmentPsu to update (required) - :param str moid11: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body11: equipmentPsu to update (required) - :param str moid12: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body12: equipmentPsu to update (required) - :param str moid13: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body13: equipmentPsu to update (required) - :param str moid14: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body14: equipmentPsu to update (required) - :param str moid15: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body15: equipmentPsu to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_psus_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_psus_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_psus_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_psus_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_psus_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_psus_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentPsu' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_psus_moid_patch_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_psus_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_psus_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentPsu instance. (required) :param EquipmentPsu body: equipmentPsu to update (required) - :param str moid2: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body2: equipmentPsu to update (required) - :param str moid3: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body3: equipmentPsu to update (required) - :param str moid4: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body4: equipmentPsu to update (required) - :param str moid5: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body5: equipmentPsu to update (required) - :param str moid6: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body6: equipmentPsu to update (required) - :param str moid7: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body7: equipmentPsu to update (required) - :param str moid8: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body8: equipmentPsu to update (required) - :param str moid9: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body9: equipmentPsu to update (required) - :param str moid10: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body10: equipmentPsu to update (required) - :param str moid11: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body11: equipmentPsu to update (required) - :param str moid12: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body12: equipmentPsu to update (required) - :param str moid13: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body13: equipmentPsu to update (required) - :param str moid14: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body14: equipmentPsu to update (required) - :param str moid15: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body15: equipmentPsu to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_psus_moid_patch_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_psus_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_psus_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_psus_moid_patch_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_psus_moid_patch_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_psus_moid_patch_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_psus_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_psus_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentPsu' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_psus_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_psus_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_psus_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentPsu instance. (required) :param EquipmentPsu body: equipmentPsu to update (required) - :param str moid2: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body2: equipmentPsu to update (required) - :param str moid3: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body3: equipmentPsu to update (required) - :param str moid4: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body4: equipmentPsu to update (required) - :param str moid5: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body5: equipmentPsu to update (required) - :param str moid6: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body6: equipmentPsu to update (required) - :param str moid7: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body7: equipmentPsu to update (required) - :param str moid8: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body8: equipmentPsu to update (required) - :param str moid9: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body9: equipmentPsu to update (required) - :param str moid10: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body10: equipmentPsu to update (required) - :param str moid11: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body11: equipmentPsu to update (required) - :param str moid12: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body12: equipmentPsu to update (required) - :param str moid13: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body13: equipmentPsu to update (required) - :param str moid14: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body14: equipmentPsu to update (required) - :param str moid15: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body15: equipmentPsu to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_psus_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_psus_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_psus_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_psus_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_psus_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_psus_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentPsu' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_psus_moid_post_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_psus_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_psus_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentPsu instance. (required) :param EquipmentPsu body: equipmentPsu to update (required) - :param str moid2: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body2: equipmentPsu to update (required) - :param str moid3: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body3: equipmentPsu to update (required) - :param str moid4: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body4: equipmentPsu to update (required) - :param str moid5: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body5: equipmentPsu to update (required) - :param str moid6: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body6: equipmentPsu to update (required) - :param str moid7: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body7: equipmentPsu to update (required) - :param str moid8: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body8: equipmentPsu to update (required) - :param str moid9: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body9: equipmentPsu to update (required) - :param str moid10: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body10: equipmentPsu to update (required) - :param str moid11: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body11: equipmentPsu to update (required) - :param str moid12: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body12: equipmentPsu to update (required) - :param str moid13: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body13: equipmentPsu to update (required) - :param str moid14: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body14: equipmentPsu to update (required) - :param str moid15: The moid of the equipmentPsu instance. (required) - :param EquipmentPsu body15: equipmentPsu to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_psus_moid_post_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_psus_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_psus_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_psus_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_psus_moid_post_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_psus_moid_post_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_rack_enclosure_api.py b/intersight/apis/equipment_rack_enclosure_api.py index c6851c9e..e0dbdd08 100644 --- a/intersight/apis/equipment_rack_enclosure_api.py +++ b/intersight/apis/equipment_rack_enclosure_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_rack_enclosures_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentRackEnclosureList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_rack_enclosures_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentRackEnclosureList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_rack_enclosures_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_rack_enclosures_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_rack_enclosures_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_rack_enclosures_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentRackEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_rack_enclosures_moid_get(self, moid, moid2, moid3, moid4, moid5, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosures_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_rack_enclosures_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosure instance. (required) - :param str moid2: The moid of the equipmentRackEnclosure instance. (required) - :param str moid3: The moid of the equipmentRackEnclosure instance. (required) - :param str moid4: The moid of the equipmentRackEnclosure instance. (required) - :param str moid5: The moid of the equipmentRackEnclosure instance. (required) - :param str moid6: The moid of the equipmentRackEnclosure instance. (required) - :param str moid7: The moid of the equipmentRackEnclosure instance. (required) - :param str moid8: The moid of the equipmentRackEnclosure instance. (required) - :param str moid9: The moid of the equipmentRackEnclosure instance. (required) - :param str moid10: The moid of the equipmentRackEnclosure instance. (required) - :param str moid11: The moid of the equipmentRackEnclosure instance. (required) - :param str moid12: The moid of the equipmentRackEnclosure instance. (required) - :param str moid13: The moid of the equipmentRackEnclosure instance. (required) - :param str moid14: The moid of the equipmentRackEnclosure instance. (required) - :param str moid15: The moid of the equipmentRackEnclosure instance. (required) :return: EquipmentRackEnclosure If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_rack_enclosures_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_rack_enclosures_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_rack_enclosures_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_rack_enclosures_moid_get_with_http_info(moid, **kwargs) return data - def equipment_rack_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_rack_enclosures_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentRackEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_rack_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosures_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_rack_enclosures_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosure instance. (required) - :param str moid2: The moid of the equipmentRackEnclosure instance. (required) - :param str moid3: The moid of the equipmentRackEnclosure instance. (required) - :param str moid4: The moid of the equipmentRackEnclosure instance. (required) - :param str moid5: The moid of the equipmentRackEnclosure instance. (required) - :param str moid6: The moid of the equipmentRackEnclosure instance. (required) - :param str moid7: The moid of the equipmentRackEnclosure instance. (required) - :param str moid8: The moid of the equipmentRackEnclosure instance. (required) - :param str moid9: The moid of the equipmentRackEnclosure instance. (required) - :param str moid10: The moid of the equipmentRackEnclosure instance. (required) - :param str moid11: The moid of the equipmentRackEnclosure instance. (required) - :param str moid12: The moid of the equipmentRackEnclosure instance. (required) - :param str moid13: The moid of the equipmentRackEnclosure instance. (required) - :param str moid14: The moid of the equipmentRackEnclosure instance. (required) - :param str moid15: The moid of the equipmentRackEnclosure instance. (required) :return: EquipmentRackEnclosure If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_rack_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_rack_enclosures_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_rack_enclosures_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_rack_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_rack_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_rack_enclosures_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosures_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_rack_enclosures_moid_patch(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosures_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosures_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosure instance. (required) :param EquipmentRackEnclosure body: equipmentRackEnclosure to update (required) - :param str moid2: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body2: equipmentRackEnclosure to update (required) - :param str moid3: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body3: equipmentRackEnclosure to update (required) - :param str moid4: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body4: equipmentRackEnclosure to update (required) - :param str moid5: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body5: equipmentRackEnclosure to update (required) - :param str moid6: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body6: equipmentRackEnclosure to update (required) - :param str moid7: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body7: equipmentRackEnclosure to update (required) - :param str moid8: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body8: equipmentRackEnclosure to update (required) - :param str moid9: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body9: equipmentRackEnclosure to update (required) - :param str moid10: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body10: equipmentRackEnclosure to update (required) - :param str moid11: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body11: equipmentRackEnclosure to update (required) - :param str moid12: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body12: equipmentRackEnclosure to update (required) - :param str moid13: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body13: equipmentRackEnclosure to update (required) - :param str moid14: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body14: equipmentRackEnclosure to update (required) - :param str moid15: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body15: equipmentRackEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_rack_enclosures_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_rack_enclosures_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_rack_enclosures_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_rack_enclosures_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_rack_enclosures_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosures_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_rack_enclosures_moid_patch_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosures_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosures_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosure instance. (required) :param EquipmentRackEnclosure body: equipmentRackEnclosure to update (required) - :param str moid2: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body2: equipmentRackEnclosure to update (required) - :param str moid3: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body3: equipmentRackEnclosure to update (required) - :param str moid4: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body4: equipmentRackEnclosure to update (required) - :param str moid5: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body5: equipmentRackEnclosure to update (required) - :param str moid6: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body6: equipmentRackEnclosure to update (required) - :param str moid7: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body7: equipmentRackEnclosure to update (required) - :param str moid8: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body8: equipmentRackEnclosure to update (required) - :param str moid9: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body9: equipmentRackEnclosure to update (required) - :param str moid10: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body10: equipmentRackEnclosure to update (required) - :param str moid11: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body11: equipmentRackEnclosure to update (required) - :param str moid12: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body12: equipmentRackEnclosure to update (required) - :param str moid13: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body13: equipmentRackEnclosure to update (required) - :param str moid14: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body14: equipmentRackEnclosure to update (required) - :param str moid15: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body15: equipmentRackEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_rack_enclosures_moid_patch_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_rack_enclosures_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_rack_enclosures_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_rack_enclosures_moid_patch_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_rack_enclosures_moid_patch_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_rack_enclosures_moid_patch_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_rack_enclosures_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosures_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_rack_enclosures_moid_post(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosures_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosures_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosure instance. (required) :param EquipmentRackEnclosure body: equipmentRackEnclosure to update (required) - :param str moid2: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body2: equipmentRackEnclosure to update (required) - :param str moid3: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body3: equipmentRackEnclosure to update (required) - :param str moid4: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body4: equipmentRackEnclosure to update (required) - :param str moid5: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body5: equipmentRackEnclosure to update (required) - :param str moid6: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body6: equipmentRackEnclosure to update (required) - :param str moid7: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body7: equipmentRackEnclosure to update (required) - :param str moid8: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body8: equipmentRackEnclosure to update (required) - :param str moid9: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body9: equipmentRackEnclosure to update (required) - :param str moid10: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body10: equipmentRackEnclosure to update (required) - :param str moid11: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body11: equipmentRackEnclosure to update (required) - :param str moid12: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body12: equipmentRackEnclosure to update (required) - :param str moid13: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body13: equipmentRackEnclosure to update (required) - :param str moid14: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body14: equipmentRackEnclosure to update (required) - :param str moid15: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body15: equipmentRackEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_rack_enclosures_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_rack_enclosures_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_rack_enclosures_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_rack_enclosures_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_rack_enclosures_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosures_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_rack_enclosures_moid_post_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosures_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosures_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosure instance. (required) :param EquipmentRackEnclosure body: equipmentRackEnclosure to update (required) - :param str moid2: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body2: equipmentRackEnclosure to update (required) - :param str moid3: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body3: equipmentRackEnclosure to update (required) - :param str moid4: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body4: equipmentRackEnclosure to update (required) - :param str moid5: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body5: equipmentRackEnclosure to update (required) - :param str moid6: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body6: equipmentRackEnclosure to update (required) - :param str moid7: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body7: equipmentRackEnclosure to update (required) - :param str moid8: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body8: equipmentRackEnclosure to update (required) - :param str moid9: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body9: equipmentRackEnclosure to update (required) - :param str moid10: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body10: equipmentRackEnclosure to update (required) - :param str moid11: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body11: equipmentRackEnclosure to update (required) - :param str moid12: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body12: equipmentRackEnclosure to update (required) - :param str moid13: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body13: equipmentRackEnclosure to update (required) - :param str moid14: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body14: equipmentRackEnclosure to update (required) - :param str moid15: The moid of the equipmentRackEnclosure instance. (required) - :param EquipmentRackEnclosure body15: equipmentRackEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_rack_enclosures_moid_post_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_rack_enclosures_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_rack_enclosures_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_rack_enclosures_moid_post_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_rack_enclosures_moid_post_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_rack_enclosure_slot_api.py b/intersight/apis/equipment_rack_enclosure_slot_api.py index a7795d6e..e4cc00f6 100644 --- a/intersight/apis/equipment_rack_enclosure_slot_api.py +++ b/intersight/apis/equipment_rack_enclosure_slot_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_rack_enclosure_slots_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentRackEnclosureSlotList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_rack_enclosure_slots_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentRackEnclosureSlotList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_rack_enclosure_slots_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_rack_enclosure_slots_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_rack_enclosure_slots_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_rack_enclosure_slots_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentRackEnclosureSlot' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_rack_enclosure_slots_moid_get(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosure_slots_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_rack_enclosure_slots_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid2: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid3: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid4: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid5: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid6: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid7: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid8: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid9: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid10: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid11: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid12: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid13: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid14: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid15: The moid of the equipmentRackEnclosureSlot instance. (required) :return: EquipmentRackEnclosureSlot If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_rack_enclosure_slots_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_rack_enclosure_slots_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_rack_enclosure_slots_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_rack_enclosure_slots_moid_get_with_http_info(moid, **kwargs) return data - def equipment_rack_enclosure_slots_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_rack_enclosure_slots_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentRackEnclosureSlot' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_rack_enclosure_slots_moid_get_with_http_info(self, moid, moid2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosure_slots_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_rack_enclosure_slots_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid2: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid3: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid4: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid5: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid6: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid7: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid8: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid9: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid10: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid11: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid12: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid13: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid14: The moid of the equipmentRackEnclosureSlot instance. (required) - :param str moid15: The moid of the equipmentRackEnclosureSlot instance. (required) :return: EquipmentRackEnclosureSlot If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_rack_enclosure_slots_moid_get_with_http_info(self, moid, moid2, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_rack_enclosure_slots_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_rack_enclosure_slots_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_rack_enclosure_slots_moid_get_with_http_info(self, moid, moid2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_rack_enclosure_slots_moid_get_with_http_info(self, moid, moid2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_rack_enclosure_slots_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosure_slots_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosureSlot' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_rack_enclosure_slots_moid_patch(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosure_slots_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosure_slots_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosureSlot instance. (required) :param EquipmentRackEnclosureSlot body: equipmentRackEnclosureSlot to update (required) - :param str moid2: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body2: equipmentRackEnclosureSlot to update (required) - :param str moid3: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body3: equipmentRackEnclosureSlot to update (required) - :param str moid4: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body4: equipmentRackEnclosureSlot to update (required) - :param str moid5: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body5: equipmentRackEnclosureSlot to update (required) - :param str moid6: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body6: equipmentRackEnclosureSlot to update (required) - :param str moid7: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body7: equipmentRackEnclosureSlot to update (required) - :param str moid8: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body8: equipmentRackEnclosureSlot to update (required) - :param str moid9: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body9: equipmentRackEnclosureSlot to update (required) - :param str moid10: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body10: equipmentRackEnclosureSlot to update (required) - :param str moid11: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body11: equipmentRackEnclosureSlot to update (required) - :param str moid12: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body12: equipmentRackEnclosureSlot to update (required) - :param str moid13: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body13: equipmentRackEnclosureSlot to update (required) - :param str moid14: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body14: equipmentRackEnclosureSlot to update (required) - :param str moid15: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body15: equipmentRackEnclosureSlot to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_rack_enclosure_slots_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_rack_enclosure_slots_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_rack_enclosure_slots_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_rack_enclosure_slots_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_rack_enclosure_slots_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosure_slots_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosureSlot' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_rack_enclosure_slots_moid_patch_with_http_info(self, moid, body, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosure_slots_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosure_slots_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosureSlot instance. (required) :param EquipmentRackEnclosureSlot body: equipmentRackEnclosureSlot to update (required) - :param str moid2: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body2: equipmentRackEnclosureSlot to update (required) - :param str moid3: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body3: equipmentRackEnclosureSlot to update (required) - :param str moid4: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body4: equipmentRackEnclosureSlot to update (required) - :param str moid5: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body5: equipmentRackEnclosureSlot to update (required) - :param str moid6: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body6: equipmentRackEnclosureSlot to update (required) - :param str moid7: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body7: equipmentRackEnclosureSlot to update (required) - :param str moid8: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body8: equipmentRackEnclosureSlot to update (required) - :param str moid9: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body9: equipmentRackEnclosureSlot to update (required) - :param str moid10: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body10: equipmentRackEnclosureSlot to update (required) - :param str moid11: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body11: equipmentRackEnclosureSlot to update (required) - :param str moid12: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body12: equipmentRackEnclosureSlot to update (required) - :param str moid13: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body13: equipmentRackEnclosureSlot to update (required) - :param str moid14: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body14: equipmentRackEnclosureSlot to update (required) - :param str moid15: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body15: equipmentRackEnclosureSlot to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_rack_enclosure_slots_moid_patch_with_http_info(self, moid, body, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_rack_enclosure_slots_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_rack_enclosure_slots_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_rack_enclosure_slots_moid_patch_with_http_info(self, moid, body, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_rack_enclosure_slots_moid_patch_with_http_info(self, moid, body, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_rack_enclosure_slots_moid_patch_with_http_info(self, moid, body, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_rack_enclosure_slots_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosure_slots_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosureSlot' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_rack_enclosure_slots_moid_post(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosure_slots_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosure_slots_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosureSlot instance. (required) :param EquipmentRackEnclosureSlot body: equipmentRackEnclosureSlot to update (required) - :param str moid2: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body2: equipmentRackEnclosureSlot to update (required) - :param str moid3: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body3: equipmentRackEnclosureSlot to update (required) - :param str moid4: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body4: equipmentRackEnclosureSlot to update (required) - :param str moid5: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body5: equipmentRackEnclosureSlot to update (required) - :param str moid6: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body6: equipmentRackEnclosureSlot to update (required) - :param str moid7: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body7: equipmentRackEnclosureSlot to update (required) - :param str moid8: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body8: equipmentRackEnclosureSlot to update (required) - :param str moid9: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body9: equipmentRackEnclosureSlot to update (required) - :param str moid10: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body10: equipmentRackEnclosureSlot to update (required) - :param str moid11: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body11: equipmentRackEnclosureSlot to update (required) - :param str moid12: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body12: equipmentRackEnclosureSlot to update (required) - :param str moid13: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body13: equipmentRackEnclosureSlot to update (required) - :param str moid14: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body14: equipmentRackEnclosureSlot to update (required) - :param str moid15: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body15: equipmentRackEnclosureSlot to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_rack_enclosure_slots_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_rack_enclosure_slots_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_rack_enclosure_slots_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_rack_enclosure_slots_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_rack_enclosure_slots_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_rack_enclosure_slots_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentRackEnclosureSlot' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_rack_enclosure_slots_moid_post_with_http_info(self, moid, body, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_rack_enclosure_slots_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_rack_enclosure_slots_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentRackEnclosureSlot instance. (required) :param EquipmentRackEnclosureSlot body: equipmentRackEnclosureSlot to update (required) - :param str moid2: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body2: equipmentRackEnclosureSlot to update (required) - :param str moid3: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body3: equipmentRackEnclosureSlot to update (required) - :param str moid4: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body4: equipmentRackEnclosureSlot to update (required) - :param str moid5: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body5: equipmentRackEnclosureSlot to update (required) - :param str moid6: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body6: equipmentRackEnclosureSlot to update (required) - :param str moid7: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body7: equipmentRackEnclosureSlot to update (required) - :param str moid8: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body8: equipmentRackEnclosureSlot to update (required) - :param str moid9: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body9: equipmentRackEnclosureSlot to update (required) - :param str moid10: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body10: equipmentRackEnclosureSlot to update (required) - :param str moid11: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body11: equipmentRackEnclosureSlot to update (required) - :param str moid12: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body12: equipmentRackEnclosureSlot to update (required) - :param str moid13: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body13: equipmentRackEnclosureSlot to update (required) - :param str moid14: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body14: equipmentRackEnclosureSlot to update (required) - :param str moid15: The moid of the equipmentRackEnclosureSlot instance. (required) - :param EquipmentRackEnclosureSlot body15: equipmentRackEnclosureSlot to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_rack_enclosure_slots_moid_post_with_http_info(self, moid, body, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_rack_enclosure_slots_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_rack_enclosure_slots_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_rack_enclosure_slots_moid_post_with_http_info(self, moid, body, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_rack_enclosure_slots_moid_post_with_http_info(self, moid, body, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_switch_card_api.py b/intersight/apis/equipment_switch_card_api.py index 255726af..ed9b170a 100644 --- a/intersight/apis/equipment_switch_card_api.py +++ b/intersight/apis/equipment_switch_card_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_switch_cards_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentSwitchCardList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_switch_cards_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentSwitchCardList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_switch_cards_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_switch_cards_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_switch_cards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_switch_cards_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentSwitchCard' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_switch_cards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_switch_cards_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_switch_cards_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSwitchCard instance. (required) - :param str moid2: The moid of the equipmentSwitchCard instance. (required) - :param str moid3: The moid of the equipmentSwitchCard instance. (required) - :param str moid4: The moid of the equipmentSwitchCard instance. (required) - :param str moid5: The moid of the equipmentSwitchCard instance. (required) - :param str moid6: The moid of the equipmentSwitchCard instance. (required) - :param str moid7: The moid of the equipmentSwitchCard instance. (required) - :param str moid8: The moid of the equipmentSwitchCard instance. (required) - :param str moid9: The moid of the equipmentSwitchCard instance. (required) - :param str moid10: The moid of the equipmentSwitchCard instance. (required) - :param str moid11: The moid of the equipmentSwitchCard instance. (required) - :param str moid12: The moid of the equipmentSwitchCard instance. (required) - :param str moid13: The moid of the equipmentSwitchCard instance. (required) - :param str moid14: The moid of the equipmentSwitchCard instance. (required) - :param str moid15: The moid of the equipmentSwitchCard instance. (required) :return: EquipmentSwitchCard If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_switch_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_switch_cards_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_switch_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_switch_cards_moid_get_with_http_info(moid, **kwargs) return data - def equipment_switch_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_switch_cards_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentSwitchCard' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_switch_cards_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_switch_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_switch_cards_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSwitchCard instance. (required) - :param str moid2: The moid of the equipmentSwitchCard instance. (required) - :param str moid3: The moid of the equipmentSwitchCard instance. (required) - :param str moid4: The moid of the equipmentSwitchCard instance. (required) - :param str moid5: The moid of the equipmentSwitchCard instance. (required) - :param str moid6: The moid of the equipmentSwitchCard instance. (required) - :param str moid7: The moid of the equipmentSwitchCard instance. (required) - :param str moid8: The moid of the equipmentSwitchCard instance. (required) - :param str moid9: The moid of the equipmentSwitchCard instance. (required) - :param str moid10: The moid of the equipmentSwitchCard instance. (required) - :param str moid11: The moid of the equipmentSwitchCard instance. (required) - :param str moid12: The moid of the equipmentSwitchCard instance. (required) - :param str moid13: The moid of the equipmentSwitchCard instance. (required) - :param str moid14: The moid of the equipmentSwitchCard instance. (required) - :param str moid15: The moid of the equipmentSwitchCard instance. (required) :return: EquipmentSwitchCard If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_switch_cards_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_switch_cards_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_switch_cards_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_switch_cards_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_switch_cards_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_switch_cards_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_switch_cards_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentSwitchCard' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_switch_cards_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_switch_cards_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_switch_cards_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSwitchCard instance. (required) :param EquipmentSwitchCard body: equipmentSwitchCard to update (required) - :param str moid2: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body2: equipmentSwitchCard to update (required) - :param str moid3: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body3: equipmentSwitchCard to update (required) - :param str moid4: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body4: equipmentSwitchCard to update (required) - :param str moid5: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body5: equipmentSwitchCard to update (required) - :param str moid6: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body6: equipmentSwitchCard to update (required) - :param str moid7: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body7: equipmentSwitchCard to update (required) - :param str moid8: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body8: equipmentSwitchCard to update (required) - :param str moid9: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body9: equipmentSwitchCard to update (required) - :param str moid10: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body10: equipmentSwitchCard to update (required) - :param str moid11: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body11: equipmentSwitchCard to update (required) - :param str moid12: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body12: equipmentSwitchCard to update (required) - :param str moid13: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body13: equipmentSwitchCard to update (required) - :param str moid14: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body14: equipmentSwitchCard to update (required) - :param str moid15: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body15: equipmentSwitchCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_switch_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_switch_cards_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_switch_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_switch_cards_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_switch_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_switch_cards_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentSwitchCard' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_switch_cards_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_switch_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_switch_cards_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSwitchCard instance. (required) :param EquipmentSwitchCard body: equipmentSwitchCard to update (required) - :param str moid2: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body2: equipmentSwitchCard to update (required) - :param str moid3: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body3: equipmentSwitchCard to update (required) - :param str moid4: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body4: equipmentSwitchCard to update (required) - :param str moid5: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body5: equipmentSwitchCard to update (required) - :param str moid6: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body6: equipmentSwitchCard to update (required) - :param str moid7: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body7: equipmentSwitchCard to update (required) - :param str moid8: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body8: equipmentSwitchCard to update (required) - :param str moid9: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body9: equipmentSwitchCard to update (required) - :param str moid10: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body10: equipmentSwitchCard to update (required) - :param str moid11: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body11: equipmentSwitchCard to update (required) - :param str moid12: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body12: equipmentSwitchCard to update (required) - :param str moid13: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body13: equipmentSwitchCard to update (required) - :param str moid14: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body14: equipmentSwitchCard to update (required) - :param str moid15: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body15: equipmentSwitchCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_switch_cards_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_switch_cards_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_switch_cards_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_switch_cards_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_switch_cards_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_switch_cards_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_switch_cards_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_switch_cards_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentSwitchCard' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_switch_cards_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_switch_cards_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_switch_cards_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSwitchCard instance. (required) :param EquipmentSwitchCard body: equipmentSwitchCard to update (required) - :param str moid2: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body2: equipmentSwitchCard to update (required) - :param str moid3: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body3: equipmentSwitchCard to update (required) - :param str moid4: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body4: equipmentSwitchCard to update (required) - :param str moid5: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body5: equipmentSwitchCard to update (required) - :param str moid6: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body6: equipmentSwitchCard to update (required) - :param str moid7: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body7: equipmentSwitchCard to update (required) - :param str moid8: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body8: equipmentSwitchCard to update (required) - :param str moid9: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body9: equipmentSwitchCard to update (required) - :param str moid10: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body10: equipmentSwitchCard to update (required) - :param str moid11: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body11: equipmentSwitchCard to update (required) - :param str moid12: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body12: equipmentSwitchCard to update (required) - :param str moid13: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body13: equipmentSwitchCard to update (required) - :param str moid14: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body14: equipmentSwitchCard to update (required) - :param str moid15: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body15: equipmentSwitchCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_switch_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_switch_cards_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_switch_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_switch_cards_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_switch_cards_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_switch_cards_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentSwitchCard' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_switch_cards_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_switch_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_switch_cards_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSwitchCard instance. (required) :param EquipmentSwitchCard body: equipmentSwitchCard to update (required) - :param str moid2: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body2: equipmentSwitchCard to update (required) - :param str moid3: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body3: equipmentSwitchCard to update (required) - :param str moid4: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body4: equipmentSwitchCard to update (required) - :param str moid5: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body5: equipmentSwitchCard to update (required) - :param str moid6: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body6: equipmentSwitchCard to update (required) - :param str moid7: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body7: equipmentSwitchCard to update (required) - :param str moid8: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body8: equipmentSwitchCard to update (required) - :param str moid9: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body9: equipmentSwitchCard to update (required) - :param str moid10: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body10: equipmentSwitchCard to update (required) - :param str moid11: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body11: equipmentSwitchCard to update (required) - :param str moid12: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body12: equipmentSwitchCard to update (required) - :param str moid13: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body13: equipmentSwitchCard to update (required) - :param str moid14: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body14: equipmentSwitchCard to update (required) - :param str moid15: The moid of the equipmentSwitchCard instance. (required) - :param EquipmentSwitchCard body15: equipmentSwitchCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_switch_cards_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_switch_cards_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_switch_cards_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_switch_cards_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_switch_cards_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_system_io_controller_api.py b/intersight/apis/equipment_system_io_controller_api.py index 2dcc7664..f16f7b08 100644 --- a/intersight/apis/equipment_system_io_controller_api.py +++ b/intersight/apis/equipment_system_io_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def equipment_system_io_controllers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentSystemIoControllerList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def equipment_system_io_controllers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EquipmentSystemIoControllerList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def equipment_system_io_controllers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def equipment_system_io_controllers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_system_io_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_system_io_controllers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'equipmentSystemIoController' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def equipment_system_io_controllers_moid_get(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_system_io_controllers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_system_io_controllers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSystemIoController instance. (required) - :param str moid2: The moid of the equipmentSystemIoController instance. (required) - :param str moid3: The moid of the equipmentSystemIoController instance. (required) - :param str moid4: The moid of the equipmentSystemIoController instance. (required) - :param str moid5: The moid of the equipmentSystemIoController instance. (required) - :param str moid6: The moid of the equipmentSystemIoController instance. (required) - :param str moid7: The moid of the equipmentSystemIoController instance. (required) - :param str moid8: The moid of the equipmentSystemIoController instance. (required) - :param str moid9: The moid of the equipmentSystemIoController instance. (required) - :param str moid10: The moid of the equipmentSystemIoController instance. (required) - :param str moid11: The moid of the equipmentSystemIoController instance. (required) - :param str moid12: The moid of the equipmentSystemIoController instance. (required) - :param str moid13: The moid of the equipmentSystemIoController instance. (required) - :param str moid14: The moid of the equipmentSystemIoController instance. (required) - :param str moid15: The moid of the equipmentSystemIoController instance. (required) :return: EquipmentSystemIoController If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_system_io_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.equipment_system_io_controllers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.equipment_system_io_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.equipment_system_io_controllers_moid_get_with_http_info(moid, **kwargs) return data - def equipment_system_io_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def equipment_system_io_controllers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'equipmentSystemIoController' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def equipment_system_io_controllers_moid_get_with_http_info(self, moid, moid2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_system_io_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.equipment_system_io_controllers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSystemIoController instance. (required) - :param str moid2: The moid of the equipmentSystemIoController instance. (required) - :param str moid3: The moid of the equipmentSystemIoController instance. (required) - :param str moid4: The moid of the equipmentSystemIoController instance. (required) - :param str moid5: The moid of the equipmentSystemIoController instance. (required) - :param str moid6: The moid of the equipmentSystemIoController instance. (required) - :param str moid7: The moid of the equipmentSystemIoController instance. (required) - :param str moid8: The moid of the equipmentSystemIoController instance. (required) - :param str moid9: The moid of the equipmentSystemIoController instance. (required) - :param str moid10: The moid of the equipmentSystemIoController instance. (required) - :param str moid11: The moid of the equipmentSystemIoController instance. (required) - :param str moid12: The moid of the equipmentSystemIoController instance. (required) - :param str moid13: The moid of the equipmentSystemIoController instance. (required) - :param str moid14: The moid of the equipmentSystemIoController instance. (required) - :param str moid15: The moid of the equipmentSystemIoController instance. (required) :return: EquipmentSystemIoController If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def equipment_system_io_controllers_moid_get_with_http_info(self, moid, moid2, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_system_io_controllers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_system_io_controllers_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def equipment_system_io_controllers_moid_get_with_http_info(self, moid, moid2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def equipment_system_io_controllers_moid_get_with_http_info(self, moid, moid2, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_system_io_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_system_io_controllers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'equipmentSystemIoController' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def equipment_system_io_controllers_moid_patch(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_system_io_controllers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_system_io_controllers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSystemIoController instance. (required) :param EquipmentSystemIoController body: equipmentSystemIoController to update (required) - :param str moid2: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body2: equipmentSystemIoController to update (required) - :param str moid3: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body3: equipmentSystemIoController to update (required) - :param str moid4: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body4: equipmentSystemIoController to update (required) - :param str moid5: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body5: equipmentSystemIoController to update (required) - :param str moid6: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body6: equipmentSystemIoController to update (required) - :param str moid7: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body7: equipmentSystemIoController to update (required) - :param str moid8: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body8: equipmentSystemIoController to update (required) - :param str moid9: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body9: equipmentSystemIoController to update (required) - :param str moid10: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body10: equipmentSystemIoController to update (required) - :param str moid11: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body11: equipmentSystemIoController to update (required) - :param str moid12: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body12: equipmentSystemIoController to update (required) - :param str moid13: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body13: equipmentSystemIoController to update (required) - :param str moid14: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body14: equipmentSystemIoController to update (required) - :param str moid15: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body15: equipmentSystemIoController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_system_io_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_system_io_controllers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_system_io_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_system_io_controllers_moid_patch_with_http_info(moid, body, **kwargs) return data - def equipment_system_io_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_system_io_controllers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentSystemIoController' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def equipment_system_io_controllers_moid_patch_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_system_io_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_system_io_controllers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSystemIoController instance. (required) :param EquipmentSystemIoController body: equipmentSystemIoController to update (required) - :param str moid2: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body2: equipmentSystemIoController to update (required) - :param str moid3: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body3: equipmentSystemIoController to update (required) - :param str moid4: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body4: equipmentSystemIoController to update (required) - :param str moid5: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body5: equipmentSystemIoController to update (required) - :param str moid6: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body6: equipmentSystemIoController to update (required) - :param str moid7: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body7: equipmentSystemIoController to update (required) - :param str moid8: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body8: equipmentSystemIoController to update (required) - :param str moid9: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body9: equipmentSystemIoController to update (required) - :param str moid10: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body10: equipmentSystemIoController to update (required) - :param str moid11: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body11: equipmentSystemIoController to update (required) - :param str moid12: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body12: equipmentSystemIoController to update (required) - :param str moid13: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body13: equipmentSystemIoController to update (required) - :param str moid14: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body14: equipmentSystemIoController to update (required) - :param str moid15: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body15: equipmentSystemIoController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def equipment_system_io_controllers_moid_patch_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_system_io_controllers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_system_io_controllers_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def equipment_system_io_controllers_moid_patch_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def equipment_system_io_controllers_moid_patch_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def equipment_system_io_controllers_moid_patch_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def equipment_system_io_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_system_io_controllers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'equipmentSystemIoController' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def equipment_system_io_controllers_moid_post(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_system_io_controllers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_system_io_controllers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSystemIoController instance. (required) :param EquipmentSystemIoController body: equipmentSystemIoController to update (required) - :param str moid2: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body2: equipmentSystemIoController to update (required) - :param str moid3: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body3: equipmentSystemIoController to update (required) - :param str moid4: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body4: equipmentSystemIoController to update (required) - :param str moid5: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body5: equipmentSystemIoController to update (required) - :param str moid6: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body6: equipmentSystemIoController to update (required) - :param str moid7: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body7: equipmentSystemIoController to update (required) - :param str moid8: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body8: equipmentSystemIoController to update (required) - :param str moid9: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body9: equipmentSystemIoController to update (required) - :param str moid10: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body10: equipmentSystemIoController to update (required) - :param str moid11: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body11: equipmentSystemIoController to update (required) - :param str moid12: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body12: equipmentSystemIoController to update (required) - :param str moid13: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body13: equipmentSystemIoController to update (required) - :param str moid14: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body14: equipmentSystemIoController to update (required) - :param str moid15: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body15: equipmentSystemIoController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.equipment_system_io_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.equipment_system_io_controllers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.equipment_system_io_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.equipment_system_io_controllers_moid_post_with_http_info(moid, body, **kwargs) return data - def equipment_system_io_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def equipment_system_io_controllers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'equipmentSystemIoController' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def equipment_system_io_controllers_moid_post_with_http_info(self, moid, body, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.equipment_system_io_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.equipment_system_io_controllers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the equipmentSystemIoController instance. (required) :param EquipmentSystemIoController body: equipmentSystemIoController to update (required) - :param str moid2: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body2: equipmentSystemIoController to update (required) - :param str moid3: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body3: equipmentSystemIoController to update (required) - :param str moid4: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body4: equipmentSystemIoController to update (required) - :param str moid5: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body5: equipmentSystemIoController to update (required) - :param str moid6: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body6: equipmentSystemIoController to update (required) - :param str moid7: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body7: equipmentSystemIoController to update (required) - :param str moid8: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body8: equipmentSystemIoController to update (required) - :param str moid9: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body9: equipmentSystemIoController to update (required) - :param str moid10: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body10: equipmentSystemIoController to update (required) - :param str moid11: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body11: equipmentSystemIoController to update (required) - :param str moid12: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body12: equipmentSystemIoController to update (required) - :param str moid13: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body13: equipmentSystemIoController to update (required) - :param str moid14: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body14: equipmentSystemIoController to update (required) - :param str moid15: The moid of the equipmentSystemIoController instance. (required) - :param EquipmentSystemIoController body15: equipmentSystemIoController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def equipment_system_io_controllers_moid_post_with_http_info(self, moid, body, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `equipment_system_io_controllers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `equipment_system_io_controllers_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def equipment_system_io_controllers_moid_post_with_http_info(self, moid, body, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def equipment_system_io_controllers_moid_post_with_http_info(self, moid, body, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/equipment_tpm_api.py b/intersight/apis/equipment_tpm_api.py index a3695fb3..9cb2d0c3 100644 --- a/intersight/apis/equipment_tpm_api.py +++ b/intersight/apis/equipment_tpm_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/ether_physical_port_api.py b/intersight/apis/ether_physical_port_api.py index f72f9393..8117cfca 100644 --- a/intersight/apis/ether_physical_port_api.py +++ b/intersight/apis/ether_physical_port_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def ether_physical_ports_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EtherPhysicalPortList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def ether_physical_ports_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: EtherPhysicalPortList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def ether_physical_ports_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def ether_physical_ports_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ether_physical_ports_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ether_physical_ports_moid_get(self, moid, **kwargs): """ Get a specific instance of 'etherPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def ether_physical_ports_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ether_physical_ports_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ether_physical_ports_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the etherPhysicalPort instance. (required) - :param str moid2: The moid of the etherPhysicalPort instance. (required) - :param str moid3: The moid of the etherPhysicalPort instance. (required) - :param str moid4: The moid of the etherPhysicalPort instance. (required) - :param str moid5: The moid of the etherPhysicalPort instance. (required) - :param str moid6: The moid of the etherPhysicalPort instance. (required) - :param str moid7: The moid of the etherPhysicalPort instance. (required) - :param str moid8: The moid of the etherPhysicalPort instance. (required) - :param str moid9: The moid of the etherPhysicalPort instance. (required) - :param str moid10: The moid of the etherPhysicalPort instance. (required) - :param str moid11: The moid of the etherPhysicalPort instance. (required) - :param str moid12: The moid of the etherPhysicalPort instance. (required) - :param str moid13: The moid of the etherPhysicalPort instance. (required) - :param str moid14: The moid of the etherPhysicalPort instance. (required) - :param str moid15: The moid of the etherPhysicalPort instance. (required) :return: EtherPhysicalPort If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ether_physical_ports_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ether_physical_ports_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.ether_physical_ports_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ether_physical_ports_moid_get_with_http_info(moid, **kwargs) return data - def ether_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ether_physical_ports_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'etherPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def ether_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ether_physical_ports_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ether_physical_ports_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the etherPhysicalPort instance. (required) - :param str moid2: The moid of the etherPhysicalPort instance. (required) - :param str moid3: The moid of the etherPhysicalPort instance. (required) - :param str moid4: The moid of the etherPhysicalPort instance. (required) - :param str moid5: The moid of the etherPhysicalPort instance. (required) - :param str moid6: The moid of the etherPhysicalPort instance. (required) - :param str moid7: The moid of the etherPhysicalPort instance. (required) - :param str moid8: The moid of the etherPhysicalPort instance. (required) - :param str moid9: The moid of the etherPhysicalPort instance. (required) - :param str moid10: The moid of the etherPhysicalPort instance. (required) - :param str moid11: The moid of the etherPhysicalPort instance. (required) - :param str moid12: The moid of the etherPhysicalPort instance. (required) - :param str moid13: The moid of the etherPhysicalPort instance. (required) - :param str moid14: The moid of the etherPhysicalPort instance. (required) - :param str moid15: The moid of the etherPhysicalPort instance. (required) :return: EtherPhysicalPort If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def ether_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ether_physical_ports_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ether_physical_ports_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def ether_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def ether_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ether_physical_ports_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ether_physical_ports_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'etherPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def ether_physical_ports_moid_patch(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ether_physical_ports_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ether_physical_ports_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the etherPhysicalPort instance. (required) :param EtherPhysicalPort body: etherPhysicalPort to update (required) - :param str moid2: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body2: etherPhysicalPort to update (required) - :param str moid3: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body3: etherPhysicalPort to update (required) - :param str moid4: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body4: etherPhysicalPort to update (required) - :param str moid5: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body5: etherPhysicalPort to update (required) - :param str moid6: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body6: etherPhysicalPort to update (required) - :param str moid7: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body7: etherPhysicalPort to update (required) - :param str moid8: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body8: etherPhysicalPort to update (required) - :param str moid9: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body9: etherPhysicalPort to update (required) - :param str moid10: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body10: etherPhysicalPort to update (required) - :param str moid11: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body11: etherPhysicalPort to update (required) - :param str moid12: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body12: etherPhysicalPort to update (required) - :param str moid13: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body13: etherPhysicalPort to update (required) - :param str moid14: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body14: etherPhysicalPort to update (required) - :param str moid15: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body15: etherPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ether_physical_ports_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ether_physical_ports_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.ether_physical_ports_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ether_physical_ports_moid_patch_with_http_info(moid, body, **kwargs) return data - def ether_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ether_physical_ports_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'etherPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def ether_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ether_physical_ports_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ether_physical_ports_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the etherPhysicalPort instance. (required) :param EtherPhysicalPort body: etherPhysicalPort to update (required) - :param str moid2: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body2: etherPhysicalPort to update (required) - :param str moid3: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body3: etherPhysicalPort to update (required) - :param str moid4: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body4: etherPhysicalPort to update (required) - :param str moid5: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body5: etherPhysicalPort to update (required) - :param str moid6: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body6: etherPhysicalPort to update (required) - :param str moid7: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body7: etherPhysicalPort to update (required) - :param str moid8: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body8: etherPhysicalPort to update (required) - :param str moid9: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body9: etherPhysicalPort to update (required) - :param str moid10: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body10: etherPhysicalPort to update (required) - :param str moid11: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body11: etherPhysicalPort to update (required) - :param str moid12: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body12: etherPhysicalPort to update (required) - :param str moid13: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body13: etherPhysicalPort to update (required) - :param str moid14: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body14: etherPhysicalPort to update (required) - :param str moid15: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body15: etherPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def ether_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ether_physical_ports_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ether_physical_ports_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def ether_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def ether_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def ether_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ether_physical_ports_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ether_physical_ports_moid_post(self, moid, body, **kwargs): """ Update an instance of 'etherPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def ether_physical_ports_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ether_physical_ports_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ether_physical_ports_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the etherPhysicalPort instance. (required) :param EtherPhysicalPort body: etherPhysicalPort to update (required) - :param str moid2: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body2: etherPhysicalPort to update (required) - :param str moid3: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body3: etherPhysicalPort to update (required) - :param str moid4: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body4: etherPhysicalPort to update (required) - :param str moid5: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body5: etherPhysicalPort to update (required) - :param str moid6: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body6: etherPhysicalPort to update (required) - :param str moid7: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body7: etherPhysicalPort to update (required) - :param str moid8: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body8: etherPhysicalPort to update (required) - :param str moid9: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body9: etherPhysicalPort to update (required) - :param str moid10: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body10: etherPhysicalPort to update (required) - :param str moid11: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body11: etherPhysicalPort to update (required) - :param str moid12: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body12: etherPhysicalPort to update (required) - :param str moid13: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body13: etherPhysicalPort to update (required) - :param str moid14: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body14: etherPhysicalPort to update (required) - :param str moid15: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body15: etherPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ether_physical_ports_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ether_physical_ports_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.ether_physical_ports_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ether_physical_ports_moid_post_with_http_info(moid, body, **kwargs) return data - def ether_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ether_physical_ports_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'etherPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def ether_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ether_physical_ports_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ether_physical_ports_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the etherPhysicalPort instance. (required) :param EtherPhysicalPort body: etherPhysicalPort to update (required) - :param str moid2: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body2: etherPhysicalPort to update (required) - :param str moid3: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body3: etherPhysicalPort to update (required) - :param str moid4: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body4: etherPhysicalPort to update (required) - :param str moid5: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body5: etherPhysicalPort to update (required) - :param str moid6: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body6: etherPhysicalPort to update (required) - :param str moid7: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body7: etherPhysicalPort to update (required) - :param str moid8: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body8: etherPhysicalPort to update (required) - :param str moid9: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body9: etherPhysicalPort to update (required) - :param str moid10: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body10: etherPhysicalPort to update (required) - :param str moid11: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body11: etherPhysicalPort to update (required) - :param str moid12: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body12: etherPhysicalPort to update (required) - :param str moid13: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body13: etherPhysicalPort to update (required) - :param str moid14: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body14: etherPhysicalPort to update (required) - :param str moid15: The moid of the etherPhysicalPort instance. (required) - :param EtherPhysicalPort body15: etherPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def ether_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ether_physical_ports_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ether_physical_ports_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def ether_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def ether_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/externalsite_auth_profile_api.py b/intersight/apis/externalsite_auth_profile_api.py deleted file mode 100644 index 5126df5d..00000000 --- a/intersight/apis/externalsite_auth_profile_api.py +++ /dev/null @@ -1,604 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class ExternalsiteAuthProfileApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def externalsite_auth_profiles_get(self, **kwargs): - """ - List of externalsiteAuthProfiles - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: ExternalsiteAuthProfileList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_auth_profiles_get_with_http_info(**kwargs) - else: - (data) = self.externalsite_auth_profiles_get_with_http_info(**kwargs) - return data - - def externalsite_auth_profiles_get_with_http_info(self, **kwargs): - """ - List of externalsiteAuthProfiles - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: ExternalsiteAuthProfileList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_auth_profiles_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/AuthProfiles', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='ExternalsiteAuthProfileList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_auth_profiles_moid_get(self, moid, **kwargs): - """ - A instance of externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthProfile instance. (required) - :return: ExternalsiteAuthProfile - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_auth_profiles_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.externalsite_auth_profiles_moid_get_with_http_info(moid, **kwargs) - return data - - def externalsite_auth_profiles_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthProfile instance. (required) - :return: ExternalsiteAuthProfile - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_auth_profiles_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `externalsite_auth_profiles_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/AuthProfiles/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='ExternalsiteAuthProfile', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_auth_profiles_moid_patch(self, moid, body, **kwargs): - """ - Update an instance of externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_moid_patch(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthProfile instance. (required) - :param ExternalsiteAuthProfile body: externalsiteAuthProfile to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_auth_profiles_moid_patch_with_http_info(moid, body, **kwargs) - else: - (data) = self.externalsite_auth_profiles_moid_patch_with_http_info(moid, body, **kwargs) - return data - - def externalsite_auth_profiles_moid_patch_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_moid_patch_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthProfile instance. (required) - :param ExternalsiteAuthProfile body: externalsiteAuthProfile to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_auth_profiles_moid_patch" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `externalsite_auth_profiles_moid_patch`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `externalsite_auth_profiles_moid_patch`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/AuthProfiles/{moid}', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_auth_profiles_moid_post(self, moid, body, **kwargs): - """ - Update an instance of externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_moid_post(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthProfile instance. (required) - :param ExternalsiteAuthProfile body: externalsiteAuthProfile to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_auth_profiles_moid_post_with_http_info(moid, body, **kwargs) - else: - (data) = self.externalsite_auth_profiles_moid_post_with_http_info(moid, body, **kwargs) - return data - - def externalsite_auth_profiles_moid_post_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_moid_post_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthProfile instance. (required) - :param ExternalsiteAuthProfile body: externalsiteAuthProfile to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_auth_profiles_moid_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `externalsite_auth_profiles_moid_post`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `externalsite_auth_profiles_moid_post`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/AuthProfiles/{moid}', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_auth_profiles_post(self, body, **kwargs): - """ - Create a externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param ExternalsiteAuthProfile body: externalsiteAuthProfile to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_auth_profiles_post_with_http_info(body, **kwargs) - else: - (data) = self.externalsite_auth_profiles_post_with_http_info(body, **kwargs) - return data - - def externalsite_auth_profiles_post_with_http_info(self, body, **kwargs): - """ - Create a externalsiteAuthProfile - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_auth_profiles_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param ExternalsiteAuthProfile body: externalsiteAuthProfile to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_auth_profiles_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `externalsite_auth_profiles_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/AuthProfiles', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/externalsite_authorization_api.py b/intersight/apis/externalsite_authorization_api.py deleted file mode 100644 index 6ebda9e0..00000000 --- a/intersight/apis/externalsite_authorization_api.py +++ /dev/null @@ -1,820 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.9-228 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class ExternalsiteAuthorizationApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def externalsite_authorizations_get(self, **kwargs): - """ - Get a list of 'externalsiteAuthorization' instances - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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)) - :return: ExternalsiteAuthorizationList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_authorizations_get_with_http_info(**kwargs) - else: - (data) = self.externalsite_authorizations_get_with_http_info(**kwargs) - return data - - def externalsite_authorizations_get_with_http_info(self, **kwargs): - """ - Get a list of 'externalsiteAuthorization' instances - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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)) - :return: ExternalsiteAuthorizationList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_authorizations_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - if 'apply' in params: - query_params.append(('$apply', params['apply'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/Authorizations', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='ExternalsiteAuthorizationList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_authorizations_moid_get(self, moid, moid2, moid3, moid4, **kwargs): - """ - Get a specific instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_moid_get(moid, moid2, moid3, moid4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthorization instance. (required) - :param str moid2: The moid of the externalsiteAuthorization instance. (required) - :param str moid3: The moid of the externalsiteAuthorization instance. (required) - :param str moid4: The moid of the externalsiteAuthorization instance. (required) - :return: ExternalsiteAuthorization - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_authorizations_moid_get_with_http_info(moid, moid2, moid3, moid4, **kwargs) - else: - (data) = self.externalsite_authorizations_moid_get_with_http_info(moid, moid2, moid3, moid4, **kwargs) - return data - - def externalsite_authorizations_moid_get_with_http_info(self, moid, moid2, moid3, moid4, **kwargs): - """ - Get a specific instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_moid_get_with_http_info(moid, moid2, moid3, moid4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthorization instance. (required) - :param str moid2: The moid of the externalsiteAuthorization instance. (required) - :param str moid3: The moid of the externalsiteAuthorization instance. (required) - :param str moid4: The moid of the externalsiteAuthorization instance. (required) - :return: ExternalsiteAuthorization - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'moid2', 'moid3', 'moid4'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_authorizations_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `externalsite_authorizations_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `externalsite_authorizations_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `externalsite_authorizations_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `externalsite_authorizations_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/Authorizations/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='ExternalsiteAuthorization', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_authorizations_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs): - """ - Update an instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body: externalsiteAuthorization to update (required) - :param str moid2: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body2: externalsiteAuthorization to update (required) - :param str moid3: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body3: externalsiteAuthorization to update (required) - :param str moid4: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body4: externalsiteAuthorization to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_authorizations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs) - else: - (data) = self.externalsite_authorizations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs) - return data - - def externalsite_authorizations_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs): - """ - Update an instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body: externalsiteAuthorization to update (required) - :param str moid2: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body2: externalsiteAuthorization to update (required) - :param str moid3: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body3: externalsiteAuthorization to update (required) - :param str moid4: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body4: externalsiteAuthorization to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_authorizations_moid_patch" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `externalsite_authorizations_moid_patch`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `externalsite_authorizations_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `externalsite_authorizations_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `externalsite_authorizations_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `externalsite_authorizations_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `externalsite_authorizations_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `externalsite_authorizations_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `externalsite_authorizations_moid_patch`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body4' in params: - body_params = params['body4'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/Authorizations/{moid}', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_authorizations_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs): - """ - Update an instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body: externalsiteAuthorization to update (required) - :param str moid2: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body2: externalsiteAuthorization to update (required) - :param str moid3: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body3: externalsiteAuthorization to update (required) - :param str moid4: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body4: externalsiteAuthorization to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_authorizations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs) - else: - (data) = self.externalsite_authorizations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs) - return data - - def externalsite_authorizations_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, **kwargs): - """ - Update an instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body: externalsiteAuthorization to update (required) - :param str moid2: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body2: externalsiteAuthorization to update (required) - :param str moid3: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body3: externalsiteAuthorization to update (required) - :param str moid4: The moid of the externalsiteAuthorization instance. (required) - :param ExternalsiteAuthorization body4: externalsiteAuthorization to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_authorizations_moid_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `externalsite_authorizations_moid_post`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `externalsite_authorizations_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `externalsite_authorizations_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `externalsite_authorizations_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `externalsite_authorizations_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `externalsite_authorizations_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `externalsite_authorizations_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `externalsite_authorizations_moid_post`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body4' in params: - body_params = params['body4'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/Authorizations/{moid}', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def externalsite_authorizations_post(self, body, body2, body3, body4, **kwargs): - """ - Create an instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_post(body, body2, body3, body4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param ExternalsiteAuthorization body: externalsiteAuthorization to add (required) - :param ExternalsiteAuthorization body2: externalsiteAuthorization to add (required) - :param ExternalsiteAuthorization body3: externalsiteAuthorization to add (required) - :param ExternalsiteAuthorization body4: externalsiteAuthorization to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.externalsite_authorizations_post_with_http_info(body, body2, body3, body4, **kwargs) - else: - (data) = self.externalsite_authorizations_post_with_http_info(body, body2, body3, body4, **kwargs) - return data - - def externalsite_authorizations_post_with_http_info(self, body, body2, body3, body4, **kwargs): - """ - Create an instance of 'externalsiteAuthorization' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.externalsite_authorizations_post_with_http_info(body, body2, body3, body4, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param ExternalsiteAuthorization body: externalsiteAuthorization to add (required) - :param ExternalsiteAuthorization body2: externalsiteAuthorization to add (required) - :param ExternalsiteAuthorization body3: externalsiteAuthorization to add (required) - :param ExternalsiteAuthorization body4: externalsiteAuthorization to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body', 'body2', 'body3', 'body4'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method externalsite_authorizations_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `externalsite_authorizations_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `externalsite_authorizations_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `externalsite_authorizations_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `externalsite_authorizations_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body4' in params: - body_params = params['body4'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/externalsite/Authorizations', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/extsearch_import_api.py b/intersight/apis/extsearch_import_api.py deleted file mode 100644 index 3160562a..00000000 --- a/intersight/apis/extsearch_import_api.py +++ /dev/null @@ -1,382 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class ExtsearchImportApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def extsearch_imports_get(self, **kwargs): - """ - List of extsearchImports - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.extsearch_imports_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: ExtsearchImportList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.extsearch_imports_get_with_http_info(**kwargs) - else: - (data) = self.extsearch_imports_get_with_http_info(**kwargs) - return data - - def extsearch_imports_get_with_http_info(self, **kwargs): - """ - List of extsearchImports - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.extsearch_imports_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: ExtsearchImportList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method extsearch_imports_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/extsearch/Imports', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='ExtsearchImportList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def extsearch_imports_moid_get(self, moid, **kwargs): - """ - A instance of extsearchImport - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.extsearch_imports_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the extsearchImport instance. (required) - :return: ExtsearchImport - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.extsearch_imports_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.extsearch_imports_moid_get_with_http_info(moid, **kwargs) - return data - - def extsearch_imports_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of extsearchImport - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.extsearch_imports_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the extsearchImport instance. (required) - :return: ExtsearchImport - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method extsearch_imports_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `extsearch_imports_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/extsearch/Imports/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='ExtsearchImport', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def extsearch_imports_post(self, body, **kwargs): - """ - Create a extsearchImport - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.extsearch_imports_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param ExtsearchImport body: extsearchImport to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.extsearch_imports_post_with_http_info(body, **kwargs) - else: - (data) = self.extsearch_imports_post_with_http_info(body, **kwargs) - return data - - def extsearch_imports_post_with_http_info(self, body, **kwargs): - """ - Create a extsearchImport - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.extsearch_imports_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param ExtsearchImport body: extsearchImport to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method extsearch_imports_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `extsearch_imports_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/extsearch/Imports', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/fault_instance_api.py b/intersight/apis/fault_instance_api.py index 77056e36..68fc8e57 100644 --- a/intersight/apis/fault_instance_api.py +++ b/intersight/apis/fault_instance_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def fault_instances_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FaultInstanceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def fault_instances_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FaultInstanceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def fault_instances_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def fault_instances_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def fault_instances_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def fault_instances_moid_get(self, moid, **kwargs): """ Get a specific instance of 'faultInstance' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def fault_instances_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fault_instances_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.fault_instances_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the faultInstance instance. (required) - :param str moid2: The moid of the faultInstance instance. (required) - :param str moid3: The moid of the faultInstance instance. (required) - :param str moid4: The moid of the faultInstance instance. (required) - :param str moid5: The moid of the faultInstance instance. (required) - :param str moid6: The moid of the faultInstance instance. (required) - :param str moid7: The moid of the faultInstance instance. (required) - :param str moid8: The moid of the faultInstance instance. (required) - :param str moid9: The moid of the faultInstance instance. (required) - :param str moid10: The moid of the faultInstance instance. (required) - :param str moid11: The moid of the faultInstance instance. (required) - :param str moid12: The moid of the faultInstance instance. (required) - :param str moid13: The moid of the faultInstance instance. (required) - :param str moid14: The moid of the faultInstance instance. (required) - :param str moid15: The moid of the faultInstance instance. (required) :return: FaultInstance If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.fault_instances_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.fault_instances_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.fault_instances_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.fault_instances_moid_get_with_http_info(moid, **kwargs) return data - def fault_instances_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def fault_instances_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'faultInstance' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def fault_instances_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fault_instances_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.fault_instances_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the faultInstance instance. (required) - :param str moid2: The moid of the faultInstance instance. (required) - :param str moid3: The moid of the faultInstance instance. (required) - :param str moid4: The moid of the faultInstance instance. (required) - :param str moid5: The moid of the faultInstance instance. (required) - :param str moid6: The moid of the faultInstance instance. (required) - :param str moid7: The moid of the faultInstance instance. (required) - :param str moid8: The moid of the faultInstance instance. (required) - :param str moid9: The moid of the faultInstance instance. (required) - :param str moid10: The moid of the faultInstance instance. (required) - :param str moid11: The moid of the faultInstance instance. (required) - :param str moid12: The moid of the faultInstance instance. (required) - :param str moid13: The moid of the faultInstance instance. (required) - :param str moid14: The moid of the faultInstance instance. (required) - :param str moid15: The moid of the faultInstance instance. (required) :return: FaultInstance If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def fault_instances_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `fault_instances_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `fault_instances_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def fault_instances_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def fault_instances_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def fault_instances_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fault_instances_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'faultInstance' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def fault_instances_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fault_instances_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fault_instances_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the faultInstance instance. (required) :param FaultInstance body: faultInstance to update (required) - :param str moid2: The moid of the faultInstance instance. (required) - :param FaultInstance body2: faultInstance to update (required) - :param str moid3: The moid of the faultInstance instance. (required) - :param FaultInstance body3: faultInstance to update (required) - :param str moid4: The moid of the faultInstance instance. (required) - :param FaultInstance body4: faultInstance to update (required) - :param str moid5: The moid of the faultInstance instance. (required) - :param FaultInstance body5: faultInstance to update (required) - :param str moid6: The moid of the faultInstance instance. (required) - :param FaultInstance body6: faultInstance to update (required) - :param str moid7: The moid of the faultInstance instance. (required) - :param FaultInstance body7: faultInstance to update (required) - :param str moid8: The moid of the faultInstance instance. (required) - :param FaultInstance body8: faultInstance to update (required) - :param str moid9: The moid of the faultInstance instance. (required) - :param FaultInstance body9: faultInstance to update (required) - :param str moid10: The moid of the faultInstance instance. (required) - :param FaultInstance body10: faultInstance to update (required) - :param str moid11: The moid of the faultInstance instance. (required) - :param FaultInstance body11: faultInstance to update (required) - :param str moid12: The moid of the faultInstance instance. (required) - :param FaultInstance body12: faultInstance to update (required) - :param str moid13: The moid of the faultInstance instance. (required) - :param FaultInstance body13: faultInstance to update (required) - :param str moid14: The moid of the faultInstance instance. (required) - :param FaultInstance body14: faultInstance to update (required) - :param str moid15: The moid of the faultInstance instance. (required) - :param FaultInstance body15: faultInstance to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.fault_instances_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.fault_instances_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.fault_instances_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.fault_instances_moid_patch_with_http_info(moid, body, **kwargs) return data - def fault_instances_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fault_instances_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'faultInstance' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def fault_instances_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fault_instances_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fault_instances_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the faultInstance instance. (required) :param FaultInstance body: faultInstance to update (required) - :param str moid2: The moid of the faultInstance instance. (required) - :param FaultInstance body2: faultInstance to update (required) - :param str moid3: The moid of the faultInstance instance. (required) - :param FaultInstance body3: faultInstance to update (required) - :param str moid4: The moid of the faultInstance instance. (required) - :param FaultInstance body4: faultInstance to update (required) - :param str moid5: The moid of the faultInstance instance. (required) - :param FaultInstance body5: faultInstance to update (required) - :param str moid6: The moid of the faultInstance instance. (required) - :param FaultInstance body6: faultInstance to update (required) - :param str moid7: The moid of the faultInstance instance. (required) - :param FaultInstance body7: faultInstance to update (required) - :param str moid8: The moid of the faultInstance instance. (required) - :param FaultInstance body8: faultInstance to update (required) - :param str moid9: The moid of the faultInstance instance. (required) - :param FaultInstance body9: faultInstance to update (required) - :param str moid10: The moid of the faultInstance instance. (required) - :param FaultInstance body10: faultInstance to update (required) - :param str moid11: The moid of the faultInstance instance. (required) - :param FaultInstance body11: faultInstance to update (required) - :param str moid12: The moid of the faultInstance instance. (required) - :param FaultInstance body12: faultInstance to update (required) - :param str moid13: The moid of the faultInstance instance. (required) - :param FaultInstance body13: faultInstance to update (required) - :param str moid14: The moid of the faultInstance instance. (required) - :param FaultInstance body14: faultInstance to update (required) - :param str moid15: The moid of the faultInstance instance. (required) - :param FaultInstance body15: faultInstance to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def fault_instances_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `fault_instances_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `fault_instances_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `fault_instances_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def fault_instances_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def fault_instances_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def fault_instances_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def fault_instances_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fault_instances_moid_post(self, moid, body, **kwargs): """ Update an instance of 'faultInstance' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def fault_instances_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fault_instances_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fault_instances_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the faultInstance instance. (required) :param FaultInstance body: faultInstance to update (required) - :param str moid2: The moid of the faultInstance instance. (required) - :param FaultInstance body2: faultInstance to update (required) - :param str moid3: The moid of the faultInstance instance. (required) - :param FaultInstance body3: faultInstance to update (required) - :param str moid4: The moid of the faultInstance instance. (required) - :param FaultInstance body4: faultInstance to update (required) - :param str moid5: The moid of the faultInstance instance. (required) - :param FaultInstance body5: faultInstance to update (required) - :param str moid6: The moid of the faultInstance instance. (required) - :param FaultInstance body6: faultInstance to update (required) - :param str moid7: The moid of the faultInstance instance. (required) - :param FaultInstance body7: faultInstance to update (required) - :param str moid8: The moid of the faultInstance instance. (required) - :param FaultInstance body8: faultInstance to update (required) - :param str moid9: The moid of the faultInstance instance. (required) - :param FaultInstance body9: faultInstance to update (required) - :param str moid10: The moid of the faultInstance instance. (required) - :param FaultInstance body10: faultInstance to update (required) - :param str moid11: The moid of the faultInstance instance. (required) - :param FaultInstance body11: faultInstance to update (required) - :param str moid12: The moid of the faultInstance instance. (required) - :param FaultInstance body12: faultInstance to update (required) - :param str moid13: The moid of the faultInstance instance. (required) - :param FaultInstance body13: faultInstance to update (required) - :param str moid14: The moid of the faultInstance instance. (required) - :param FaultInstance body14: faultInstance to update (required) - :param str moid15: The moid of the faultInstance instance. (required) - :param FaultInstance body15: faultInstance to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.fault_instances_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.fault_instances_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.fault_instances_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.fault_instances_moid_post_with_http_info(moid, body, **kwargs) return data - def fault_instances_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fault_instances_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'faultInstance' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def fault_instances_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fault_instances_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fault_instances_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the faultInstance instance. (required) :param FaultInstance body: faultInstance to update (required) - :param str moid2: The moid of the faultInstance instance. (required) - :param FaultInstance body2: faultInstance to update (required) - :param str moid3: The moid of the faultInstance instance. (required) - :param FaultInstance body3: faultInstance to update (required) - :param str moid4: The moid of the faultInstance instance. (required) - :param FaultInstance body4: faultInstance to update (required) - :param str moid5: The moid of the faultInstance instance. (required) - :param FaultInstance body5: faultInstance to update (required) - :param str moid6: The moid of the faultInstance instance. (required) - :param FaultInstance body6: faultInstance to update (required) - :param str moid7: The moid of the faultInstance instance. (required) - :param FaultInstance body7: faultInstance to update (required) - :param str moid8: The moid of the faultInstance instance. (required) - :param FaultInstance body8: faultInstance to update (required) - :param str moid9: The moid of the faultInstance instance. (required) - :param FaultInstance body9: faultInstance to update (required) - :param str moid10: The moid of the faultInstance instance. (required) - :param FaultInstance body10: faultInstance to update (required) - :param str moid11: The moid of the faultInstance instance. (required) - :param FaultInstance body11: faultInstance to update (required) - :param str moid12: The moid of the faultInstance instance. (required) - :param FaultInstance body12: faultInstance to update (required) - :param str moid13: The moid of the faultInstance instance. (required) - :param FaultInstance body13: faultInstance to update (required) - :param str moid14: The moid of the faultInstance instance. (required) - :param FaultInstance body14: faultInstance to update (required) - :param str moid15: The moid of the faultInstance instance. (required) - :param FaultInstance body15: faultInstance to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def fault_instances_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `fault_instances_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `fault_instances_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `fault_instances_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `fault_instances_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `fault_instances_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `fault_instances_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `fault_instances_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `fault_instances_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `fault_instances_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `fault_instances_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `fault_instances_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `fault_instances_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `fault_instances_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `fault_instances_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `fault_instances_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `fault_instances_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def fault_instances_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def fault_instances_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/fc_physical_port_api.py b/intersight/apis/fc_physical_port_api.py index fea753fb..76b4d737 100644 --- a/intersight/apis/fc_physical_port_api.py +++ b/intersight/apis/fc_physical_port_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def fc_physical_ports_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FcPhysicalPortList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def fc_physical_ports_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FcPhysicalPortList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def fc_physical_ports_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def fc_physical_ports_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def fc_physical_ports_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def fc_physical_ports_moid_get(self, moid, **kwargs): """ Get a specific instance of 'fcPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def fc_physical_ports_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fc_physical_ports_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.fc_physical_ports_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the fcPhysicalPort instance. (required) - :param str moid2: The moid of the fcPhysicalPort instance. (required) - :param str moid3: The moid of the fcPhysicalPort instance. (required) - :param str moid4: The moid of the fcPhysicalPort instance. (required) - :param str moid5: The moid of the fcPhysicalPort instance. (required) - :param str moid6: The moid of the fcPhysicalPort instance. (required) - :param str moid7: The moid of the fcPhysicalPort instance. (required) - :param str moid8: The moid of the fcPhysicalPort instance. (required) - :param str moid9: The moid of the fcPhysicalPort instance. (required) - :param str moid10: The moid of the fcPhysicalPort instance. (required) - :param str moid11: The moid of the fcPhysicalPort instance. (required) - :param str moid12: The moid of the fcPhysicalPort instance. (required) - :param str moid13: The moid of the fcPhysicalPort instance. (required) - :param str moid14: The moid of the fcPhysicalPort instance. (required) - :param str moid15: The moid of the fcPhysicalPort instance. (required) :return: FcPhysicalPort If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.fc_physical_ports_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.fc_physical_ports_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.fc_physical_ports_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.fc_physical_ports_moid_get_with_http_info(moid, **kwargs) return data - def fc_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def fc_physical_ports_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'fcPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def fc_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fc_physical_ports_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.fc_physical_ports_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the fcPhysicalPort instance. (required) - :param str moid2: The moid of the fcPhysicalPort instance. (required) - :param str moid3: The moid of the fcPhysicalPort instance. (required) - :param str moid4: The moid of the fcPhysicalPort instance. (required) - :param str moid5: The moid of the fcPhysicalPort instance. (required) - :param str moid6: The moid of the fcPhysicalPort instance. (required) - :param str moid7: The moid of the fcPhysicalPort instance. (required) - :param str moid8: The moid of the fcPhysicalPort instance. (required) - :param str moid9: The moid of the fcPhysicalPort instance. (required) - :param str moid10: The moid of the fcPhysicalPort instance. (required) - :param str moid11: The moid of the fcPhysicalPort instance. (required) - :param str moid12: The moid of the fcPhysicalPort instance. (required) - :param str moid13: The moid of the fcPhysicalPort instance. (required) - :param str moid14: The moid of the fcPhysicalPort instance. (required) - :param str moid15: The moid of the fcPhysicalPort instance. (required) :return: FcPhysicalPort If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def fc_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `fc_physical_ports_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `fc_physical_ports_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def fc_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def fc_physical_ports_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def fc_physical_ports_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fc_physical_ports_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'fcPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def fc_physical_ports_moid_patch(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fc_physical_ports_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fc_physical_ports_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the fcPhysicalPort instance. (required) :param FcPhysicalPort body: fcPhysicalPort to update (required) - :param str moid2: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body2: fcPhysicalPort to update (required) - :param str moid3: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body3: fcPhysicalPort to update (required) - :param str moid4: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body4: fcPhysicalPort to update (required) - :param str moid5: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body5: fcPhysicalPort to update (required) - :param str moid6: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body6: fcPhysicalPort to update (required) - :param str moid7: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body7: fcPhysicalPort to update (required) - :param str moid8: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body8: fcPhysicalPort to update (required) - :param str moid9: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body9: fcPhysicalPort to update (required) - :param str moid10: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body10: fcPhysicalPort to update (required) - :param str moid11: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body11: fcPhysicalPort to update (required) - :param str moid12: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body12: fcPhysicalPort to update (required) - :param str moid13: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body13: fcPhysicalPort to update (required) - :param str moid14: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body14: fcPhysicalPort to update (required) - :param str moid15: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body15: fcPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.fc_physical_ports_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.fc_physical_ports_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.fc_physical_ports_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.fc_physical_ports_moid_patch_with_http_info(moid, body, **kwargs) return data - def fc_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fc_physical_ports_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'fcPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def fc_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fc_physical_ports_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fc_physical_ports_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the fcPhysicalPort instance. (required) :param FcPhysicalPort body: fcPhysicalPort to update (required) - :param str moid2: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body2: fcPhysicalPort to update (required) - :param str moid3: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body3: fcPhysicalPort to update (required) - :param str moid4: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body4: fcPhysicalPort to update (required) - :param str moid5: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body5: fcPhysicalPort to update (required) - :param str moid6: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body6: fcPhysicalPort to update (required) - :param str moid7: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body7: fcPhysicalPort to update (required) - :param str moid8: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body8: fcPhysicalPort to update (required) - :param str moid9: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body9: fcPhysicalPort to update (required) - :param str moid10: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body10: fcPhysicalPort to update (required) - :param str moid11: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body11: fcPhysicalPort to update (required) - :param str moid12: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body12: fcPhysicalPort to update (required) - :param str moid13: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body13: fcPhysicalPort to update (required) - :param str moid14: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body14: fcPhysicalPort to update (required) - :param str moid15: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body15: fcPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def fc_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `fc_physical_ports_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `fc_physical_ports_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def fc_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def fc_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def fc_physical_ports_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def fc_physical_ports_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fc_physical_ports_moid_post(self, moid, body, **kwargs): """ Update an instance of 'fcPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def fc_physical_ports_moid_post(self, moid, body, moid2, body2, moid3, body3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fc_physical_ports_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fc_physical_ports_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the fcPhysicalPort instance. (required) :param FcPhysicalPort body: fcPhysicalPort to update (required) - :param str moid2: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body2: fcPhysicalPort to update (required) - :param str moid3: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body3: fcPhysicalPort to update (required) - :param str moid4: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body4: fcPhysicalPort to update (required) - :param str moid5: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body5: fcPhysicalPort to update (required) - :param str moid6: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body6: fcPhysicalPort to update (required) - :param str moid7: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body7: fcPhysicalPort to update (required) - :param str moid8: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body8: fcPhysicalPort to update (required) - :param str moid9: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body9: fcPhysicalPort to update (required) - :param str moid10: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body10: fcPhysicalPort to update (required) - :param str moid11: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body11: fcPhysicalPort to update (required) - :param str moid12: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body12: fcPhysicalPort to update (required) - :param str moid13: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body13: fcPhysicalPort to update (required) - :param str moid14: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body14: fcPhysicalPort to update (required) - :param str moid15: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body15: fcPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.fc_physical_ports_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.fc_physical_ports_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.fc_physical_ports_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.fc_physical_ports_moid_post_with_http_info(moid, body, **kwargs) return data - def fc_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def fc_physical_ports_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'fcPhysicalPort' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def fc_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.fc_physical_ports_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.fc_physical_ports_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the fcPhysicalPort instance. (required) :param FcPhysicalPort body: fcPhysicalPort to update (required) - :param str moid2: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body2: fcPhysicalPort to update (required) - :param str moid3: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body3: fcPhysicalPort to update (required) - :param str moid4: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body4: fcPhysicalPort to update (required) - :param str moid5: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body5: fcPhysicalPort to update (required) - :param str moid6: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body6: fcPhysicalPort to update (required) - :param str moid7: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body7: fcPhysicalPort to update (required) - :param str moid8: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body8: fcPhysicalPort to update (required) - :param str moid9: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body9: fcPhysicalPort to update (required) - :param str moid10: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body10: fcPhysicalPort to update (required) - :param str moid11: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body11: fcPhysicalPort to update (required) - :param str moid12: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body12: fcPhysicalPort to update (required) - :param str moid13: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body13: fcPhysicalPort to update (required) - :param str moid14: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body14: fcPhysicalPort to update (required) - :param str moid15: The moid of the fcPhysicalPort instance. (required) - :param FcPhysicalPort body15: fcPhysicalPort to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def fc_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `fc_physical_ports_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `fc_physical_ports_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def fc_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def fc_physical_ports_moid_post_with_http_info(self, moid, body, moid2, body2, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/feedback_feedback_post_api.py b/intersight/apis/feedback_feedback_post_api.py index f7250f37..334a9a6c 100644 --- a/intersight/apis/feedback_feedback_post_api.py +++ b/intersight/apis/feedback_feedback_post_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,7 +40,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def feedback_feedback_posts_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def feedback_feedback_posts_post(self, body, **kwargs): """ Create an instance of 'feedbackFeedbackPost' This method makes a synchronous HTTP request by default. To make an @@ -49,37 +49,23 @@ def feedback_feedback_posts_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.feedback_feedback_posts_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.feedback_feedback_posts_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param FeedbackFeedbackPost body: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body2: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body3: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body4: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body5: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body6: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body7: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body8: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body9: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body10: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body11: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body12: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body13: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body14: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body15: feedbackFeedbackPost to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.feedback_feedback_posts_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.feedback_feedback_posts_post_with_http_info(body, **kwargs) else: - (data) = self.feedback_feedback_posts_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.feedback_feedback_posts_post_with_http_info(body, **kwargs) return data - def feedback_feedback_posts_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def feedback_feedback_posts_post_with_http_info(self, body, **kwargs): """ Create an instance of 'feedbackFeedbackPost' This method makes a synchronous HTTP request by default. To make an @@ -88,31 +74,17 @@ def feedback_feedback_posts_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.feedback_feedback_posts_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.feedback_feedback_posts_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param FeedbackFeedbackPost body: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body2: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body3: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body4: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body5: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body6: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body7: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body8: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body9: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body10: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body11: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body12: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body13: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body14: feedbackFeedbackPost to add (required) - :param FeedbackFeedbackPost body15: feedbackFeedbackPost to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -130,48 +102,6 @@ def feedback_feedback_posts_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `feedback_feedback_posts_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `feedback_feedback_posts_post`") collection_formats = {} @@ -186,8 +116,8 @@ def feedback_feedback_posts_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/firmware_distributable_api.py b/intersight/apis/firmware_distributable_api.py index a7a50630..d4588d8b 100644 --- a/intersight/apis/firmware_distributable_api.py +++ b/intersight/apis/firmware_distributable_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def firmware_distributables_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareDistributableList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def firmware_distributables_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareDistributableList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def firmware_distributables_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def firmware_distributables_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_distributables_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_distributables_moid_get(self, moid, **kwargs): """ Get a specific instance of 'firmwareDistributable' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def firmware_distributables_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_distributables_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_distributables_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareDistributable instance. (required) - :param str moid2: The moid of the firmwareDistributable instance. (required) - :param str moid3: The moid of the firmwareDistributable instance. (required) - :param str moid4: The moid of the firmwareDistributable instance. (required) - :param str moid5: The moid of the firmwareDistributable instance. (required) - :param str moid6: The moid of the firmwareDistributable instance. (required) - :param str moid7: The moid of the firmwareDistributable instance. (required) - :param str moid8: The moid of the firmwareDistributable instance. (required) - :param str moid9: The moid of the firmwareDistributable instance. (required) - :param str moid10: The moid of the firmwareDistributable instance. (required) - :param str moid11: The moid of the firmwareDistributable instance. (required) - :param str moid12: The moid of the firmwareDistributable instance. (required) - :param str moid13: The moid of the firmwareDistributable instance. (required) - :param str moid14: The moid of the firmwareDistributable instance. (required) - :param str moid15: The moid of the firmwareDistributable instance. (required) :return: FirmwareDistributable If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_distributables_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.firmware_distributables_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.firmware_distributables_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.firmware_distributables_moid_get_with_http_info(moid, **kwargs) return data - def firmware_distributables_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_distributables_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'firmwareDistributable' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def firmware_distributables_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_distributables_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_distributables_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareDistributable instance. (required) - :param str moid2: The moid of the firmwareDistributable instance. (required) - :param str moid3: The moid of the firmwareDistributable instance. (required) - :param str moid4: The moid of the firmwareDistributable instance. (required) - :param str moid5: The moid of the firmwareDistributable instance. (required) - :param str moid6: The moid of the firmwareDistributable instance. (required) - :param str moid7: The moid of the firmwareDistributable instance. (required) - :param str moid8: The moid of the firmwareDistributable instance. (required) - :param str moid9: The moid of the firmwareDistributable instance. (required) - :param str moid10: The moid of the firmwareDistributable instance. (required) - :param str moid11: The moid of the firmwareDistributable instance. (required) - :param str moid12: The moid of the firmwareDistributable instance. (required) - :param str moid13: The moid of the firmwareDistributable instance. (required) - :param str moid14: The moid of the firmwareDistributable instance. (required) - :param str moid15: The moid of the firmwareDistributable instance. (required) :return: FirmwareDistributable If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def firmware_distributables_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_distributables_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_distributables_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def firmware_distributables_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/firmware_eula_api.py b/intersight/apis/firmware_eula_api.py index 3dac654b..63d6f362 100644 --- a/intersight/apis/firmware_eula_api.py +++ b/intersight/apis/firmware_eula_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def firmware_eulas_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareEulaList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def firmware_eulas_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareEulaList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def firmware_eulas_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def firmware_eulas_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_eulas_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_eulas_moid_get(self, moid, **kwargs): """ Get a specific instance of 'firmwareEula' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def firmware_eulas_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_eulas_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_eulas_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareEula instance. (required) - :param str moid2: The moid of the firmwareEula instance. (required) - :param str moid3: The moid of the firmwareEula instance. (required) - :param str moid4: The moid of the firmwareEula instance. (required) - :param str moid5: The moid of the firmwareEula instance. (required) - :param str moid6: The moid of the firmwareEula instance. (required) - :param str moid7: The moid of the firmwareEula instance. (required) - :param str moid8: The moid of the firmwareEula instance. (required) - :param str moid9: The moid of the firmwareEula instance. (required) - :param str moid10: The moid of the firmwareEula instance. (required) - :param str moid11: The moid of the firmwareEula instance. (required) - :param str moid12: The moid of the firmwareEula instance. (required) - :param str moid13: The moid of the firmwareEula instance. (required) - :param str moid14: The moid of the firmwareEula instance. (required) - :param str moid15: The moid of the firmwareEula instance. (required) :return: FirmwareEula If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_eulas_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.firmware_eulas_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.firmware_eulas_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.firmware_eulas_moid_get_with_http_info(moid, **kwargs) return data - def firmware_eulas_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_eulas_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'firmwareEula' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def firmware_eulas_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_eulas_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_eulas_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareEula instance. (required) - :param str moid2: The moid of the firmwareEula instance. (required) - :param str moid3: The moid of the firmwareEula instance. (required) - :param str moid4: The moid of the firmwareEula instance. (required) - :param str moid5: The moid of the firmwareEula instance. (required) - :param str moid6: The moid of the firmwareEula instance. (required) - :param str moid7: The moid of the firmwareEula instance. (required) - :param str moid8: The moid of the firmwareEula instance. (required) - :param str moid9: The moid of the firmwareEula instance. (required) - :param str moid10: The moid of the firmwareEula instance. (required) - :param str moid11: The moid of the firmwareEula instance. (required) - :param str moid12: The moid of the firmwareEula instance. (required) - :param str moid13: The moid of the firmwareEula instance. (required) - :param str moid14: The moid of the firmwareEula instance. (required) - :param str moid15: The moid of the firmwareEula instance. (required) :return: FirmwareEula If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def firmware_eulas_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_eulas_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_eulas_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def firmware_eulas_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def firmware_eulas_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_eulas_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def firmware_eulas_post(self, body, **kwargs): """ Create an instance of 'firmwareEula' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def firmware_eulas_post(self, body, body2, body3, body4, body5, body6, body7, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_eulas_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.firmware_eulas_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param FirmwareEula body: firmwareEula to add (required) - :param FirmwareEula body2: firmwareEula to add (required) - :param FirmwareEula body3: firmwareEula to add (required) - :param FirmwareEula body4: firmwareEula to add (required) - :param FirmwareEula body5: firmwareEula to add (required) - :param FirmwareEula body6: firmwareEula to add (required) - :param FirmwareEula body7: firmwareEula to add (required) - :param FirmwareEula body8: firmwareEula to add (required) - :param FirmwareEula body9: firmwareEula to add (required) - :param FirmwareEula body10: firmwareEula to add (required) - :param FirmwareEula body11: firmwareEula to add (required) - :param FirmwareEula body12: firmwareEula to add (required) - :param FirmwareEula body13: firmwareEula to add (required) - :param FirmwareEula body14: firmwareEula to add (required) - :param FirmwareEula body15: firmwareEula to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_eulas_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.firmware_eulas_post_with_http_info(body, **kwargs) else: - (data) = self.firmware_eulas_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.firmware_eulas_post_with_http_info(body, **kwargs) return data - def firmware_eulas_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def firmware_eulas_post_with_http_info(self, body, **kwargs): """ Create an instance of 'firmwareEula' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def firmware_eulas_post_with_http_info(self, body, body2, body3, body4, body5, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_eulas_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.firmware_eulas_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param FirmwareEula body: firmwareEula to add (required) - :param FirmwareEula body2: firmwareEula to add (required) - :param FirmwareEula body3: firmwareEula to add (required) - :param FirmwareEula body4: firmwareEula to add (required) - :param FirmwareEula body5: firmwareEula to add (required) - :param FirmwareEula body6: firmwareEula to add (required) - :param FirmwareEula body7: firmwareEula to add (required) - :param FirmwareEula body8: firmwareEula to add (required) - :param FirmwareEula body9: firmwareEula to add (required) - :param FirmwareEula body10: firmwareEula to add (required) - :param FirmwareEula body11: firmwareEula to add (required) - :param FirmwareEula body12: firmwareEula to add (required) - :param FirmwareEula body13: firmwareEula to add (required) - :param FirmwareEula body14: firmwareEula to add (required) - :param FirmwareEula body15: firmwareEula to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def firmware_eulas_post_with_http_info(self, body, body2, body3, body4, body5, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `firmware_eulas_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `firmware_eulas_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `firmware_eulas_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `firmware_eulas_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `firmware_eulas_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `firmware_eulas_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `firmware_eulas_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `firmware_eulas_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `firmware_eulas_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `firmware_eulas_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `firmware_eulas_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `firmware_eulas_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `firmware_eulas_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `firmware_eulas_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `firmware_eulas_post`") collection_formats = {} @@ -1049,8 +357,8 @@ def firmware_eulas_post_with_http_info(self, body, body2, body3, body4, body5, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/firmware_running_firmware_api.py b/intersight/apis/firmware_running_firmware_api.py index 8a8397a9..d17508a0 100644 --- a/intersight/apis/firmware_running_firmware_api.py +++ b/intersight/apis/firmware_running_firmware_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def firmware_running_firmwares_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareRunningFirmwareList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def firmware_running_firmwares_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareRunningFirmwareList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def firmware_running_firmwares_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def firmware_running_firmwares_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_running_firmwares_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_running_firmwares_moid_get(self, moid, **kwargs): """ Get a specific instance of 'firmwareRunningFirmware' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def firmware_running_firmwares_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_running_firmwares_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_running_firmwares_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareRunningFirmware instance. (required) - :param str moid2: The moid of the firmwareRunningFirmware instance. (required) - :param str moid3: The moid of the firmwareRunningFirmware instance. (required) - :param str moid4: The moid of the firmwareRunningFirmware instance. (required) - :param str moid5: The moid of the firmwareRunningFirmware instance. (required) - :param str moid6: The moid of the firmwareRunningFirmware instance. (required) - :param str moid7: The moid of the firmwareRunningFirmware instance. (required) - :param str moid8: The moid of the firmwareRunningFirmware instance. (required) - :param str moid9: The moid of the firmwareRunningFirmware instance. (required) - :param str moid10: The moid of the firmwareRunningFirmware instance. (required) - :param str moid11: The moid of the firmwareRunningFirmware instance. (required) - :param str moid12: The moid of the firmwareRunningFirmware instance. (required) - :param str moid13: The moid of the firmwareRunningFirmware instance. (required) - :param str moid14: The moid of the firmwareRunningFirmware instance. (required) - :param str moid15: The moid of the firmwareRunningFirmware instance. (required) :return: FirmwareRunningFirmware If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_running_firmwares_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.firmware_running_firmwares_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.firmware_running_firmwares_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.firmware_running_firmwares_moid_get_with_http_info(moid, **kwargs) return data - def firmware_running_firmwares_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_running_firmwares_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'firmwareRunningFirmware' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def firmware_running_firmwares_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_running_firmwares_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_running_firmwares_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareRunningFirmware instance. (required) - :param str moid2: The moid of the firmwareRunningFirmware instance. (required) - :param str moid3: The moid of the firmwareRunningFirmware instance. (required) - :param str moid4: The moid of the firmwareRunningFirmware instance. (required) - :param str moid5: The moid of the firmwareRunningFirmware instance. (required) - :param str moid6: The moid of the firmwareRunningFirmware instance. (required) - :param str moid7: The moid of the firmwareRunningFirmware instance. (required) - :param str moid8: The moid of the firmwareRunningFirmware instance. (required) - :param str moid9: The moid of the firmwareRunningFirmware instance. (required) - :param str moid10: The moid of the firmwareRunningFirmware instance. (required) - :param str moid11: The moid of the firmwareRunningFirmware instance. (required) - :param str moid12: The moid of the firmwareRunningFirmware instance. (required) - :param str moid13: The moid of the firmwareRunningFirmware instance. (required) - :param str moid14: The moid of the firmwareRunningFirmware instance. (required) - :param str moid15: The moid of the firmwareRunningFirmware instance. (required) :return: FirmwareRunningFirmware If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def firmware_running_firmwares_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_running_firmwares_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_running_firmwares_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def firmware_running_firmwares_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def firmware_running_firmwares_moid_get_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_running_firmwares_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def firmware_running_firmwares_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'firmwareRunningFirmware' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def firmware_running_firmwares_moid_patch(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_running_firmwares_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.firmware_running_firmwares_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareRunningFirmware instance. (required) :param FirmwareRunningFirmware body: firmwareRunningFirmware to update (required) - :param str moid2: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body2: firmwareRunningFirmware to update (required) - :param str moid3: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body3: firmwareRunningFirmware to update (required) - :param str moid4: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body4: firmwareRunningFirmware to update (required) - :param str moid5: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body5: firmwareRunningFirmware to update (required) - :param str moid6: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body6: firmwareRunningFirmware to update (required) - :param str moid7: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body7: firmwareRunningFirmware to update (required) - :param str moid8: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body8: firmwareRunningFirmware to update (required) - :param str moid9: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body9: firmwareRunningFirmware to update (required) - :param str moid10: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body10: firmwareRunningFirmware to update (required) - :param str moid11: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body11: firmwareRunningFirmware to update (required) - :param str moid12: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body12: firmwareRunningFirmware to update (required) - :param str moid13: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body13: firmwareRunningFirmware to update (required) - :param str moid14: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body14: firmwareRunningFirmware to update (required) - :param str moid15: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body15: firmwareRunningFirmware to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_running_firmwares_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.firmware_running_firmwares_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.firmware_running_firmwares_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.firmware_running_firmwares_moid_patch_with_http_info(moid, body, **kwargs) return data - def firmware_running_firmwares_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def firmware_running_firmwares_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'firmwareRunningFirmware' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def firmware_running_firmwares_moid_patch_with_http_info(self, moid, body, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_running_firmwares_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.firmware_running_firmwares_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareRunningFirmware instance. (required) :param FirmwareRunningFirmware body: firmwareRunningFirmware to update (required) - :param str moid2: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body2: firmwareRunningFirmware to update (required) - :param str moid3: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body3: firmwareRunningFirmware to update (required) - :param str moid4: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body4: firmwareRunningFirmware to update (required) - :param str moid5: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body5: firmwareRunningFirmware to update (required) - :param str moid6: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body6: firmwareRunningFirmware to update (required) - :param str moid7: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body7: firmwareRunningFirmware to update (required) - :param str moid8: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body8: firmwareRunningFirmware to update (required) - :param str moid9: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body9: firmwareRunningFirmware to update (required) - :param str moid10: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body10: firmwareRunningFirmware to update (required) - :param str moid11: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body11: firmwareRunningFirmware to update (required) - :param str moid12: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body12: firmwareRunningFirmware to update (required) - :param str moid13: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body13: firmwareRunningFirmware to update (required) - :param str moid14: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body14: firmwareRunningFirmware to update (required) - :param str moid15: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body15: firmwareRunningFirmware to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def firmware_running_firmwares_moid_patch_with_http_info(self, moid, body, moid2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_running_firmwares_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `firmware_running_firmwares_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def firmware_running_firmwares_moid_patch_with_http_info(self, moid, body, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def firmware_running_firmwares_moid_patch_with_http_info(self, moid, body, moid2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def firmware_running_firmwares_moid_patch_with_http_info(self, moid, body, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_running_firmwares_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def firmware_running_firmwares_moid_post(self, moid, body, **kwargs): """ Update an instance of 'firmwareRunningFirmware' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def firmware_running_firmwares_moid_post(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_running_firmwares_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.firmware_running_firmwares_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareRunningFirmware instance. (required) :param FirmwareRunningFirmware body: firmwareRunningFirmware to update (required) - :param str moid2: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body2: firmwareRunningFirmware to update (required) - :param str moid3: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body3: firmwareRunningFirmware to update (required) - :param str moid4: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body4: firmwareRunningFirmware to update (required) - :param str moid5: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body5: firmwareRunningFirmware to update (required) - :param str moid6: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body6: firmwareRunningFirmware to update (required) - :param str moid7: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body7: firmwareRunningFirmware to update (required) - :param str moid8: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body8: firmwareRunningFirmware to update (required) - :param str moid9: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body9: firmwareRunningFirmware to update (required) - :param str moid10: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body10: firmwareRunningFirmware to update (required) - :param str moid11: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body11: firmwareRunningFirmware to update (required) - :param str moid12: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body12: firmwareRunningFirmware to update (required) - :param str moid13: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body13: firmwareRunningFirmware to update (required) - :param str moid14: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body14: firmwareRunningFirmware to update (required) - :param str moid15: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body15: firmwareRunningFirmware to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_running_firmwares_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.firmware_running_firmwares_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.firmware_running_firmwares_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.firmware_running_firmwares_moid_post_with_http_info(moid, body, **kwargs) return data - def firmware_running_firmwares_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def firmware_running_firmwares_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'firmwareRunningFirmware' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def firmware_running_firmwares_moid_post_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_running_firmwares_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.firmware_running_firmwares_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareRunningFirmware instance. (required) :param FirmwareRunningFirmware body: firmwareRunningFirmware to update (required) - :param str moid2: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body2: firmwareRunningFirmware to update (required) - :param str moid3: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body3: firmwareRunningFirmware to update (required) - :param str moid4: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body4: firmwareRunningFirmware to update (required) - :param str moid5: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body5: firmwareRunningFirmware to update (required) - :param str moid6: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body6: firmwareRunningFirmware to update (required) - :param str moid7: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body7: firmwareRunningFirmware to update (required) - :param str moid8: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body8: firmwareRunningFirmware to update (required) - :param str moid9: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body9: firmwareRunningFirmware to update (required) - :param str moid10: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body10: firmwareRunningFirmware to update (required) - :param str moid11: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body11: firmwareRunningFirmware to update (required) - :param str moid12: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body12: firmwareRunningFirmware to update (required) - :param str moid13: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body13: firmwareRunningFirmware to update (required) - :param str moid14: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body14: firmwareRunningFirmware to update (required) - :param str moid15: The moid of the firmwareRunningFirmware instance. (required) - :param FirmwareRunningFirmware body15: firmwareRunningFirmware to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def firmware_running_firmwares_moid_post_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_running_firmwares_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `firmware_running_firmwares_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def firmware_running_firmwares_moid_post_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def firmware_running_firmwares_moid_post_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/firmware_upgrade_api.py b/intersight/apis/firmware_upgrade_api.py index 69124c29..a80988b4 100644 --- a/intersight/apis/firmware_upgrade_api.py +++ b/intersight/apis/firmware_upgrade_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def firmware_upgrades_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareUpgradeList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def firmware_upgrades_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareUpgradeList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def firmware_upgrades_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def firmware_upgrades_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_upgrades_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_upgrades_moid_delete(self, moid, **kwargs): """ Delete an instance of 'firmwareUpgrade' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def firmware_upgrades_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrades_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_upgrades_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareUpgrade instance. (required) - :param str moid2: The moid of the firmwareUpgrade instance. (required) - :param str moid3: The moid of the firmwareUpgrade instance. (required) - :param str moid4: The moid of the firmwareUpgrade instance. (required) - :param str moid5: The moid of the firmwareUpgrade instance. (required) - :param str moid6: The moid of the firmwareUpgrade instance. (required) - :param str moid7: The moid of the firmwareUpgrade instance. (required) - :param str moid8: The moid of the firmwareUpgrade instance. (required) - :param str moid9: The moid of the firmwareUpgrade instance. (required) - :param str moid10: The moid of the firmwareUpgrade instance. (required) - :param str moid11: The moid of the firmwareUpgrade instance. (required) - :param str moid12: The moid of the firmwareUpgrade instance. (required) - :param str moid13: The moid of the firmwareUpgrade instance. (required) - :param str moid14: The moid of the firmwareUpgrade instance. (required) - :param str moid15: The moid of the firmwareUpgrade instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_upgrades_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.firmware_upgrades_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.firmware_upgrades_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.firmware_upgrades_moid_delete_with_http_info(moid, **kwargs) return data - def firmware_upgrades_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_upgrades_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'firmwareUpgrade' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def firmware_upgrades_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrades_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_upgrades_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareUpgrade instance. (required) - :param str moid2: The moid of the firmwareUpgrade instance. (required) - :param str moid3: The moid of the firmwareUpgrade instance. (required) - :param str moid4: The moid of the firmwareUpgrade instance. (required) - :param str moid5: The moid of the firmwareUpgrade instance. (required) - :param str moid6: The moid of the firmwareUpgrade instance. (required) - :param str moid7: The moid of the firmwareUpgrade instance. (required) - :param str moid8: The moid of the firmwareUpgrade instance. (required) - :param str moid9: The moid of the firmwareUpgrade instance. (required) - :param str moid10: The moid of the firmwareUpgrade instance. (required) - :param str moid11: The moid of the firmwareUpgrade instance. (required) - :param str moid12: The moid of the firmwareUpgrade instance. (required) - :param str moid13: The moid of the firmwareUpgrade instance. (required) - :param str moid14: The moid of the firmwareUpgrade instance. (required) - :param str moid15: The moid of the firmwareUpgrade instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def firmware_upgrades_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_upgrades_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_upgrades_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def firmware_upgrades_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def firmware_upgrades_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_upgrades_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_upgrades_moid_get(self, moid, **kwargs): """ Get a specific instance of 'firmwareUpgrade' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def firmware_upgrades_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrades_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_upgrades_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareUpgrade instance. (required) - :param str moid2: The moid of the firmwareUpgrade instance. (required) - :param str moid3: The moid of the firmwareUpgrade instance. (required) - :param str moid4: The moid of the firmwareUpgrade instance. (required) - :param str moid5: The moid of the firmwareUpgrade instance. (required) - :param str moid6: The moid of the firmwareUpgrade instance. (required) - :param str moid7: The moid of the firmwareUpgrade instance. (required) - :param str moid8: The moid of the firmwareUpgrade instance. (required) - :param str moid9: The moid of the firmwareUpgrade instance. (required) - :param str moid10: The moid of the firmwareUpgrade instance. (required) - :param str moid11: The moid of the firmwareUpgrade instance. (required) - :param str moid12: The moid of the firmwareUpgrade instance. (required) - :param str moid13: The moid of the firmwareUpgrade instance. (required) - :param str moid14: The moid of the firmwareUpgrade instance. (required) - :param str moid15: The moid of the firmwareUpgrade instance. (required) :return: FirmwareUpgrade If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_upgrades_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.firmware_upgrades_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.firmware_upgrades_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.firmware_upgrades_moid_get_with_http_info(moid, **kwargs) return data - def firmware_upgrades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_upgrades_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'firmwareUpgrade' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def firmware_upgrades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrades_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_upgrades_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareUpgrade instance. (required) - :param str moid2: The moid of the firmwareUpgrade instance. (required) - :param str moid3: The moid of the firmwareUpgrade instance. (required) - :param str moid4: The moid of the firmwareUpgrade instance. (required) - :param str moid5: The moid of the firmwareUpgrade instance. (required) - :param str moid6: The moid of the firmwareUpgrade instance. (required) - :param str moid7: The moid of the firmwareUpgrade instance. (required) - :param str moid8: The moid of the firmwareUpgrade instance. (required) - :param str moid9: The moid of the firmwareUpgrade instance. (required) - :param str moid10: The moid of the firmwareUpgrade instance. (required) - :param str moid11: The moid of the firmwareUpgrade instance. (required) - :param str moid12: The moid of the firmwareUpgrade instance. (required) - :param str moid13: The moid of the firmwareUpgrade instance. (required) - :param str moid14: The moid of the firmwareUpgrade instance. (required) - :param str moid15: The moid of the firmwareUpgrade instance. (required) :return: FirmwareUpgrade If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def firmware_upgrades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_upgrades_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_upgrades_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def firmware_upgrades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def firmware_upgrades_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_upgrades_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def firmware_upgrades_post(self, body, **kwargs): """ Create an instance of 'firmwareUpgrade' This method makes a synchronous HTTP request by default. To make an @@ -1114,37 +394,23 @@ def firmware_upgrades_post(self, body, body2, body3, body4, body5, body6, body7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrades_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.firmware_upgrades_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param FirmwareUpgrade body: firmwareUpgrade to add (required) - :param FirmwareUpgrade body2: firmwareUpgrade to add (required) - :param FirmwareUpgrade body3: firmwareUpgrade to add (required) - :param FirmwareUpgrade body4: firmwareUpgrade to add (required) - :param FirmwareUpgrade body5: firmwareUpgrade to add (required) - :param FirmwareUpgrade body6: firmwareUpgrade to add (required) - :param FirmwareUpgrade body7: firmwareUpgrade to add (required) - :param FirmwareUpgrade body8: firmwareUpgrade to add (required) - :param FirmwareUpgrade body9: firmwareUpgrade to add (required) - :param FirmwareUpgrade body10: firmwareUpgrade to add (required) - :param FirmwareUpgrade body11: firmwareUpgrade to add (required) - :param FirmwareUpgrade body12: firmwareUpgrade to add (required) - :param FirmwareUpgrade body13: firmwareUpgrade to add (required) - :param FirmwareUpgrade body14: firmwareUpgrade to add (required) - :param FirmwareUpgrade body15: firmwareUpgrade to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_upgrades_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.firmware_upgrades_post_with_http_info(body, **kwargs) else: - (data) = self.firmware_upgrades_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.firmware_upgrades_post_with_http_info(body, **kwargs) return data - def firmware_upgrades_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def firmware_upgrades_post_with_http_info(self, body, **kwargs): """ Create an instance of 'firmwareUpgrade' This method makes a synchronous HTTP request by default. To make an @@ -1153,31 +419,17 @@ def firmware_upgrades_post_with_http_info(self, body, body2, body3, body4, body5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrades_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.firmware_upgrades_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param FirmwareUpgrade body: firmwareUpgrade to add (required) - :param FirmwareUpgrade body2: firmwareUpgrade to add (required) - :param FirmwareUpgrade body3: firmwareUpgrade to add (required) - :param FirmwareUpgrade body4: firmwareUpgrade to add (required) - :param FirmwareUpgrade body5: firmwareUpgrade to add (required) - :param FirmwareUpgrade body6: firmwareUpgrade to add (required) - :param FirmwareUpgrade body7: firmwareUpgrade to add (required) - :param FirmwareUpgrade body8: firmwareUpgrade to add (required) - :param FirmwareUpgrade body9: firmwareUpgrade to add (required) - :param FirmwareUpgrade body10: firmwareUpgrade to add (required) - :param FirmwareUpgrade body11: firmwareUpgrade to add (required) - :param FirmwareUpgrade body12: firmwareUpgrade to add (required) - :param FirmwareUpgrade body13: firmwareUpgrade to add (required) - :param FirmwareUpgrade body14: firmwareUpgrade to add (required) - :param FirmwareUpgrade body15: firmwareUpgrade to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1195,48 +447,6 @@ def firmware_upgrades_post_with_http_info(self, body, body2, body3, body4, body5 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `firmware_upgrades_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `firmware_upgrades_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `firmware_upgrades_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `firmware_upgrades_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `firmware_upgrades_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `firmware_upgrades_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `firmware_upgrades_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `firmware_upgrades_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `firmware_upgrades_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `firmware_upgrades_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `firmware_upgrades_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `firmware_upgrades_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `firmware_upgrades_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `firmware_upgrades_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `firmware_upgrades_post`") collection_formats = {} @@ -1251,8 +461,8 @@ def firmware_upgrades_post_with_http_info(self, body, body2, body3, body4, body5 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/firmware_upgrade_status_api.py b/intersight/apis/firmware_upgrade_status_api.py index 9f1c005b..42ca6822 100644 --- a/intersight/apis/firmware_upgrade_status_api.py +++ b/intersight/apis/firmware_upgrade_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def firmware_upgrade_statuses_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareUpgradeStatusList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def firmware_upgrade_statuses_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: FirmwareUpgradeStatusList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def firmware_upgrade_statuses_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def firmware_upgrade_statuses_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def firmware_upgrade_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_upgrade_statuses_moid_get(self, moid, **kwargs): """ Get a specific instance of 'firmwareUpgradeStatus' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def firmware_upgrade_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrade_statuses_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_upgrade_statuses_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid2: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid3: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid4: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid5: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid6: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid7: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid8: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid9: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid10: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid11: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid12: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid13: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid14: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid15: The moid of the firmwareUpgradeStatus instance. (required) :return: FirmwareUpgradeStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.firmware_upgrade_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.firmware_upgrade_statuses_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.firmware_upgrade_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.firmware_upgrade_statuses_moid_get_with_http_info(moid, **kwargs) return data - def firmware_upgrade_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def firmware_upgrade_statuses_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'firmwareUpgradeStatus' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def firmware_upgrade_statuses_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.firmware_upgrade_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.firmware_upgrade_statuses_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid2: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid3: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid4: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid5: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid6: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid7: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid8: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid9: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid10: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid11: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid12: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid13: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid14: The moid of the firmwareUpgradeStatus instance. (required) - :param str moid15: The moid of the firmwareUpgradeStatus instance. (required) :return: FirmwareUpgradeStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def firmware_upgrade_statuses_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `firmware_upgrade_statuses_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `firmware_upgrade_statuses_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def firmware_upgrade_statuses_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/graphics_card_api.py b/intersight/apis/graphics_card_api.py index 9974aaf6..01237a06 100644 --- a/intersight/apis/graphics_card_api.py +++ b/intersight/apis/graphics_card_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def graphics_cards_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: GraphicsCardList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def graphics_cards_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: GraphicsCardList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def graphics_cards_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def graphics_cards_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def graphics_cards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def graphics_cards_moid_get(self, moid, **kwargs): """ Get a specific instance of 'graphicsCard' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def graphics_cards_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_cards_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.graphics_cards_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsCard instance. (required) - :param str moid2: The moid of the graphicsCard instance. (required) - :param str moid3: The moid of the graphicsCard instance. (required) - :param str moid4: The moid of the graphicsCard instance. (required) - :param str moid5: The moid of the graphicsCard instance. (required) - :param str moid6: The moid of the graphicsCard instance. (required) - :param str moid7: The moid of the graphicsCard instance. (required) - :param str moid8: The moid of the graphicsCard instance. (required) - :param str moid9: The moid of the graphicsCard instance. (required) - :param str moid10: The moid of the graphicsCard instance. (required) - :param str moid11: The moid of the graphicsCard instance. (required) - :param str moid12: The moid of the graphicsCard instance. (required) - :param str moid13: The moid of the graphicsCard instance. (required) - :param str moid14: The moid of the graphicsCard instance. (required) - :param str moid15: The moid of the graphicsCard instance. (required) :return: GraphicsCard If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.graphics_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.graphics_cards_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.graphics_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.graphics_cards_moid_get_with_http_info(moid, **kwargs) return data - def graphics_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def graphics_cards_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'graphicsCard' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def graphics_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_cards_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.graphics_cards_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsCard instance. (required) - :param str moid2: The moid of the graphicsCard instance. (required) - :param str moid3: The moid of the graphicsCard instance. (required) - :param str moid4: The moid of the graphicsCard instance. (required) - :param str moid5: The moid of the graphicsCard instance. (required) - :param str moid6: The moid of the graphicsCard instance. (required) - :param str moid7: The moid of the graphicsCard instance. (required) - :param str moid8: The moid of the graphicsCard instance. (required) - :param str moid9: The moid of the graphicsCard instance. (required) - :param str moid10: The moid of the graphicsCard instance. (required) - :param str moid11: The moid of the graphicsCard instance. (required) - :param str moid12: The moid of the graphicsCard instance. (required) - :param str moid13: The moid of the graphicsCard instance. (required) - :param str moid14: The moid of the graphicsCard instance. (required) - :param str moid15: The moid of the graphicsCard instance. (required) :return: GraphicsCard If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def graphics_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `graphics_cards_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `graphics_cards_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def graphics_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def graphics_cards_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def graphics_cards_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_cards_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'graphicsCard' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def graphics_cards_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_cards_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_cards_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsCard instance. (required) :param GraphicsCard body: graphicsCard to update (required) - :param str moid2: The moid of the graphicsCard instance. (required) - :param GraphicsCard body2: graphicsCard to update (required) - :param str moid3: The moid of the graphicsCard instance. (required) - :param GraphicsCard body3: graphicsCard to update (required) - :param str moid4: The moid of the graphicsCard instance. (required) - :param GraphicsCard body4: graphicsCard to update (required) - :param str moid5: The moid of the graphicsCard instance. (required) - :param GraphicsCard body5: graphicsCard to update (required) - :param str moid6: The moid of the graphicsCard instance. (required) - :param GraphicsCard body6: graphicsCard to update (required) - :param str moid7: The moid of the graphicsCard instance. (required) - :param GraphicsCard body7: graphicsCard to update (required) - :param str moid8: The moid of the graphicsCard instance. (required) - :param GraphicsCard body8: graphicsCard to update (required) - :param str moid9: The moid of the graphicsCard instance. (required) - :param GraphicsCard body9: graphicsCard to update (required) - :param str moid10: The moid of the graphicsCard instance. (required) - :param GraphicsCard body10: graphicsCard to update (required) - :param str moid11: The moid of the graphicsCard instance. (required) - :param GraphicsCard body11: graphicsCard to update (required) - :param str moid12: The moid of the graphicsCard instance. (required) - :param GraphicsCard body12: graphicsCard to update (required) - :param str moid13: The moid of the graphicsCard instance. (required) - :param GraphicsCard body13: graphicsCard to update (required) - :param str moid14: The moid of the graphicsCard instance. (required) - :param GraphicsCard body14: graphicsCard to update (required) - :param str moid15: The moid of the graphicsCard instance. (required) - :param GraphicsCard body15: graphicsCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.graphics_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.graphics_cards_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.graphics_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.graphics_cards_moid_patch_with_http_info(moid, body, **kwargs) return data - def graphics_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_cards_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'graphicsCard' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def graphics_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_cards_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_cards_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsCard instance. (required) :param GraphicsCard body: graphicsCard to update (required) - :param str moid2: The moid of the graphicsCard instance. (required) - :param GraphicsCard body2: graphicsCard to update (required) - :param str moid3: The moid of the graphicsCard instance. (required) - :param GraphicsCard body3: graphicsCard to update (required) - :param str moid4: The moid of the graphicsCard instance. (required) - :param GraphicsCard body4: graphicsCard to update (required) - :param str moid5: The moid of the graphicsCard instance. (required) - :param GraphicsCard body5: graphicsCard to update (required) - :param str moid6: The moid of the graphicsCard instance. (required) - :param GraphicsCard body6: graphicsCard to update (required) - :param str moid7: The moid of the graphicsCard instance. (required) - :param GraphicsCard body7: graphicsCard to update (required) - :param str moid8: The moid of the graphicsCard instance. (required) - :param GraphicsCard body8: graphicsCard to update (required) - :param str moid9: The moid of the graphicsCard instance. (required) - :param GraphicsCard body9: graphicsCard to update (required) - :param str moid10: The moid of the graphicsCard instance. (required) - :param GraphicsCard body10: graphicsCard to update (required) - :param str moid11: The moid of the graphicsCard instance. (required) - :param GraphicsCard body11: graphicsCard to update (required) - :param str moid12: The moid of the graphicsCard instance. (required) - :param GraphicsCard body12: graphicsCard to update (required) - :param str moid13: The moid of the graphicsCard instance. (required) - :param GraphicsCard body13: graphicsCard to update (required) - :param str moid14: The moid of the graphicsCard instance. (required) - :param GraphicsCard body14: graphicsCard to update (required) - :param str moid15: The moid of the graphicsCard instance. (required) - :param GraphicsCard body15: graphicsCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def graphics_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `graphics_cards_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `graphics_cards_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def graphics_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def graphics_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def graphics_cards_moid_patch_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def graphics_cards_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_cards_moid_post(self, moid, body, **kwargs): """ Update an instance of 'graphicsCard' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def graphics_cards_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_cards_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_cards_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsCard instance. (required) :param GraphicsCard body: graphicsCard to update (required) - :param str moid2: The moid of the graphicsCard instance. (required) - :param GraphicsCard body2: graphicsCard to update (required) - :param str moid3: The moid of the graphicsCard instance. (required) - :param GraphicsCard body3: graphicsCard to update (required) - :param str moid4: The moid of the graphicsCard instance. (required) - :param GraphicsCard body4: graphicsCard to update (required) - :param str moid5: The moid of the graphicsCard instance. (required) - :param GraphicsCard body5: graphicsCard to update (required) - :param str moid6: The moid of the graphicsCard instance. (required) - :param GraphicsCard body6: graphicsCard to update (required) - :param str moid7: The moid of the graphicsCard instance. (required) - :param GraphicsCard body7: graphicsCard to update (required) - :param str moid8: The moid of the graphicsCard instance. (required) - :param GraphicsCard body8: graphicsCard to update (required) - :param str moid9: The moid of the graphicsCard instance. (required) - :param GraphicsCard body9: graphicsCard to update (required) - :param str moid10: The moid of the graphicsCard instance. (required) - :param GraphicsCard body10: graphicsCard to update (required) - :param str moid11: The moid of the graphicsCard instance. (required) - :param GraphicsCard body11: graphicsCard to update (required) - :param str moid12: The moid of the graphicsCard instance. (required) - :param GraphicsCard body12: graphicsCard to update (required) - :param str moid13: The moid of the graphicsCard instance. (required) - :param GraphicsCard body13: graphicsCard to update (required) - :param str moid14: The moid of the graphicsCard instance. (required) - :param GraphicsCard body14: graphicsCard to update (required) - :param str moid15: The moid of the graphicsCard instance. (required) - :param GraphicsCard body15: graphicsCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.graphics_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.graphics_cards_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.graphics_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.graphics_cards_moid_post_with_http_info(moid, body, **kwargs) return data - def graphics_cards_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_cards_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'graphicsCard' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def graphics_cards_moid_post_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_cards_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_cards_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsCard instance. (required) :param GraphicsCard body: graphicsCard to update (required) - :param str moid2: The moid of the graphicsCard instance. (required) - :param GraphicsCard body2: graphicsCard to update (required) - :param str moid3: The moid of the graphicsCard instance. (required) - :param GraphicsCard body3: graphicsCard to update (required) - :param str moid4: The moid of the graphicsCard instance. (required) - :param GraphicsCard body4: graphicsCard to update (required) - :param str moid5: The moid of the graphicsCard instance. (required) - :param GraphicsCard body5: graphicsCard to update (required) - :param str moid6: The moid of the graphicsCard instance. (required) - :param GraphicsCard body6: graphicsCard to update (required) - :param str moid7: The moid of the graphicsCard instance. (required) - :param GraphicsCard body7: graphicsCard to update (required) - :param str moid8: The moid of the graphicsCard instance. (required) - :param GraphicsCard body8: graphicsCard to update (required) - :param str moid9: The moid of the graphicsCard instance. (required) - :param GraphicsCard body9: graphicsCard to update (required) - :param str moid10: The moid of the graphicsCard instance. (required) - :param GraphicsCard body10: graphicsCard to update (required) - :param str moid11: The moid of the graphicsCard instance. (required) - :param GraphicsCard body11: graphicsCard to update (required) - :param str moid12: The moid of the graphicsCard instance. (required) - :param GraphicsCard body12: graphicsCard to update (required) - :param str moid13: The moid of the graphicsCard instance. (required) - :param GraphicsCard body13: graphicsCard to update (required) - :param str moid14: The moid of the graphicsCard instance. (required) - :param GraphicsCard body14: graphicsCard to update (required) - :param str moid15: The moid of the graphicsCard instance. (required) - :param GraphicsCard body15: graphicsCard to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def graphics_cards_moid_post_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `graphics_cards_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `graphics_cards_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `graphics_cards_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def graphics_cards_moid_post_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def graphics_cards_moid_post_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/graphics_controller_api.py b/intersight/apis/graphics_controller_api.py index f8e88576..8006094c 100644 --- a/intersight/apis/graphics_controller_api.py +++ b/intersight/apis/graphics_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def graphics_controllers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: GraphicsControllerList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def graphics_controllers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: GraphicsControllerList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def graphics_controllers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def graphics_controllers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def graphics_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def graphics_controllers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'graphicsController' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def graphics_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_controllers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.graphics_controllers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsController instance. (required) - :param str moid2: The moid of the graphicsController instance. (required) - :param str moid3: The moid of the graphicsController instance. (required) - :param str moid4: The moid of the graphicsController instance. (required) - :param str moid5: The moid of the graphicsController instance. (required) - :param str moid6: The moid of the graphicsController instance. (required) - :param str moid7: The moid of the graphicsController instance. (required) - :param str moid8: The moid of the graphicsController instance. (required) - :param str moid9: The moid of the graphicsController instance. (required) - :param str moid10: The moid of the graphicsController instance. (required) - :param str moid11: The moid of the graphicsController instance. (required) - :param str moid12: The moid of the graphicsController instance. (required) - :param str moid13: The moid of the graphicsController instance. (required) - :param str moid14: The moid of the graphicsController instance. (required) - :param str moid15: The moid of the graphicsController instance. (required) :return: GraphicsController If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.graphics_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.graphics_controllers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.graphics_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.graphics_controllers_moid_get_with_http_info(moid, **kwargs) return data - def graphics_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def graphics_controllers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'graphicsController' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def graphics_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.graphics_controllers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsController instance. (required) - :param str moid2: The moid of the graphicsController instance. (required) - :param str moid3: The moid of the graphicsController instance. (required) - :param str moid4: The moid of the graphicsController instance. (required) - :param str moid5: The moid of the graphicsController instance. (required) - :param str moid6: The moid of the graphicsController instance. (required) - :param str moid7: The moid of the graphicsController instance. (required) - :param str moid8: The moid of the graphicsController instance. (required) - :param str moid9: The moid of the graphicsController instance. (required) - :param str moid10: The moid of the graphicsController instance. (required) - :param str moid11: The moid of the graphicsController instance. (required) - :param str moid12: The moid of the graphicsController instance. (required) - :param str moid13: The moid of the graphicsController instance. (required) - :param str moid14: The moid of the graphicsController instance. (required) - :param str moid15: The moid of the graphicsController instance. (required) :return: GraphicsController If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def graphics_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `graphics_controllers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `graphics_controllers_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def graphics_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def graphics_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def graphics_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_controllers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'graphicsController' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def graphics_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_controllers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_controllers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsController instance. (required) :param GraphicsController body: graphicsController to update (required) - :param str moid2: The moid of the graphicsController instance. (required) - :param GraphicsController body2: graphicsController to update (required) - :param str moid3: The moid of the graphicsController instance. (required) - :param GraphicsController body3: graphicsController to update (required) - :param str moid4: The moid of the graphicsController instance. (required) - :param GraphicsController body4: graphicsController to update (required) - :param str moid5: The moid of the graphicsController instance. (required) - :param GraphicsController body5: graphicsController to update (required) - :param str moid6: The moid of the graphicsController instance. (required) - :param GraphicsController body6: graphicsController to update (required) - :param str moid7: The moid of the graphicsController instance. (required) - :param GraphicsController body7: graphicsController to update (required) - :param str moid8: The moid of the graphicsController instance. (required) - :param GraphicsController body8: graphicsController to update (required) - :param str moid9: The moid of the graphicsController instance. (required) - :param GraphicsController body9: graphicsController to update (required) - :param str moid10: The moid of the graphicsController instance. (required) - :param GraphicsController body10: graphicsController to update (required) - :param str moid11: The moid of the graphicsController instance. (required) - :param GraphicsController body11: graphicsController to update (required) - :param str moid12: The moid of the graphicsController instance. (required) - :param GraphicsController body12: graphicsController to update (required) - :param str moid13: The moid of the graphicsController instance. (required) - :param GraphicsController body13: graphicsController to update (required) - :param str moid14: The moid of the graphicsController instance. (required) - :param GraphicsController body14: graphicsController to update (required) - :param str moid15: The moid of the graphicsController instance. (required) - :param GraphicsController body15: graphicsController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.graphics_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.graphics_controllers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.graphics_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.graphics_controllers_moid_patch_with_http_info(moid, body, **kwargs) return data - def graphics_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_controllers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'graphicsController' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def graphics_controllers_moid_patch_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_controllers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsController instance. (required) :param GraphicsController body: graphicsController to update (required) - :param str moid2: The moid of the graphicsController instance. (required) - :param GraphicsController body2: graphicsController to update (required) - :param str moid3: The moid of the graphicsController instance. (required) - :param GraphicsController body3: graphicsController to update (required) - :param str moid4: The moid of the graphicsController instance. (required) - :param GraphicsController body4: graphicsController to update (required) - :param str moid5: The moid of the graphicsController instance. (required) - :param GraphicsController body5: graphicsController to update (required) - :param str moid6: The moid of the graphicsController instance. (required) - :param GraphicsController body6: graphicsController to update (required) - :param str moid7: The moid of the graphicsController instance. (required) - :param GraphicsController body7: graphicsController to update (required) - :param str moid8: The moid of the graphicsController instance. (required) - :param GraphicsController body8: graphicsController to update (required) - :param str moid9: The moid of the graphicsController instance. (required) - :param GraphicsController body9: graphicsController to update (required) - :param str moid10: The moid of the graphicsController instance. (required) - :param GraphicsController body10: graphicsController to update (required) - :param str moid11: The moid of the graphicsController instance. (required) - :param GraphicsController body11: graphicsController to update (required) - :param str moid12: The moid of the graphicsController instance. (required) - :param GraphicsController body12: graphicsController to update (required) - :param str moid13: The moid of the graphicsController instance. (required) - :param GraphicsController body13: graphicsController to update (required) - :param str moid14: The moid of the graphicsController instance. (required) - :param GraphicsController body14: graphicsController to update (required) - :param str moid15: The moid of the graphicsController instance. (required) - :param GraphicsController body15: graphicsController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def graphics_controllers_moid_patch_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `graphics_controllers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `graphics_controllers_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def graphics_controllers_moid_patch_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def graphics_controllers_moid_patch_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def graphics_controllers_moid_patch_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def graphics_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_controllers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'graphicsController' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def graphics_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_controllers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_controllers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsController instance. (required) :param GraphicsController body: graphicsController to update (required) - :param str moid2: The moid of the graphicsController instance. (required) - :param GraphicsController body2: graphicsController to update (required) - :param str moid3: The moid of the graphicsController instance. (required) - :param GraphicsController body3: graphicsController to update (required) - :param str moid4: The moid of the graphicsController instance. (required) - :param GraphicsController body4: graphicsController to update (required) - :param str moid5: The moid of the graphicsController instance. (required) - :param GraphicsController body5: graphicsController to update (required) - :param str moid6: The moid of the graphicsController instance. (required) - :param GraphicsController body6: graphicsController to update (required) - :param str moid7: The moid of the graphicsController instance. (required) - :param GraphicsController body7: graphicsController to update (required) - :param str moid8: The moid of the graphicsController instance. (required) - :param GraphicsController body8: graphicsController to update (required) - :param str moid9: The moid of the graphicsController instance. (required) - :param GraphicsController body9: graphicsController to update (required) - :param str moid10: The moid of the graphicsController instance. (required) - :param GraphicsController body10: graphicsController to update (required) - :param str moid11: The moid of the graphicsController instance. (required) - :param GraphicsController body11: graphicsController to update (required) - :param str moid12: The moid of the graphicsController instance. (required) - :param GraphicsController body12: graphicsController to update (required) - :param str moid13: The moid of the graphicsController instance. (required) - :param GraphicsController body13: graphicsController to update (required) - :param str moid14: The moid of the graphicsController instance. (required) - :param GraphicsController body14: graphicsController to update (required) - :param str moid15: The moid of the graphicsController instance. (required) - :param GraphicsController body15: graphicsController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.graphics_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.graphics_controllers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.graphics_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.graphics_controllers_moid_post_with_http_info(moid, body, **kwargs) return data - def graphics_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def graphics_controllers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'graphicsController' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def graphics_controllers_moid_post_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.graphics_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.graphics_controllers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the graphicsController instance. (required) :param GraphicsController body: graphicsController to update (required) - :param str moid2: The moid of the graphicsController instance. (required) - :param GraphicsController body2: graphicsController to update (required) - :param str moid3: The moid of the graphicsController instance. (required) - :param GraphicsController body3: graphicsController to update (required) - :param str moid4: The moid of the graphicsController instance. (required) - :param GraphicsController body4: graphicsController to update (required) - :param str moid5: The moid of the graphicsController instance. (required) - :param GraphicsController body5: graphicsController to update (required) - :param str moid6: The moid of the graphicsController instance. (required) - :param GraphicsController body6: graphicsController to update (required) - :param str moid7: The moid of the graphicsController instance. (required) - :param GraphicsController body7: graphicsController to update (required) - :param str moid8: The moid of the graphicsController instance. (required) - :param GraphicsController body8: graphicsController to update (required) - :param str moid9: The moid of the graphicsController instance. (required) - :param GraphicsController body9: graphicsController to update (required) - :param str moid10: The moid of the graphicsController instance. (required) - :param GraphicsController body10: graphicsController to update (required) - :param str moid11: The moid of the graphicsController instance. (required) - :param GraphicsController body11: graphicsController to update (required) - :param str moid12: The moid of the graphicsController instance. (required) - :param GraphicsController body12: graphicsController to update (required) - :param str moid13: The moid of the graphicsController instance. (required) - :param GraphicsController body13: graphicsController to update (required) - :param str moid14: The moid of the graphicsController instance. (required) - :param GraphicsController body14: graphicsController to update (required) - :param str moid15: The moid of the graphicsController instance. (required) - :param GraphicsController body15: graphicsController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def graphics_controllers_moid_post_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `graphics_controllers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `graphics_controllers_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def graphics_controllers_moid_post_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def graphics_controllers_moid_post_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hcl_compatibility_info_api.py b/intersight/apis/hcl_compatibility_info_api.py deleted file mode 100644 index c2f30b34..00000000 --- a/intersight/apis/hcl_compatibility_info_api.py +++ /dev/null @@ -1,278 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class HclCompatibilityInfoApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def hcl_compatibility_infos_get(self, **kwargs): - """ - List of hclCompatibilityInfos - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_compatibility_infos_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: HclCompatibilityInfoList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hcl_compatibility_infos_get_with_http_info(**kwargs) - else: - (data) = self.hcl_compatibility_infos_get_with_http_info(**kwargs) - return data - - def hcl_compatibility_infos_get_with_http_info(self, **kwargs): - """ - List of hclCompatibilityInfos - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_compatibility_infos_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: HclCompatibilityInfoList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hcl_compatibility_infos_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hcl/CompatibilityInfos', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='HclCompatibilityInfoList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def hcl_compatibility_infos_moid_get(self, moid, **kwargs): - """ - A instance of hclCompatibilityInfo - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_compatibility_infos_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hclCompatibilityInfo instance. (required) - :return: HclCompatibilityInfo - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hcl_compatibility_infos_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.hcl_compatibility_infos_moid_get_with_http_info(moid, **kwargs) - return data - - def hcl_compatibility_infos_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of hclCompatibilityInfo - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_compatibility_infos_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hclCompatibilityInfo instance. (required) - :return: HclCompatibilityInfo - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hcl_compatibility_infos_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `hcl_compatibility_infos_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hcl/CompatibilityInfos/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='HclCompatibilityInfo', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/hcl_compatibility_status_api.py b/intersight/apis/hcl_compatibility_status_api.py index 6c9775e2..d81ca5ca 100644 --- a/intersight/apis/hcl_compatibility_status_api.py +++ b/intersight/apis/hcl_compatibility_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,7 +40,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def hcl_compatibility_statuses_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hcl_compatibility_statuses_post(self, body, **kwargs): """ Create an instance of 'hclCompatibilityStatus' This method makes a synchronous HTTP request by default. To make an @@ -49,37 +49,23 @@ def hcl_compatibility_statuses_post(self, body, body2, body3, body4, body5, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_compatibility_statuses_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hcl_compatibility_statuses_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HclCompatibilityStatus body: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body2: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body3: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body4: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body5: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body6: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body7: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body8: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body9: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body10: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body11: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body12: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body13: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body14: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body15: hclCompatibilityStatus to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hcl_compatibility_statuses_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hcl_compatibility_statuses_post_with_http_info(body, **kwargs) else: - (data) = self.hcl_compatibility_statuses_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hcl_compatibility_statuses_post_with_http_info(body, **kwargs) return data - def hcl_compatibility_statuses_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hcl_compatibility_statuses_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hclCompatibilityStatus' This method makes a synchronous HTTP request by default. To make an @@ -88,31 +74,17 @@ def hcl_compatibility_statuses_post_with_http_info(self, body, body2, body3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_compatibility_statuses_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hcl_compatibility_statuses_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HclCompatibilityStatus body: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body2: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body3: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body4: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body5: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body6: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body7: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body8: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body9: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body10: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body11: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body12: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body13: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body14: hclCompatibilityStatus to add (required) - :param HclCompatibilityStatus body15: hclCompatibilityStatus to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -130,48 +102,6 @@ def hcl_compatibility_statuses_post_with_http_info(self, body, body2, body3, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hcl_compatibility_statuses_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hcl_compatibility_statuses_post`") collection_formats = {} @@ -186,8 +116,8 @@ def hcl_compatibility_statuses_post_with_http_info(self, body, body2, body3, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hcl_data_import_log_api.py b/intersight/apis/hcl_data_import_log_api.py deleted file mode 100644 index cf8ad246..00000000 --- a/intersight/apis/hcl_data_import_log_api.py +++ /dev/null @@ -1,382 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.7-681 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class HclDataImportLogApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def hcl_data_import_logs_get(self, **kwargs): - """ - Get a list of 'hclDataImportLog' instances - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_data_import_logs_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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)) - :return: HclDataImportLogList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hcl_data_import_logs_get_with_http_info(**kwargs) - else: - (data) = self.hcl_data_import_logs_get_with_http_info(**kwargs) - return data - - def hcl_data_import_logs_get_with_http_info(self, **kwargs): - """ - Get a list of 'hclDataImportLog' instances - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_data_import_logs_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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)) - :return: HclDataImportLogList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hcl_data_import_logs_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - if 'apply' in params: - query_params.append(('$apply', params['apply'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hcl/DataImportLogs', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='HclDataImportLogList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def hcl_data_import_logs_moid_get(self, moid, **kwargs): - """ - Get a specific instance of 'hclDataImportLog' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_data_import_logs_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hclDataImportLog instance. (required) - :return: HclDataImportLog - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hcl_data_import_logs_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.hcl_data_import_logs_moid_get_with_http_info(moid, **kwargs) - return data - - def hcl_data_import_logs_moid_get_with_http_info(self, moid, **kwargs): - """ - Get a specific instance of 'hclDataImportLog' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_data_import_logs_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hclDataImportLog instance. (required) - :return: HclDataImportLog - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hcl_data_import_logs_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `hcl_data_import_logs_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hcl/DataImportLogs/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='HclDataImportLog', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def hcl_data_import_logs_post(self, body, **kwargs): - """ - Create an instance of 'hclDataImportLog' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_data_import_logs_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param HclDataImportLog body: hclDataImportLog to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hcl_data_import_logs_post_with_http_info(body, **kwargs) - else: - (data) = self.hcl_data_import_logs_post_with_http_info(body, **kwargs) - return data - - def hcl_data_import_logs_post_with_http_info(self, body, **kwargs): - """ - Create an instance of 'hclDataImportLog' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_data_import_logs_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param HclDataImportLog body: hclDataImportLog to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hcl_data_import_logs_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `hcl_data_import_logs_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hcl/DataImportLogs', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/hcl_driver_image_api.py b/intersight/apis/hcl_driver_image_api.py index 19667049..ca478058 100644 --- a/intersight/apis/hcl_driver_image_api.py +++ b/intersight/apis/hcl_driver_image_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hcl_driver_images_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclDriverImageList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hcl_driver_images_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclDriverImageList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hcl_driver_images_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hcl_driver_images_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hcl_driver_images_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_driver_images_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hclDriverImage' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hcl_driver_images_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_driver_images_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_driver_images_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclDriverImage instance. (required) - :param str moid2: The moid of the hclDriverImage instance. (required) - :param str moid3: The moid of the hclDriverImage instance. (required) - :param str moid4: The moid of the hclDriverImage instance. (required) - :param str moid5: The moid of the hclDriverImage instance. (required) - :param str moid6: The moid of the hclDriverImage instance. (required) - :param str moid7: The moid of the hclDriverImage instance. (required) - :param str moid8: The moid of the hclDriverImage instance. (required) - :param str moid9: The moid of the hclDriverImage instance. (required) - :param str moid10: The moid of the hclDriverImage instance. (required) - :param str moid11: The moid of the hclDriverImage instance. (required) - :param str moid12: The moid of the hclDriverImage instance. (required) - :param str moid13: The moid of the hclDriverImage instance. (required) - :param str moid14: The moid of the hclDriverImage instance. (required) - :param str moid15: The moid of the hclDriverImage instance. (required) :return: HclDriverImage If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hcl_driver_images_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hcl_driver_images_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hcl_driver_images_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hcl_driver_images_moid_get_with_http_info(moid, **kwargs) return data - def hcl_driver_images_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_driver_images_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hclDriverImage' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hcl_driver_images_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_driver_images_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_driver_images_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclDriverImage instance. (required) - :param str moid2: The moid of the hclDriverImage instance. (required) - :param str moid3: The moid of the hclDriverImage instance. (required) - :param str moid4: The moid of the hclDriverImage instance. (required) - :param str moid5: The moid of the hclDriverImage instance. (required) - :param str moid6: The moid of the hclDriverImage instance. (required) - :param str moid7: The moid of the hclDriverImage instance. (required) - :param str moid8: The moid of the hclDriverImage instance. (required) - :param str moid9: The moid of the hclDriverImage instance. (required) - :param str moid10: The moid of the hclDriverImage instance. (required) - :param str moid11: The moid of the hclDriverImage instance. (required) - :param str moid12: The moid of the hclDriverImage instance. (required) - :param str moid13: The moid of the hclDriverImage instance. (required) - :param str moid14: The moid of the hclDriverImage instance. (required) - :param str moid15: The moid of the hclDriverImage instance. (required) :return: HclDriverImage If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hcl_driver_images_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hcl_driver_images_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hcl_driver_images_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def hcl_driver_images_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/hcl_note_api.py b/intersight/apis/hcl_note_api.py deleted file mode 100644 index 5f468eca..00000000 --- a/intersight/apis/hcl_note_api.py +++ /dev/null @@ -1,278 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class HclNoteApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def hcl_notes_get(self, **kwargs): - """ - List of hclNotes - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_notes_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: HclNoteList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hcl_notes_get_with_http_info(**kwargs) - else: - (data) = self.hcl_notes_get_with_http_info(**kwargs) - return data - - def hcl_notes_get_with_http_info(self, **kwargs): - """ - List of hclNotes - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_notes_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: HclNoteList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hcl_notes_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hcl/Notes', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='HclNoteList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def hcl_notes_moid_get(self, moid, **kwargs): - """ - A instance of hclNote - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_notes_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hclNote instance. (required) - :return: HclNote - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hcl_notes_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.hcl_notes_moid_get_with_http_info(moid, **kwargs) - return data - - def hcl_notes_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of hclNote - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hcl_notes_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hclNote instance. (required) - :return: HclNote - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hcl_notes_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `hcl_notes_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hcl/Notes/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='HclNote', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/hcl_operating_system_api.py b/intersight/apis/hcl_operating_system_api.py index 5c03695d..eee65f57 100644 --- a/intersight/apis/hcl_operating_system_api.py +++ b/intersight/apis/hcl_operating_system_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hcl_operating_systems_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclOperatingSystemList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hcl_operating_systems_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclOperatingSystemList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hcl_operating_systems_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hcl_operating_systems_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hcl_operating_systems_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_operating_systems_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hclOperatingSystem' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hcl_operating_systems_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_operating_systems_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_operating_systems_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclOperatingSystem instance. (required) - :param str moid2: The moid of the hclOperatingSystem instance. (required) - :param str moid3: The moid of the hclOperatingSystem instance. (required) - :param str moid4: The moid of the hclOperatingSystem instance. (required) - :param str moid5: The moid of the hclOperatingSystem instance. (required) - :param str moid6: The moid of the hclOperatingSystem instance. (required) - :param str moid7: The moid of the hclOperatingSystem instance. (required) - :param str moid8: The moid of the hclOperatingSystem instance. (required) - :param str moid9: The moid of the hclOperatingSystem instance. (required) - :param str moid10: The moid of the hclOperatingSystem instance. (required) - :param str moid11: The moid of the hclOperatingSystem instance. (required) - :param str moid12: The moid of the hclOperatingSystem instance. (required) - :param str moid13: The moid of the hclOperatingSystem instance. (required) - :param str moid14: The moid of the hclOperatingSystem instance. (required) - :param str moid15: The moid of the hclOperatingSystem instance. (required) :return: HclOperatingSystem If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hcl_operating_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hcl_operating_systems_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hcl_operating_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hcl_operating_systems_moid_get_with_http_info(moid, **kwargs) return data - def hcl_operating_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_operating_systems_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hclOperatingSystem' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hcl_operating_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_operating_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_operating_systems_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclOperatingSystem instance. (required) - :param str moid2: The moid of the hclOperatingSystem instance. (required) - :param str moid3: The moid of the hclOperatingSystem instance. (required) - :param str moid4: The moid of the hclOperatingSystem instance. (required) - :param str moid5: The moid of the hclOperatingSystem instance. (required) - :param str moid6: The moid of the hclOperatingSystem instance. (required) - :param str moid7: The moid of the hclOperatingSystem instance. (required) - :param str moid8: The moid of the hclOperatingSystem instance. (required) - :param str moid9: The moid of the hclOperatingSystem instance. (required) - :param str moid10: The moid of the hclOperatingSystem instance. (required) - :param str moid11: The moid of the hclOperatingSystem instance. (required) - :param str moid12: The moid of the hclOperatingSystem instance. (required) - :param str moid13: The moid of the hclOperatingSystem instance. (required) - :param str moid14: The moid of the hclOperatingSystem instance. (required) - :param str moid15: The moid of the hclOperatingSystem instance. (required) :return: HclOperatingSystem If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hcl_operating_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hcl_operating_systems_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hcl_operating_systems_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def hcl_operating_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/hcl_operating_system_vendor_api.py b/intersight/apis/hcl_operating_system_vendor_api.py index 47310c15..d0b12a7a 100644 --- a/intersight/apis/hcl_operating_system_vendor_api.py +++ b/intersight/apis/hcl_operating_system_vendor_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hcl_operating_system_vendors_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclOperatingSystemVendorList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hcl_operating_system_vendors_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclOperatingSystemVendorList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hcl_operating_system_vendors_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hcl_operating_system_vendors_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hcl_operating_system_vendors_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_operating_system_vendors_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hclOperatingSystemVendor' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hcl_operating_system_vendors_moid_get(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_operating_system_vendors_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_operating_system_vendors_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid2: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid3: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid4: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid5: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid6: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid7: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid8: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid9: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid10: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid11: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid12: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid13: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid14: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid15: The moid of the hclOperatingSystemVendor instance. (required) :return: HclOperatingSystemVendor If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hcl_operating_system_vendors_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hcl_operating_system_vendors_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hcl_operating_system_vendors_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hcl_operating_system_vendors_moid_get_with_http_info(moid, **kwargs) return data - def hcl_operating_system_vendors_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_operating_system_vendors_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hclOperatingSystemVendor' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hcl_operating_system_vendors_moid_get_with_http_info(self, moid, moid2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_operating_system_vendors_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_operating_system_vendors_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid2: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid3: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid4: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid5: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid6: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid7: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid8: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid9: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid10: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid11: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid12: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid13: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid14: The moid of the hclOperatingSystemVendor instance. (required) - :param str moid15: The moid of the hclOperatingSystemVendor instance. (required) :return: HclOperatingSystemVendor If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hcl_operating_system_vendors_moid_get_with_http_info(self, moid, moid2, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hcl_operating_system_vendors_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hcl_operating_system_vendors_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def hcl_operating_system_vendors_moid_get_with_http_info(self, moid, moid2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/hcl_service_status_api.py b/intersight/apis/hcl_service_status_api.py index 4ea65180..a7a7faf3 100644 --- a/intersight/apis/hcl_service_status_api.py +++ b/intersight/apis/hcl_service_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hcl_service_statuses_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclServiceStatusList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hcl_service_statuses_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HclServiceStatusList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hcl_service_statuses_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hcl_service_statuses_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hcl_service_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_service_statuses_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hclServiceStatus' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hcl_service_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_service_statuses_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_service_statuses_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclServiceStatus instance. (required) - :param str moid2: The moid of the hclServiceStatus instance. (required) - :param str moid3: The moid of the hclServiceStatus instance. (required) - :param str moid4: The moid of the hclServiceStatus instance. (required) - :param str moid5: The moid of the hclServiceStatus instance. (required) - :param str moid6: The moid of the hclServiceStatus instance. (required) - :param str moid7: The moid of the hclServiceStatus instance. (required) - :param str moid8: The moid of the hclServiceStatus instance. (required) - :param str moid9: The moid of the hclServiceStatus instance. (required) - :param str moid10: The moid of the hclServiceStatus instance. (required) - :param str moid11: The moid of the hclServiceStatus instance. (required) - :param str moid12: The moid of the hclServiceStatus instance. (required) - :param str moid13: The moid of the hclServiceStatus instance. (required) - :param str moid14: The moid of the hclServiceStatus instance. (required) - :param str moid15: The moid of the hclServiceStatus instance. (required) :return: HclServiceStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hcl_service_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hcl_service_statuses_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hcl_service_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hcl_service_statuses_moid_get_with_http_info(moid, **kwargs) return data - def hcl_service_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hcl_service_statuses_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hclServiceStatus' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hcl_service_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_service_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hcl_service_statuses_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hclServiceStatus instance. (required) - :param str moid2: The moid of the hclServiceStatus instance. (required) - :param str moid3: The moid of the hclServiceStatus instance. (required) - :param str moid4: The moid of the hclServiceStatus instance. (required) - :param str moid5: The moid of the hclServiceStatus instance. (required) - :param str moid6: The moid of the hclServiceStatus instance. (required) - :param str moid7: The moid of the hclServiceStatus instance. (required) - :param str moid8: The moid of the hclServiceStatus instance. (required) - :param str moid9: The moid of the hclServiceStatus instance. (required) - :param str moid10: The moid of the hclServiceStatus instance. (required) - :param str moid11: The moid of the hclServiceStatus instance. (required) - :param str moid12: The moid of the hclServiceStatus instance. (required) - :param str moid13: The moid of the hclServiceStatus instance. (required) - :param str moid14: The moid of the hclServiceStatus instance. (required) - :param str moid15: The moid of the hclServiceStatus instance. (required) :return: HclServiceStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hcl_service_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hcl_service_statuses_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hcl_service_statuses_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def hcl_service_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/hcl_supported_driver_name_api.py b/intersight/apis/hcl_supported_driver_name_api.py index 7af5d8e6..a71374f9 100644 --- a/intersight/apis/hcl_supported_driver_name_api.py +++ b/intersight/apis/hcl_supported_driver_name_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,7 +40,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def hcl_supported_driver_names_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hcl_supported_driver_names_post(self, body, **kwargs): """ Create an instance of 'hclSupportedDriverName' This method makes a synchronous HTTP request by default. To make an @@ -49,37 +49,23 @@ def hcl_supported_driver_names_post(self, body, body2, body3, body4, body5, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_supported_driver_names_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hcl_supported_driver_names_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HclSupportedDriverName body: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body2: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body3: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body4: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body5: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body6: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body7: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body8: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body9: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body10: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body11: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body12: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body13: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body14: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body15: hclSupportedDriverName to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hcl_supported_driver_names_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hcl_supported_driver_names_post_with_http_info(body, **kwargs) else: - (data) = self.hcl_supported_driver_names_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hcl_supported_driver_names_post_with_http_info(body, **kwargs) return data - def hcl_supported_driver_names_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hcl_supported_driver_names_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hclSupportedDriverName' This method makes a synchronous HTTP request by default. To make an @@ -88,31 +74,17 @@ def hcl_supported_driver_names_post_with_http_info(self, body, body2, body3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hcl_supported_driver_names_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hcl_supported_driver_names_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HclSupportedDriverName body: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body2: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body3: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body4: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body5: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body6: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body7: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body8: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body9: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body10: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body11: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body12: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body13: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body14: hclSupportedDriverName to add (required) - :param HclSupportedDriverName body15: hclSupportedDriverName to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -130,48 +102,6 @@ def hcl_supported_driver_names_post_with_http_info(self, body, body2, body3, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hcl_supported_driver_names_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hcl_supported_driver_names_post`") collection_formats = {} @@ -186,8 +116,8 @@ def hcl_supported_driver_names_post_with_http_info(self, body, body2, body3, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_alarm_api.py b/intersight/apis/hyperflex_alarm_api.py index 656f78ea..0dfa0624 100644 --- a/intersight/apis/hyperflex_alarm_api.py +++ b/intersight/apis/hyperflex_alarm_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_alarms_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexAlarmList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_alarms_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexAlarmList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_alarms_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,111 +177,7 @@ def hyperflex_alarms_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_alarms_moid_delete(self, moid, **kwargs): - """ - Delete an instance of 'hyperflexAlarm' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_alarms_moid_delete(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexAlarm instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hyperflex_alarms_moid_delete_with_http_info(moid, **kwargs) - else: - (data) = self.hyperflex_alarms_moid_delete_with_http_info(moid, **kwargs) - return data - - def hyperflex_alarms_moid_delete_with_http_info(self, moid, **kwargs): - """ - Delete an instance of 'hyperflexAlarm' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_alarms_moid_delete_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexAlarm instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hyperflex_alarms_moid_delete" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `hyperflex_alarms_moid_delete`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hyperflex/Alarms/{moid}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def hyperflex_alarms_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_alarms_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexAlarm' This method makes a synchronous HTTP request by default. To make an @@ -814,37 +186,23 @@ def hyperflex_alarms_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_alarms_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_alarms_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAlarm instance. (required) - :param str moid2: The moid of the hyperflexAlarm instance. (required) - :param str moid3: The moid of the hyperflexAlarm instance. (required) - :param str moid4: The moid of the hyperflexAlarm instance. (required) - :param str moid5: The moid of the hyperflexAlarm instance. (required) - :param str moid6: The moid of the hyperflexAlarm instance. (required) - :param str moid7: The moid of the hyperflexAlarm instance. (required) - :param str moid8: The moid of the hyperflexAlarm instance. (required) - :param str moid9: The moid of the hyperflexAlarm instance. (required) - :param str moid10: The moid of the hyperflexAlarm instance. (required) - :param str moid11: The moid of the hyperflexAlarm instance. (required) - :param str moid12: The moid of the hyperflexAlarm instance. (required) - :param str moid13: The moid of the hyperflexAlarm instance. (required) - :param str moid14: The moid of the hyperflexAlarm instance. (required) - :param str moid15: The moid of the hyperflexAlarm instance. (required) :return: HyperflexAlarm If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_alarms_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_alarms_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_alarms_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_alarms_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_alarms_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexAlarm' This method makes a synchronous HTTP request by default. To make an @@ -853,31 +211,17 @@ def hyperflex_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_alarms_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_alarms_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAlarm instance. (required) - :param str moid2: The moid of the hyperflexAlarm instance. (required) - :param str moid3: The moid of the hyperflexAlarm instance. (required) - :param str moid4: The moid of the hyperflexAlarm instance. (required) - :param str moid5: The moid of the hyperflexAlarm instance. (required) - :param str moid6: The moid of the hyperflexAlarm instance. (required) - :param str moid7: The moid of the hyperflexAlarm instance. (required) - :param str moid8: The moid of the hyperflexAlarm instance. (required) - :param str moid9: The moid of the hyperflexAlarm instance. (required) - :param str moid10: The moid of the hyperflexAlarm instance. (required) - :param str moid11: The moid of the hyperflexAlarm instance. (required) - :param str moid12: The moid of the hyperflexAlarm instance. (required) - :param str moid13: The moid of the hyperflexAlarm instance. (required) - :param str moid14: The moid of the hyperflexAlarm instance. (required) - :param str moid15: The moid of the hyperflexAlarm instance. (required) :return: HyperflexAlarm If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -895,48 +239,6 @@ def hyperflex_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_alarms_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_alarms_moid_get`") collection_formats = {} @@ -944,34 +246,6 @@ def hyperflex_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1006,107 +280,3 @@ def hyperflex_alarms_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - - def hyperflex_alarms_post(self, body, **kwargs): - """ - Create an instance of 'hyperflexAlarm' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_alarms_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param HyperflexAlarm body: hyperflexAlarm to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hyperflex_alarms_post_with_http_info(body, **kwargs) - else: - (data) = self.hyperflex_alarms_post_with_http_info(body, **kwargs) - return data - - def hyperflex_alarms_post_with_http_info(self, body, **kwargs): - """ - Create an instance of 'hyperflexAlarm' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_alarms_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param HyperflexAlarm body: hyperflexAlarm to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hyperflex_alarms_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `hyperflex_alarms_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hyperflex/Alarms', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/hyperflex_app_catalog_api.py b/intersight/apis/hyperflex_app_catalog_api.py index d89eb021..c5677963 100644 --- a/intersight/apis/hyperflex_app_catalog_api.py +++ b/intersight/apis/hyperflex_app_catalog_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_app_catalogs_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexAppCatalogList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_app_catalogs_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexAppCatalogList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_app_catalogs_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_app_catalogs_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_app_catalogs_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_app_catalogs_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_app_catalogs_moid_delete(self, moid, moid2, moid3, moid4, moid5, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_app_catalogs_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_app_catalogs_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_app_catalogs_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_app_catalogs_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_app_catalogs_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_app_catalogs_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_app_catalogs_moid_delete_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_app_catalogs_moid_delete_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_app_catalogs_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_app_catalogs_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_app_catalogs_moid_delete_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_app_catalogs_moid_delete_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_app_catalogs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_app_catalogs_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_app_catalogs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) :return: HyperflexAppCatalog If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_app_catalogs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_app_catalogs_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_app_catalogs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_app_catalogs_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_app_catalogs_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_app_catalogs_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_app_catalogs_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) :return: HyperflexAppCatalog If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_app_catalogs_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_app_catalogs_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_app_catalogs_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_app_catalogs_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_app_catalogs_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_app_catalogs_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_app_catalogs_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_app_catalogs_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) :param HyperflexAppCatalog body: hyperflexAppCatalog to update (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body2: hyperflexAppCatalog to update (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body3: hyperflexAppCatalog to update (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body4: hyperflexAppCatalog to update (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body5: hyperflexAppCatalog to update (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body6: hyperflexAppCatalog to update (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body7: hyperflexAppCatalog to update (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body8: hyperflexAppCatalog to update (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body9: hyperflexAppCatalog to update (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body10: hyperflexAppCatalog to update (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body11: hyperflexAppCatalog to update (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body12: hyperflexAppCatalog to update (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body13: hyperflexAppCatalog to update (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body14: hyperflexAppCatalog to update (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body15: hyperflexAppCatalog to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_app_catalogs_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_app_catalogs_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_app_catalogs_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_app_catalogs_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_app_catalogs_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_app_catalogs_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_app_catalogs_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) :param HyperflexAppCatalog body: hyperflexAppCatalog to update (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body2: hyperflexAppCatalog to update (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body3: hyperflexAppCatalog to update (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body4: hyperflexAppCatalog to update (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body5: hyperflexAppCatalog to update (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body6: hyperflexAppCatalog to update (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body7: hyperflexAppCatalog to update (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body8: hyperflexAppCatalog to update (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body9: hyperflexAppCatalog to update (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body10: hyperflexAppCatalog to update (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body11: hyperflexAppCatalog to update (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body12: hyperflexAppCatalog to update (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body13: hyperflexAppCatalog to update (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body14: hyperflexAppCatalog to update (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body15: hyperflexAppCatalog to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_app_catalogs_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_app_catalogs_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_app_catalogs_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_app_catalogs_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_app_catalogs_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_app_catalogs_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_app_catalogs_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_app_catalogs_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_app_catalogs_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) :param HyperflexAppCatalog body: hyperflexAppCatalog to update (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body2: hyperflexAppCatalog to update (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body3: hyperflexAppCatalog to update (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body4: hyperflexAppCatalog to update (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body5: hyperflexAppCatalog to update (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body6: hyperflexAppCatalog to update (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body7: hyperflexAppCatalog to update (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body8: hyperflexAppCatalog to update (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body9: hyperflexAppCatalog to update (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body10: hyperflexAppCatalog to update (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body11: hyperflexAppCatalog to update (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body12: hyperflexAppCatalog to update (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body13: hyperflexAppCatalog to update (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body14: hyperflexAppCatalog to update (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body15: hyperflexAppCatalog to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_app_catalogs_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_app_catalogs_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_app_catalogs_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_app_catalogs_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_app_catalogs_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_app_catalogs_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_app_catalogs_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAppCatalog instance. (required) :param HyperflexAppCatalog body: hyperflexAppCatalog to update (required) - :param str moid2: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body2: hyperflexAppCatalog to update (required) - :param str moid3: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body3: hyperflexAppCatalog to update (required) - :param str moid4: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body4: hyperflexAppCatalog to update (required) - :param str moid5: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body5: hyperflexAppCatalog to update (required) - :param str moid6: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body6: hyperflexAppCatalog to update (required) - :param str moid7: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body7: hyperflexAppCatalog to update (required) - :param str moid8: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body8: hyperflexAppCatalog to update (required) - :param str moid9: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body9: hyperflexAppCatalog to update (required) - :param str moid10: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body10: hyperflexAppCatalog to update (required) - :param str moid11: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body11: hyperflexAppCatalog to update (required) - :param str moid12: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body12: hyperflexAppCatalog to update (required) - :param str moid13: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body13: hyperflexAppCatalog to update (required) - :param str moid14: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body14: hyperflexAppCatalog to update (required) - :param str moid15: The moid of the hyperflexAppCatalog instance. (required) - :param HyperflexAppCatalog body15: hyperflexAppCatalog to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_app_catalogs_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_app_catalogs_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_app_catalogs_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_app_catalogs_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_app_catalogs_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_app_catalogs_moid_post_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_app_catalogs_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_app_catalogs_post(self, body, **kwargs): """ Create an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_app_catalogs_post(self, body, body2, body3, body4, body5, body6, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexAppCatalog body: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body2: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body3: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body4: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body5: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body6: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body7: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body8: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body9: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body10: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body11: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body12: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body13: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body14: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body15: hyperflexAppCatalog to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_app_catalogs_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_app_catalogs_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_app_catalogs_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_app_catalogs_post_with_http_info(body, **kwargs) return data - def hyperflex_app_catalogs_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_app_catalogs_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexAppCatalog' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_app_catalogs_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_app_catalogs_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_app_catalogs_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexAppCatalog body: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body2: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body3: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body4: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body5: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body6: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body7: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body8: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body9: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body10: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body11: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body12: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body13: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body14: hyperflexAppCatalog to add (required) - :param HyperflexAppCatalog body15: hyperflexAppCatalog to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_app_catalogs_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_app_catalogs_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_app_catalogs_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_app_catalogs_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_auto_support_policy_api.py b/intersight/apis/hyperflex_auto_support_policy_api.py index 8aa4305e..9b5f8b18 100644 --- a/intersight/apis/hyperflex_auto_support_policy_api.py +++ b/intersight/apis/hyperflex_auto_support_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_auto_support_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexAutoSupportPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_auto_support_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexAutoSupportPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_auto_support_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_auto_support_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_auto_support_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_auto_support_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_auto_support_policies_moid_delete(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_auto_support_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_auto_support_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_auto_support_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_auto_support_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_auto_support_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_auto_support_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_auto_support_policies_moid_delete_with_http_info(self, moid, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_auto_support_policies_moid_delete_with_http_info(self, moid, moid2 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_auto_support_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_auto_support_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_auto_support_policies_moid_delete_with_http_info(self, moid, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_auto_support_policies_moid_delete_with_http_info(self, moid, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_auto_support_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_auto_support_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_auto_support_policies_moid_get(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) :return: HyperflexAutoSupportPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_auto_support_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_auto_support_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_auto_support_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_auto_support_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_auto_support_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_auto_support_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_auto_support_policies_moid_get_with_http_info(self, moid, moid2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) :return: HyperflexAutoSupportPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_auto_support_policies_moid_get_with_http_info(self, moid, moid2, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_auto_support_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_auto_support_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_auto_support_policies_moid_get_with_http_info(self, moid, moid2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_auto_support_policies_moid_get_with_http_info(self, moid, moid2, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_auto_support_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_auto_support_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_auto_support_policies_moid_patch(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) :param HyperflexAutoSupportPolicy body: hyperflexAutoSupportPolicy to update (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body2: hyperflexAutoSupportPolicy to update (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body3: hyperflexAutoSupportPolicy to update (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body4: hyperflexAutoSupportPolicy to update (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body5: hyperflexAutoSupportPolicy to update (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body6: hyperflexAutoSupportPolicy to update (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body7: hyperflexAutoSupportPolicy to update (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body8: hyperflexAutoSupportPolicy to update (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body9: hyperflexAutoSupportPolicy to update (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body10: hyperflexAutoSupportPolicy to update (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body11: hyperflexAutoSupportPolicy to update (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body12: hyperflexAutoSupportPolicy to update (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body13: hyperflexAutoSupportPolicy to update (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body14: hyperflexAutoSupportPolicy to update (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body15: hyperflexAutoSupportPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_auto_support_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_auto_support_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_auto_support_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_auto_support_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_auto_support_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_auto_support_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_auto_support_policies_moid_patch_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) :param HyperflexAutoSupportPolicy body: hyperflexAutoSupportPolicy to update (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body2: hyperflexAutoSupportPolicy to update (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body3: hyperflexAutoSupportPolicy to update (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body4: hyperflexAutoSupportPolicy to update (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body5: hyperflexAutoSupportPolicy to update (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body6: hyperflexAutoSupportPolicy to update (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body7: hyperflexAutoSupportPolicy to update (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body8: hyperflexAutoSupportPolicy to update (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body9: hyperflexAutoSupportPolicy to update (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body10: hyperflexAutoSupportPolicy to update (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body11: hyperflexAutoSupportPolicy to update (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body12: hyperflexAutoSupportPolicy to update (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body13: hyperflexAutoSupportPolicy to update (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body14: hyperflexAutoSupportPolicy to update (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body15: hyperflexAutoSupportPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_auto_support_policies_moid_patch_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_auto_support_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_auto_support_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_auto_support_policies_moid_patch_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_auto_support_policies_moid_patch_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_auto_support_policies_moid_patch_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_auto_support_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_auto_support_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_auto_support_policies_moid_post(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) :param HyperflexAutoSupportPolicy body: hyperflexAutoSupportPolicy to update (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body2: hyperflexAutoSupportPolicy to update (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body3: hyperflexAutoSupportPolicy to update (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body4: hyperflexAutoSupportPolicy to update (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body5: hyperflexAutoSupportPolicy to update (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body6: hyperflexAutoSupportPolicy to update (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body7: hyperflexAutoSupportPolicy to update (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body8: hyperflexAutoSupportPolicy to update (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body9: hyperflexAutoSupportPolicy to update (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body10: hyperflexAutoSupportPolicy to update (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body11: hyperflexAutoSupportPolicy to update (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body12: hyperflexAutoSupportPolicy to update (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body13: hyperflexAutoSupportPolicy to update (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body14: hyperflexAutoSupportPolicy to update (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body15: hyperflexAutoSupportPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_auto_support_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_auto_support_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_auto_support_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_auto_support_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_auto_support_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_auto_support_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_auto_support_policies_moid_post_with_http_info(self, moid, body, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexAutoSupportPolicy instance. (required) :param HyperflexAutoSupportPolicy body: hyperflexAutoSupportPolicy to update (required) - :param str moid2: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body2: hyperflexAutoSupportPolicy to update (required) - :param str moid3: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body3: hyperflexAutoSupportPolicy to update (required) - :param str moid4: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body4: hyperflexAutoSupportPolicy to update (required) - :param str moid5: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body5: hyperflexAutoSupportPolicy to update (required) - :param str moid6: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body6: hyperflexAutoSupportPolicy to update (required) - :param str moid7: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body7: hyperflexAutoSupportPolicy to update (required) - :param str moid8: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body8: hyperflexAutoSupportPolicy to update (required) - :param str moid9: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body9: hyperflexAutoSupportPolicy to update (required) - :param str moid10: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body10: hyperflexAutoSupportPolicy to update (required) - :param str moid11: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body11: hyperflexAutoSupportPolicy to update (required) - :param str moid12: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body12: hyperflexAutoSupportPolicy to update (required) - :param str moid13: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body13: hyperflexAutoSupportPolicy to update (required) - :param str moid14: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body14: hyperflexAutoSupportPolicy to update (required) - :param str moid15: The moid of the hyperflexAutoSupportPolicy instance. (required) - :param HyperflexAutoSupportPolicy body15: hyperflexAutoSupportPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_auto_support_policies_moid_post_with_http_info(self, moid, body, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_auto_support_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_auto_support_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_auto_support_policies_moid_post_with_http_info(self, moid, body, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_auto_support_policies_moid_post_with_http_info(self, moid, body, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_auto_support_policies_moid_post_with_http_info(self, moid, body, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_auto_support_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_auto_support_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_auto_support_policies_post(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexAutoSupportPolicy body: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body2: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body3: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body4: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body5: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body6: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body7: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body8: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body9: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body10: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body11: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body12: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body13: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body14: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body15: hyperflexAutoSupportPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_auto_support_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_auto_support_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_auto_support_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_auto_support_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_auto_support_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_auto_support_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexAutoSupportPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_auto_support_policies_post_with_http_info(self, body, body2, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_auto_support_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_auto_support_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexAutoSupportPolicy body: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body2: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body3: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body4: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body5: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body6: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body7: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body8: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body9: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body10: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body11: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body12: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body13: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body14: hyperflexAutoSupportPolicy to add (required) - :param HyperflexAutoSupportPolicy body15: hyperflexAutoSupportPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_auto_support_policies_post_with_http_info(self, body, body2, body3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_auto_support_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_auto_support_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_auto_support_policies_post_with_http_info(self, body, body2, body3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_cluster_api.py b/intersight/apis/hyperflex_cluster_api.py index eba91fa7..ea0852d1 100644 --- a/intersight/apis/hyperflex_cluster_api.py +++ b/intersight/apis/hyperflex_cluster_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_clusters_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_clusters_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_clusters_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,111 +177,7 @@ def hyperflex_clusters_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_clusters_moid_delete(self, moid, **kwargs): - """ - Delete an instance of 'hyperflexCluster' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_clusters_moid_delete(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexCluster instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hyperflex_clusters_moid_delete_with_http_info(moid, **kwargs) - else: - (data) = self.hyperflex_clusters_moid_delete_with_http_info(moid, **kwargs) - return data - - def hyperflex_clusters_moid_delete_with_http_info(self, moid, **kwargs): - """ - Delete an instance of 'hyperflexCluster' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_clusters_moid_delete_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexCluster instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hyperflex_clusters_moid_delete" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `hyperflex_clusters_moid_delete`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hyperflex/Clusters/{moid}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def hyperflex_clusters_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_clusters_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexCluster' This method makes a synchronous HTTP request by default. To make an @@ -814,37 +186,23 @@ def hyperflex_clusters_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_clusters_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_clusters_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexCluster instance. (required) - :param str moid2: The moid of the hyperflexCluster instance. (required) - :param str moid3: The moid of the hyperflexCluster instance. (required) - :param str moid4: The moid of the hyperflexCluster instance. (required) - :param str moid5: The moid of the hyperflexCluster instance. (required) - :param str moid6: The moid of the hyperflexCluster instance. (required) - :param str moid7: The moid of the hyperflexCluster instance. (required) - :param str moid8: The moid of the hyperflexCluster instance. (required) - :param str moid9: The moid of the hyperflexCluster instance. (required) - :param str moid10: The moid of the hyperflexCluster instance. (required) - :param str moid11: The moid of the hyperflexCluster instance. (required) - :param str moid12: The moid of the hyperflexCluster instance. (required) - :param str moid13: The moid of the hyperflexCluster instance. (required) - :param str moid14: The moid of the hyperflexCluster instance. (required) - :param str moid15: The moid of the hyperflexCluster instance. (required) :return: HyperflexCluster If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_clusters_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_clusters_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_clusters_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_clusters_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_clusters_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_clusters_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexCluster' This method makes a synchronous HTTP request by default. To make an @@ -853,31 +211,17 @@ def hyperflex_clusters_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_clusters_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_clusters_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexCluster instance. (required) - :param str moid2: The moid of the hyperflexCluster instance. (required) - :param str moid3: The moid of the hyperflexCluster instance. (required) - :param str moid4: The moid of the hyperflexCluster instance. (required) - :param str moid5: The moid of the hyperflexCluster instance. (required) - :param str moid6: The moid of the hyperflexCluster instance. (required) - :param str moid7: The moid of the hyperflexCluster instance. (required) - :param str moid8: The moid of the hyperflexCluster instance. (required) - :param str moid9: The moid of the hyperflexCluster instance. (required) - :param str moid10: The moid of the hyperflexCluster instance. (required) - :param str moid11: The moid of the hyperflexCluster instance. (required) - :param str moid12: The moid of the hyperflexCluster instance. (required) - :param str moid13: The moid of the hyperflexCluster instance. (required) - :param str moid14: The moid of the hyperflexCluster instance. (required) - :param str moid15: The moid of the hyperflexCluster instance. (required) :return: HyperflexCluster If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -895,48 +239,6 @@ def hyperflex_clusters_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_clusters_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_clusters_moid_get`") collection_formats = {} @@ -944,34 +246,6 @@ def hyperflex_clusters_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1006,225 +280,3 @@ def hyperflex_clusters_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - - def hyperflex_clusters_moid_patch(self, moid, body, **kwargs): - """ - Update an instance of 'hyperflexCluster' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_clusters_moid_patch(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexCluster instance. (required) - :param HyperflexCluster body: hyperflexCluster to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hyperflex_clusters_moid_patch_with_http_info(moid, body, **kwargs) - else: - (data) = self.hyperflex_clusters_moid_patch_with_http_info(moid, body, **kwargs) - return data - - def hyperflex_clusters_moid_patch_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of 'hyperflexCluster' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_clusters_moid_patch_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexCluster instance. (required) - :param HyperflexCluster body: hyperflexCluster to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hyperflex_clusters_moid_patch" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `hyperflex_clusters_moid_patch`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `hyperflex_clusters_moid_patch`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hyperflex/Clusters/{moid}', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def hyperflex_clusters_moid_post(self, moid, body, **kwargs): - """ - Update an instance of 'hyperflexCluster' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_clusters_moid_post(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexCluster instance. (required) - :param HyperflexCluster body: hyperflexCluster to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.hyperflex_clusters_moid_post_with_http_info(moid, body, **kwargs) - else: - (data) = self.hyperflex_clusters_moid_post_with_http_info(moid, body, **kwargs) - return data - - def hyperflex_clusters_moid_post_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of 'hyperflexCluster' - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.hyperflex_clusters_moid_post_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the hyperflexCluster instance. (required) - :param HyperflexCluster body: hyperflexCluster to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method hyperflex_clusters_moid_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `hyperflex_clusters_moid_post`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `hyperflex_clusters_moid_post`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/hyperflex/Clusters/{moid}', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/hyperflex_cluster_network_policy_api.py b/intersight/apis/hyperflex_cluster_network_policy_api.py index dfd74a7b..e0c61e63 100644 --- a/intersight/apis/hyperflex_cluster_network_policy_api.py +++ b/intersight/apis/hyperflex_cluster_network_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_cluster_network_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterNetworkPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_cluster_network_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterNetworkPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_cluster_network_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_cluster_network_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_network_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_network_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_cluster_network_policies_moid_delete(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_network_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_cluster_network_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_cluster_network_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_cluster_network_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_cluster_network_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_network_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_cluster_network_policies_moid_delete_with_http_info(self, moid, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_cluster_network_policies_moid_delete_with_http_info(self, moid, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_network_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_network_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_cluster_network_policies_moid_delete_with_http_info(self, moid, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_cluster_network_policies_moid_delete_with_http_info(self, moid, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_network_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_network_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_cluster_network_policies_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) :return: HyperflexClusterNetworkPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_network_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_cluster_network_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_cluster_network_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_cluster_network_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_cluster_network_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_network_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_cluster_network_policies_moid_get_with_http_info(self, moid, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) :return: HyperflexClusterNetworkPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_cluster_network_policies_moid_get_with_http_info(self, moid, moid2 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_network_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_network_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_cluster_network_policies_moid_get_with_http_info(self, moid, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_cluster_network_policies_moid_get_with_http_info(self, moid, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_network_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_network_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_cluster_network_policies_moid_patch(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) :param HyperflexClusterNetworkPolicy body: hyperflexClusterNetworkPolicy to update (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body2: hyperflexClusterNetworkPolicy to update (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body3: hyperflexClusterNetworkPolicy to update (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body4: hyperflexClusterNetworkPolicy to update (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body5: hyperflexClusterNetworkPolicy to update (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body6: hyperflexClusterNetworkPolicy to update (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body7: hyperflexClusterNetworkPolicy to update (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body8: hyperflexClusterNetworkPolicy to update (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body9: hyperflexClusterNetworkPolicy to update (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body10: hyperflexClusterNetworkPolicy to update (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body11: hyperflexClusterNetworkPolicy to update (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body12: hyperflexClusterNetworkPolicy to update (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body13: hyperflexClusterNetworkPolicy to update (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body14: hyperflexClusterNetworkPolicy to update (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body15: hyperflexClusterNetworkPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_network_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_cluster_network_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_cluster_network_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_cluster_network_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_cluster_network_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_network_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_cluster_network_policies_moid_patch_with_http_info(self, moid, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) :param HyperflexClusterNetworkPolicy body: hyperflexClusterNetworkPolicy to update (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body2: hyperflexClusterNetworkPolicy to update (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body3: hyperflexClusterNetworkPolicy to update (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body4: hyperflexClusterNetworkPolicy to update (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body5: hyperflexClusterNetworkPolicy to update (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body6: hyperflexClusterNetworkPolicy to update (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body7: hyperflexClusterNetworkPolicy to update (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body8: hyperflexClusterNetworkPolicy to update (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body9: hyperflexClusterNetworkPolicy to update (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body10: hyperflexClusterNetworkPolicy to update (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body11: hyperflexClusterNetworkPolicy to update (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body12: hyperflexClusterNetworkPolicy to update (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body13: hyperflexClusterNetworkPolicy to update (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body14: hyperflexClusterNetworkPolicy to update (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body15: hyperflexClusterNetworkPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_cluster_network_policies_moid_patch_with_http_info(self, moid, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_network_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_network_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_cluster_network_policies_moid_patch_with_http_info(self, moid, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_cluster_network_policies_moid_patch_with_http_info(self, moid, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_cluster_network_policies_moid_patch_with_http_info(self, moid, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_network_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_network_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_cluster_network_policies_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) :param HyperflexClusterNetworkPolicy body: hyperflexClusterNetworkPolicy to update (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body2: hyperflexClusterNetworkPolicy to update (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body3: hyperflexClusterNetworkPolicy to update (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body4: hyperflexClusterNetworkPolicy to update (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body5: hyperflexClusterNetworkPolicy to update (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body6: hyperflexClusterNetworkPolicy to update (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body7: hyperflexClusterNetworkPolicy to update (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body8: hyperflexClusterNetworkPolicy to update (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body9: hyperflexClusterNetworkPolicy to update (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body10: hyperflexClusterNetworkPolicy to update (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body11: hyperflexClusterNetworkPolicy to update (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body12: hyperflexClusterNetworkPolicy to update (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body13: hyperflexClusterNetworkPolicy to update (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body14: hyperflexClusterNetworkPolicy to update (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body15: hyperflexClusterNetworkPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_network_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_cluster_network_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_cluster_network_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_cluster_network_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_cluster_network_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_network_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_cluster_network_policies_moid_post_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterNetworkPolicy instance. (required) :param HyperflexClusterNetworkPolicy body: hyperflexClusterNetworkPolicy to update (required) - :param str moid2: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body2: hyperflexClusterNetworkPolicy to update (required) - :param str moid3: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body3: hyperflexClusterNetworkPolicy to update (required) - :param str moid4: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body4: hyperflexClusterNetworkPolicy to update (required) - :param str moid5: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body5: hyperflexClusterNetworkPolicy to update (required) - :param str moid6: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body6: hyperflexClusterNetworkPolicy to update (required) - :param str moid7: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body7: hyperflexClusterNetworkPolicy to update (required) - :param str moid8: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body8: hyperflexClusterNetworkPolicy to update (required) - :param str moid9: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body9: hyperflexClusterNetworkPolicy to update (required) - :param str moid10: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body10: hyperflexClusterNetworkPolicy to update (required) - :param str moid11: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body11: hyperflexClusterNetworkPolicy to update (required) - :param str moid12: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body12: hyperflexClusterNetworkPolicy to update (required) - :param str moid13: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body13: hyperflexClusterNetworkPolicy to update (required) - :param str moid14: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body14: hyperflexClusterNetworkPolicy to update (required) - :param str moid15: The moid of the hyperflexClusterNetworkPolicy instance. (required) - :param HyperflexClusterNetworkPolicy body15: hyperflexClusterNetworkPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_cluster_network_policies_moid_post_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_network_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_network_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_cluster_network_policies_moid_post_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_cluster_network_policies_moid_post_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_cluster_network_policies_moid_post_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_network_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_cluster_network_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_cluster_network_policies_post(self, body, body2, body3, body4, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexClusterNetworkPolicy body: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body2: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body3: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body4: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body5: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body6: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body7: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body8: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body9: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body10: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body11: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body12: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body13: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body14: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body15: hyperflexClusterNetworkPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_network_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_cluster_network_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_cluster_network_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_cluster_network_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_cluster_network_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_cluster_network_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexClusterNetworkPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_cluster_network_policies_post_with_http_info(self, body, body2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_network_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_network_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexClusterNetworkPolicy body: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body2: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body3: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body4: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body5: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body6: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body7: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body8: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body9: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body10: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body11: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body12: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body13: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body14: hyperflexClusterNetworkPolicy to add (required) - :param HyperflexClusterNetworkPolicy body15: hyperflexClusterNetworkPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_cluster_network_policies_post_with_http_info(self, body, body2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_network_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_network_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_cluster_network_policies_post_with_http_info(self, body, body2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_cluster_profile_api.py b/intersight/apis/hyperflex_cluster_profile_api.py index 7d0fb8d8..a533686e 100644 --- a/intersight/apis/hyperflex_cluster_profile_api.py +++ b/intersight/apis/hyperflex_cluster_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_cluster_profiles_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterProfileList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_cluster_profiles_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterProfileList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_cluster_profiles_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_cluster_profiles_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_profiles_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_profiles_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_cluster_profiles_moid_delete(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_cluster_profiles_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_cluster_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_cluster_profiles_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_cluster_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_profiles_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_cluster_profiles_moid_delete_with_http_info(self, moid, moid2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_cluster_profiles_moid_delete_with_http_info(self, moid, moid2, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_profiles_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_profiles_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_cluster_profiles_moid_delete_with_http_info(self, moid, moid2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_cluster_profiles_moid_delete_with_http_info(self, moid, moid2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_profiles_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_cluster_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) :return: HyperflexClusterProfile If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_cluster_profiles_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_cluster_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_cluster_profiles_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_cluster_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_profiles_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_cluster_profiles_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) :return: HyperflexClusterProfile If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_cluster_profiles_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_profiles_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_profiles_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_cluster_profiles_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_cluster_profiles_moid_get_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_profiles_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_profiles_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_cluster_profiles_moid_patch(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) :param HyperflexClusterProfile body: hyperflexClusterProfile to update (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body2: hyperflexClusterProfile to update (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body3: hyperflexClusterProfile to update (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body4: hyperflexClusterProfile to update (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body5: hyperflexClusterProfile to update (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body6: hyperflexClusterProfile to update (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body7: hyperflexClusterProfile to update (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body8: hyperflexClusterProfile to update (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body9: hyperflexClusterProfile to update (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body10: hyperflexClusterProfile to update (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body11: hyperflexClusterProfile to update (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body12: hyperflexClusterProfile to update (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body13: hyperflexClusterProfile to update (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body14: hyperflexClusterProfile to update (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body15: hyperflexClusterProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_cluster_profiles_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_cluster_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_cluster_profiles_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_cluster_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_profiles_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_cluster_profiles_moid_patch_with_http_info(self, moid, body, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) :param HyperflexClusterProfile body: hyperflexClusterProfile to update (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body2: hyperflexClusterProfile to update (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body3: hyperflexClusterProfile to update (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body4: hyperflexClusterProfile to update (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body5: hyperflexClusterProfile to update (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body6: hyperflexClusterProfile to update (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body7: hyperflexClusterProfile to update (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body8: hyperflexClusterProfile to update (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body9: hyperflexClusterProfile to update (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body10: hyperflexClusterProfile to update (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body11: hyperflexClusterProfile to update (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body12: hyperflexClusterProfile to update (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body13: hyperflexClusterProfile to update (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body14: hyperflexClusterProfile to update (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body15: hyperflexClusterProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_cluster_profiles_moid_patch_with_http_info(self, moid, body, moid2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_profiles_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_profiles_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_cluster_profiles_moid_patch_with_http_info(self, moid, body, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_cluster_profiles_moid_patch_with_http_info(self, moid, body, moid2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_cluster_profiles_moid_patch_with_http_info(self, moid, body, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_profiles_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_profiles_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_cluster_profiles_moid_post(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) :param HyperflexClusterProfile body: hyperflexClusterProfile to update (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body2: hyperflexClusterProfile to update (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body3: hyperflexClusterProfile to update (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body4: hyperflexClusterProfile to update (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body5: hyperflexClusterProfile to update (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body6: hyperflexClusterProfile to update (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body7: hyperflexClusterProfile to update (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body8: hyperflexClusterProfile to update (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body9: hyperflexClusterProfile to update (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body10: hyperflexClusterProfile to update (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body11: hyperflexClusterProfile to update (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body12: hyperflexClusterProfile to update (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body13: hyperflexClusterProfile to update (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body14: hyperflexClusterProfile to update (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body15: hyperflexClusterProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_cluster_profiles_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_cluster_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_cluster_profiles_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_cluster_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_profiles_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_cluster_profiles_moid_post_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterProfile instance. (required) :param HyperflexClusterProfile body: hyperflexClusterProfile to update (required) - :param str moid2: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body2: hyperflexClusterProfile to update (required) - :param str moid3: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body3: hyperflexClusterProfile to update (required) - :param str moid4: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body4: hyperflexClusterProfile to update (required) - :param str moid5: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body5: hyperflexClusterProfile to update (required) - :param str moid6: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body6: hyperflexClusterProfile to update (required) - :param str moid7: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body7: hyperflexClusterProfile to update (required) - :param str moid8: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body8: hyperflexClusterProfile to update (required) - :param str moid9: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body9: hyperflexClusterProfile to update (required) - :param str moid10: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body10: hyperflexClusterProfile to update (required) - :param str moid11: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body11: hyperflexClusterProfile to update (required) - :param str moid12: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body12: hyperflexClusterProfile to update (required) - :param str moid13: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body13: hyperflexClusterProfile to update (required) - :param str moid14: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body14: hyperflexClusterProfile to update (required) - :param str moid15: The moid of the hyperflexClusterProfile instance. (required) - :param HyperflexClusterProfile body15: hyperflexClusterProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_cluster_profiles_moid_post_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_profiles_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_profiles_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_cluster_profiles_moid_post_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_cluster_profiles_moid_post_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_cluster_profiles_moid_post_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_profiles_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_cluster_profiles_post(self, body, **kwargs): """ Create an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_cluster_profiles_post(self, body, body2, body3, body4, body5, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexClusterProfile body: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body2: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body3: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body4: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body5: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body6: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body7: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body8: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body9: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body10: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body11: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body12: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body13: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body14: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body15: hyperflexClusterProfile to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_cluster_profiles_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_cluster_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_cluster_profiles_post_with_http_info(body, **kwargs) return data - def hyperflex_cluster_profiles_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_cluster_profiles_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexClusterProfile' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_cluster_profiles_post_with_http_info(self, body, body2, body3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_profiles_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexClusterProfile body: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body2: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body3: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body4: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body5: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body6: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body7: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body8: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body9: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body10: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body11: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body12: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body13: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body14: hyperflexClusterProfile to add (required) - :param HyperflexClusterProfile body15: hyperflexClusterProfile to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_cluster_profiles_post_with_http_info(self, body, body2, body3, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_profiles_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_profiles_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_cluster_profiles_post_with_http_info(self, body, body2, body3, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_cluster_storage_policy_api.py b/intersight/apis/hyperflex_cluster_storage_policy_api.py index cdbf56d7..9427fbee 100644 --- a/intersight/apis/hyperflex_cluster_storage_policy_api.py +++ b/intersight/apis/hyperflex_cluster_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_cluster_storage_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterStoragePolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_cluster_storage_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexClusterStoragePolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_cluster_storage_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_cluster_storage_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_storage_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_storage_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_cluster_storage_policies_moid_delete(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_cluster_storage_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_cluster_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_cluster_storage_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_cluster_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_storage_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_cluster_storage_policies_moid_delete_with_http_info(self, moid, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_cluster_storage_policies_moid_delete_with_http_info(self, moid, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_storage_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_storage_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_cluster_storage_policies_moid_delete_with_http_info(self, moid, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_cluster_storage_policies_moid_delete_with_http_info(self, moid, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_storage_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_storage_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_cluster_storage_policies_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) :return: HyperflexClusterStoragePolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_cluster_storage_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_cluster_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_cluster_storage_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_cluster_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_cluster_storage_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_cluster_storage_policies_moid_get_with_http_info(self, moid, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) :return: HyperflexClusterStoragePolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_cluster_storage_policies_moid_get_with_http_info(self, moid, moid2 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_storage_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_storage_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_cluster_storage_policies_moid_get_with_http_info(self, moid, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_cluster_storage_policies_moid_get_with_http_info(self, moid, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_storage_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_storage_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_cluster_storage_policies_moid_patch(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) :param HyperflexClusterStoragePolicy body: hyperflexClusterStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body2: hyperflexClusterStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body3: hyperflexClusterStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body4: hyperflexClusterStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body5: hyperflexClusterStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body6: hyperflexClusterStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body7: hyperflexClusterStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body8: hyperflexClusterStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body9: hyperflexClusterStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body10: hyperflexClusterStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body11: hyperflexClusterStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body12: hyperflexClusterStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body13: hyperflexClusterStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body14: hyperflexClusterStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body15: hyperflexClusterStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_cluster_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_cluster_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_cluster_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_cluster_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_storage_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_cluster_storage_policies_moid_patch_with_http_info(self, moid, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) :param HyperflexClusterStoragePolicy body: hyperflexClusterStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body2: hyperflexClusterStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body3: hyperflexClusterStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body4: hyperflexClusterStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body5: hyperflexClusterStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body6: hyperflexClusterStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body7: hyperflexClusterStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body8: hyperflexClusterStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body9: hyperflexClusterStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body10: hyperflexClusterStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body11: hyperflexClusterStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body12: hyperflexClusterStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body13: hyperflexClusterStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body14: hyperflexClusterStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body15: hyperflexClusterStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_cluster_storage_policies_moid_patch_with_http_info(self, moid, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_storage_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_storage_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_cluster_storage_policies_moid_patch_with_http_info(self, moid, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_cluster_storage_policies_moid_patch_with_http_info(self, moid, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_cluster_storage_policies_moid_patch_with_http_info(self, moid, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_storage_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_storage_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_cluster_storage_policies_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) :param HyperflexClusterStoragePolicy body: hyperflexClusterStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body2: hyperflexClusterStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body3: hyperflexClusterStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body4: hyperflexClusterStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body5: hyperflexClusterStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body6: hyperflexClusterStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body7: hyperflexClusterStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body8: hyperflexClusterStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body9: hyperflexClusterStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body10: hyperflexClusterStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body11: hyperflexClusterStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body12: hyperflexClusterStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body13: hyperflexClusterStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body14: hyperflexClusterStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body15: hyperflexClusterStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_cluster_storage_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_cluster_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_cluster_storage_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_cluster_storage_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_cluster_storage_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_cluster_storage_policies_moid_post_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexClusterStoragePolicy instance. (required) :param HyperflexClusterStoragePolicy body: hyperflexClusterStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body2: hyperflexClusterStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body3: hyperflexClusterStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body4: hyperflexClusterStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body5: hyperflexClusterStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body6: hyperflexClusterStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body7: hyperflexClusterStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body8: hyperflexClusterStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body9: hyperflexClusterStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body10: hyperflexClusterStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body11: hyperflexClusterStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body12: hyperflexClusterStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body13: hyperflexClusterStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body14: hyperflexClusterStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexClusterStoragePolicy instance. (required) - :param HyperflexClusterStoragePolicy body15: hyperflexClusterStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_cluster_storage_policies_moid_post_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_cluster_storage_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_storage_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_cluster_storage_policies_moid_post_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_cluster_storage_policies_moid_post_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_cluster_storage_policies_moid_post_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_cluster_storage_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_cluster_storage_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_cluster_storage_policies_post(self, body, body2, body3, body4, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexClusterStoragePolicy body: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body2: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body3: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body4: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body5: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body6: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body7: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body8: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body9: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body10: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body11: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body12: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body13: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body14: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body15: hyperflexClusterStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_cluster_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_cluster_storage_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_cluster_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_cluster_storage_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_cluster_storage_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_cluster_storage_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexClusterStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_cluster_storage_policies_post_with_http_info(self, body, body2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_cluster_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_cluster_storage_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexClusterStoragePolicy body: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body2: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body3: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body4: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body5: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body6: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body7: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body8: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body9: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body10: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body11: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body12: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body13: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body14: hyperflexClusterStoragePolicy to add (required) - :param HyperflexClusterStoragePolicy body15: hyperflexClusterStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_cluster_storage_policies_post_with_http_info(self, body, body2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_cluster_storage_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_cluster_storage_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_cluster_storage_policies_post_with_http_info(self, body, body2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_config_result_api.py b/intersight/apis/hyperflex_config_result_api.py index 5883a720..2aab6d62 100644 --- a/intersight/apis/hyperflex_config_result_api.py +++ b/intersight/apis/hyperflex_config_result_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_config_results_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexConfigResultList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_config_results_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexConfigResultList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_config_results_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_config_results_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_config_results_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_config_results_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexConfigResult' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_config_results_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_config_results_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_config_results_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexConfigResult instance. (required) - :param str moid2: The moid of the hyperflexConfigResult instance. (required) - :param str moid3: The moid of the hyperflexConfigResult instance. (required) - :param str moid4: The moid of the hyperflexConfigResult instance. (required) - :param str moid5: The moid of the hyperflexConfigResult instance. (required) - :param str moid6: The moid of the hyperflexConfigResult instance. (required) - :param str moid7: The moid of the hyperflexConfigResult instance. (required) - :param str moid8: The moid of the hyperflexConfigResult instance. (required) - :param str moid9: The moid of the hyperflexConfigResult instance. (required) - :param str moid10: The moid of the hyperflexConfigResult instance. (required) - :param str moid11: The moid of the hyperflexConfigResult instance. (required) - :param str moid12: The moid of the hyperflexConfigResult instance. (required) - :param str moid13: The moid of the hyperflexConfigResult instance. (required) - :param str moid14: The moid of the hyperflexConfigResult instance. (required) - :param str moid15: The moid of the hyperflexConfigResult instance. (required) :return: HyperflexConfigResult If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_config_results_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_config_results_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_config_results_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_config_results_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_config_results_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_config_results_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexConfigResult' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_config_results_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_config_results_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_config_results_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexConfigResult instance. (required) - :param str moid2: The moid of the hyperflexConfigResult instance. (required) - :param str moid3: The moid of the hyperflexConfigResult instance. (required) - :param str moid4: The moid of the hyperflexConfigResult instance. (required) - :param str moid5: The moid of the hyperflexConfigResult instance. (required) - :param str moid6: The moid of the hyperflexConfigResult instance. (required) - :param str moid7: The moid of the hyperflexConfigResult instance. (required) - :param str moid8: The moid of the hyperflexConfigResult instance. (required) - :param str moid9: The moid of the hyperflexConfigResult instance. (required) - :param str moid10: The moid of the hyperflexConfigResult instance. (required) - :param str moid11: The moid of the hyperflexConfigResult instance. (required) - :param str moid12: The moid of the hyperflexConfigResult instance. (required) - :param str moid13: The moid of the hyperflexConfigResult instance. (required) - :param str moid14: The moid of the hyperflexConfigResult instance. (required) - :param str moid15: The moid of the hyperflexConfigResult instance. (required) :return: HyperflexConfigResult If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_config_results_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_config_results_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_config_results_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_config_results_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/hyperflex_config_result_entry_api.py b/intersight/apis/hyperflex_config_result_entry_api.py index 4323a5e9..d4b0b6c6 100644 --- a/intersight/apis/hyperflex_config_result_entry_api.py +++ b/intersight/apis/hyperflex_config_result_entry_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_config_result_entries_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexConfigResultEntryList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_config_result_entries_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexConfigResultEntryList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_config_result_entries_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_config_result_entries_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_config_result_entries_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_config_result_entries_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexConfigResultEntry' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_config_result_entries_moid_get(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_config_result_entries_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_config_result_entries_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid2: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid3: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid4: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid5: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid6: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid7: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid8: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid9: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid10: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid11: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid12: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid13: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid14: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid15: The moid of the hyperflexConfigResultEntry instance. (required) :return: HyperflexConfigResultEntry If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_config_result_entries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_config_result_entries_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_config_result_entries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_config_result_entries_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_config_result_entries_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_config_result_entries_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexConfigResultEntry' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_config_result_entries_moid_get_with_http_info(self, moid, moid2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_config_result_entries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_config_result_entries_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid2: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid3: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid4: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid5: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid6: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid7: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid8: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid9: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid10: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid11: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid12: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid13: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid14: The moid of the hyperflexConfigResultEntry instance. (required) - :param str moid15: The moid of the hyperflexConfigResultEntry instance. (required) :return: HyperflexConfigResultEntry If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_config_result_entries_moid_get_with_http_info(self, moid, moid2, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_config_result_entries_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_config_result_entries_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_config_result_entries_moid_get_with_http_info(self, moid, moid2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/hyperflex_ext_fc_storage_policy_api.py b/intersight/apis/hyperflex_ext_fc_storage_policy_api.py index 4d409b9d..bfea42ab 100644 --- a/intersight/apis/hyperflex_ext_fc_storage_policy_api.py +++ b/intersight/apis/hyperflex_ext_fc_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_ext_fc_storage_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexExtFcStoragePolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_ext_fc_storage_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexExtFcStoragePolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_ext_fc_storage_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_ext_fc_storage_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_fc_storage_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_ext_fc_storage_policies_moid_delete(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(self, moid, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(self, moid, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_fc_storage_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(self, moid, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_ext_fc_storage_policies_moid_delete_with_http_info(self, moid, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_fc_storage_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_ext_fc_storage_policies_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) :return: HyperflexExtFcStoragePolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_fc_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_ext_fc_storage_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_ext_fc_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_ext_fc_storage_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_ext_fc_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_ext_fc_storage_policies_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) :return: HyperflexExtFcStoragePolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_ext_fc_storage_policies_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_fc_storage_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_fc_storage_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_ext_fc_storage_policies_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_ext_fc_storage_policies_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_fc_storage_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_ext_fc_storage_policies_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) :param HyperflexExtFcStoragePolicy body: hyperflexExtFcStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body2: hyperflexExtFcStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body3: hyperflexExtFcStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body4: hyperflexExtFcStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body5: hyperflexExtFcStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body6: hyperflexExtFcStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body7: hyperflexExtFcStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body8: hyperflexExtFcStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body9: hyperflexExtFcStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body10: hyperflexExtFcStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body11: hyperflexExtFcStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body12: hyperflexExtFcStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body13: hyperflexExtFcStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body14: hyperflexExtFcStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body15: hyperflexExtFcStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) :param HyperflexExtFcStoragePolicy body: hyperflexExtFcStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body2: hyperflexExtFcStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body3: hyperflexExtFcStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body4: hyperflexExtFcStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body5: hyperflexExtFcStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body6: hyperflexExtFcStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body7: hyperflexExtFcStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body8: hyperflexExtFcStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body9: hyperflexExtFcStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body10: hyperflexExtFcStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body11: hyperflexExtFcStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body12: hyperflexExtFcStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body13: hyperflexExtFcStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body14: hyperflexExtFcStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body15: hyperflexExtFcStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ext_fc_storage_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_ext_fc_storage_policies_moid_patch_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_fc_storage_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_ext_fc_storage_policies_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) :param HyperflexExtFcStoragePolicy body: hyperflexExtFcStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body2: hyperflexExtFcStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body3: hyperflexExtFcStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body4: hyperflexExtFcStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body5: hyperflexExtFcStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body6: hyperflexExtFcStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body7: hyperflexExtFcStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body8: hyperflexExtFcStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body9: hyperflexExtFcStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body10: hyperflexExtFcStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body11: hyperflexExtFcStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body12: hyperflexExtFcStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body13: hyperflexExtFcStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body14: hyperflexExtFcStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body15: hyperflexExtFcStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_fc_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_ext_fc_storage_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_ext_fc_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_ext_fc_storage_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_ext_fc_storage_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_fc_storage_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_ext_fc_storage_policies_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtFcStoragePolicy instance. (required) :param HyperflexExtFcStoragePolicy body: hyperflexExtFcStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body2: hyperflexExtFcStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body3: hyperflexExtFcStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body4: hyperflexExtFcStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body5: hyperflexExtFcStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body6: hyperflexExtFcStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body7: hyperflexExtFcStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body8: hyperflexExtFcStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body9: hyperflexExtFcStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body10: hyperflexExtFcStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body11: hyperflexExtFcStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body12: hyperflexExtFcStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body13: hyperflexExtFcStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body14: hyperflexExtFcStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtFcStoragePolicy instance. (required) - :param HyperflexExtFcStoragePolicy body15: hyperflexExtFcStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_ext_fc_storage_policies_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_fc_storage_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ext_fc_storage_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_ext_fc_storage_policies_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_ext_fc_storage_policies_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_ext_fc_storage_policies_moid_post_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_fc_storage_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_ext_fc_storage_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_ext_fc_storage_policies_post(self, body, body2, body3, body4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexExtFcStoragePolicy body: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body2: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body3: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body4: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body5: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body6: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body7: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body8: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body9: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body10: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body11: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body12: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body13: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body14: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body15: hyperflexExtFcStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_fc_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_ext_fc_storage_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_ext_fc_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_ext_fc_storage_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_ext_fc_storage_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_ext_fc_storage_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexExtFcStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_ext_fc_storage_policies_post_with_http_info(self, body, body2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_fc_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_fc_storage_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexExtFcStoragePolicy body: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body2: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body3: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body4: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body5: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body6: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body7: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body8: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body9: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body10: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body11: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body12: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body13: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body14: hyperflexExtFcStoragePolicy to add (required) - :param HyperflexExtFcStoragePolicy body15: hyperflexExtFcStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_ext_fc_storage_policies_post_with_http_info(self, body, body2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ext_fc_storage_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ext_fc_storage_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_ext_fc_storage_policies_post_with_http_info(self, body, body2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py b/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py index 181127b5..d14aa85c 100644 --- a/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py +++ b/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_ext_iscsi_storage_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexExtIscsiStoragePolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_ext_iscsi_storage_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexExtIscsiStoragePolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_ext_iscsi_storage_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_ext_iscsi_storage_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_iscsi_storage_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_ext_iscsi_storage_policies_moid_delete(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(self, moid, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(self, moid, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_iscsi_storage_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(self, moid, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_ext_iscsi_storage_policies_moid_delete_with_http_info(self, moid, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_iscsi_storage_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_ext_iscsi_storage_policies_moid_get(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :return: HyperflexExtIscsiStoragePolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(self, moid, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :return: HyperflexExtIscsiStoragePolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(self, moid, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_iscsi_storage_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(self, moid, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_ext_iscsi_storage_policies_moid_get_with_http_info(self, moid, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_iscsi_storage_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_ext_iscsi_storage_policies_moid_patch(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :param HyperflexExtIscsiStoragePolicy body: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body2: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body3: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body4: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body5: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body6: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body7: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body8: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body9: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body10: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body11: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body12: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body13: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body14: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body15: hyperflexExtIscsiStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(self, moid, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :param HyperflexExtIscsiStoragePolicy body: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body2: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body3: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body4: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body5: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body6: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body7: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body8: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body9: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body10: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body11: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body12: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body13: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body14: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body15: hyperflexExtIscsiStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(self, moid, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ext_iscsi_storage_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(self, moid, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(self, moid, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_ext_iscsi_storage_policies_moid_patch_with_http_info(self, moid, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_iscsi_storage_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_ext_iscsi_storage_policies_moid_post(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :param HyperflexExtIscsiStoragePolicy body: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body2: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body3: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body4: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body5: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body6: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body7: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body8: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body9: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body10: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body11: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body12: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body13: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body14: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body15: hyperflexExtIscsiStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(self, moid, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) :param HyperflexExtIscsiStoragePolicy body: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid2: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body2: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid3: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body3: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid4: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body4: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid5: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body5: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid6: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body6: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid7: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body7: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid8: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body8: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid9: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body9: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid10: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body10: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid11: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body11: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid12: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body12: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid13: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body13: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid14: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body14: hyperflexExtIscsiStoragePolicy to update (required) - :param str moid15: The moid of the hyperflexExtIscsiStoragePolicy instance. (required) - :param HyperflexExtIscsiStoragePolicy body15: hyperflexExtIscsiStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(self, moid, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ext_iscsi_storage_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(self, moid, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(self, moid, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_ext_iscsi_storage_policies_moid_post_with_http_info(self, moid, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ext_iscsi_storage_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_ext_iscsi_storage_policies_post(self, body, body2, body3, body4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexExtIscsiStoragePolicy body: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body2: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body3: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body4: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body5: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body6: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body7: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body8: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body9: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body10: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body11: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body12: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body13: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body14: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body15: hyperflexExtIscsiStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ext_iscsi_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_ext_iscsi_storage_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_ext_iscsi_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_ext_iscsi_storage_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_ext_iscsi_storage_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_ext_iscsi_storage_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexExtIscsiStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_ext_iscsi_storage_policies_post_with_http_info(self, body, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ext_iscsi_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_ext_iscsi_storage_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexExtIscsiStoragePolicy body: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body2: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body3: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body4: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body5: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body6: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body7: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body8: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body9: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body10: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body11: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body12: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body13: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body14: hyperflexExtIscsiStoragePolicy to add (required) - :param HyperflexExtIscsiStoragePolicy body15: hyperflexExtIscsiStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_ext_iscsi_storage_policies_post_with_http_info(self, body, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ext_iscsi_storage_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ext_iscsi_storage_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_ext_iscsi_storage_policies_post_with_http_info(self, body, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_feature_limit_external_api.py b/intersight/apis/hyperflex_feature_limit_external_api.py index 643dfca2..78ccd48c 100644 --- a/intersight/apis/hyperflex_feature_limit_external_api.py +++ b/intersight/apis/hyperflex_feature_limit_external_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_feature_limit_externals_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexFeatureLimitExternalList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_feature_limit_externals_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexFeatureLimitExternalList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_feature_limit_externals_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_feature_limit_externals_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_externals_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_externals_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_feature_limit_externals_moid_delete(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_externals_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_feature_limit_externals_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_feature_limit_externals_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_feature_limit_externals_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_feature_limit_externals_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_externals_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_feature_limit_externals_moid_delete_with_http_info(self, moid, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_feature_limit_externals_moid_delete_with_http_info(self, moid, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_externals_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_externals_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_feature_limit_externals_moid_delete_with_http_info(self, moid, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_feature_limit_externals_moid_delete_with_http_info(self, moid, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_externals_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_externals_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_feature_limit_externals_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) :return: HyperflexFeatureLimitExternal If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_externals_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_feature_limit_externals_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_feature_limit_externals_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_feature_limit_externals_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_feature_limit_externals_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_externals_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_feature_limit_externals_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) :return: HyperflexFeatureLimitExternal If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_feature_limit_externals_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_externals_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_externals_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_feature_limit_externals_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_feature_limit_externals_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_externals_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_externals_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_feature_limit_externals_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) :param HyperflexFeatureLimitExternal body: hyperflexFeatureLimitExternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body2: hyperflexFeatureLimitExternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body3: hyperflexFeatureLimitExternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body4: hyperflexFeatureLimitExternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body5: hyperflexFeatureLimitExternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body6: hyperflexFeatureLimitExternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body7: hyperflexFeatureLimitExternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body8: hyperflexFeatureLimitExternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body9: hyperflexFeatureLimitExternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body10: hyperflexFeatureLimitExternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body11: hyperflexFeatureLimitExternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body12: hyperflexFeatureLimitExternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body13: hyperflexFeatureLimitExternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body14: hyperflexFeatureLimitExternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body15: hyperflexFeatureLimitExternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_externals_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_feature_limit_externals_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_feature_limit_externals_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_feature_limit_externals_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_feature_limit_externals_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_externals_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_feature_limit_externals_moid_patch_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) :param HyperflexFeatureLimitExternal body: hyperflexFeatureLimitExternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body2: hyperflexFeatureLimitExternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body3: hyperflexFeatureLimitExternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body4: hyperflexFeatureLimitExternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body5: hyperflexFeatureLimitExternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body6: hyperflexFeatureLimitExternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body7: hyperflexFeatureLimitExternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body8: hyperflexFeatureLimitExternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body9: hyperflexFeatureLimitExternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body10: hyperflexFeatureLimitExternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body11: hyperflexFeatureLimitExternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body12: hyperflexFeatureLimitExternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body13: hyperflexFeatureLimitExternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body14: hyperflexFeatureLimitExternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body15: hyperflexFeatureLimitExternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_feature_limit_externals_moid_patch_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_externals_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_feature_limit_externals_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_feature_limit_externals_moid_patch_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_feature_limit_externals_moid_patch_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_feature_limit_externals_moid_patch_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_externals_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_externals_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_feature_limit_externals_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) :param HyperflexFeatureLimitExternal body: hyperflexFeatureLimitExternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body2: hyperflexFeatureLimitExternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body3: hyperflexFeatureLimitExternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body4: hyperflexFeatureLimitExternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body5: hyperflexFeatureLimitExternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body6: hyperflexFeatureLimitExternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body7: hyperflexFeatureLimitExternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body8: hyperflexFeatureLimitExternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body9: hyperflexFeatureLimitExternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body10: hyperflexFeatureLimitExternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body11: hyperflexFeatureLimitExternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body12: hyperflexFeatureLimitExternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body13: hyperflexFeatureLimitExternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body14: hyperflexFeatureLimitExternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body15: hyperflexFeatureLimitExternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_externals_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_feature_limit_externals_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_feature_limit_externals_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_feature_limit_externals_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_feature_limit_externals_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_externals_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_feature_limit_externals_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitExternal instance. (required) :param HyperflexFeatureLimitExternal body: hyperflexFeatureLimitExternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body2: hyperflexFeatureLimitExternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body3: hyperflexFeatureLimitExternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body4: hyperflexFeatureLimitExternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body5: hyperflexFeatureLimitExternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body6: hyperflexFeatureLimitExternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body7: hyperflexFeatureLimitExternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body8: hyperflexFeatureLimitExternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body9: hyperflexFeatureLimitExternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body10: hyperflexFeatureLimitExternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body11: hyperflexFeatureLimitExternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body12: hyperflexFeatureLimitExternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body13: hyperflexFeatureLimitExternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body14: hyperflexFeatureLimitExternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitExternal instance. (required) - :param HyperflexFeatureLimitExternal body15: hyperflexFeatureLimitExternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_feature_limit_externals_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_externals_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_feature_limit_externals_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_feature_limit_externals_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_feature_limit_externals_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_feature_limit_externals_moid_post_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_externals_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_feature_limit_externals_post(self, body, **kwargs): """ Create an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_feature_limit_externals_post(self, body, body2, body3, body4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexFeatureLimitExternal body: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body2: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body3: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body4: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body5: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body6: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body7: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body8: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body9: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body10: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body11: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body12: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body13: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body14: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body15: hyperflexFeatureLimitExternal to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_externals_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_feature_limit_externals_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_feature_limit_externals_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_feature_limit_externals_post_with_http_info(body, **kwargs) return data - def hyperflex_feature_limit_externals_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_feature_limit_externals_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexFeatureLimitExternal' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_feature_limit_externals_post_with_http_info(self, body, body2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_externals_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_externals_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexFeatureLimitExternal body: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body2: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body3: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body4: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body5: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body6: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body7: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body8: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body9: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body10: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body11: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body12: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body13: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body14: hyperflexFeatureLimitExternal to add (required) - :param HyperflexFeatureLimitExternal body15: hyperflexFeatureLimitExternal to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_feature_limit_externals_post_with_http_info(self, body, body2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_feature_limit_externals_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_feature_limit_externals_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_feature_limit_externals_post_with_http_info(self, body, body2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_feature_limit_internal_api.py b/intersight/apis/hyperflex_feature_limit_internal_api.py index becfcc2d..8481a769 100644 --- a/intersight/apis/hyperflex_feature_limit_internal_api.py +++ b/intersight/apis/hyperflex_feature_limit_internal_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_feature_limit_internals_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexFeatureLimitInternalList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_feature_limit_internals_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexFeatureLimitInternalList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_feature_limit_internals_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_feature_limit_internals_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_internals_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_internals_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_feature_limit_internals_moid_delete(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_internals_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_feature_limit_internals_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_feature_limit_internals_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_feature_limit_internals_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_feature_limit_internals_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_internals_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_feature_limit_internals_moid_delete_with_http_info(self, moid, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_feature_limit_internals_moid_delete_with_http_info(self, moid, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_internals_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_internals_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_feature_limit_internals_moid_delete_with_http_info(self, moid, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_feature_limit_internals_moid_delete_with_http_info(self, moid, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_internals_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_internals_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_feature_limit_internals_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) :return: HyperflexFeatureLimitInternal If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_internals_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_feature_limit_internals_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_feature_limit_internals_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_feature_limit_internals_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_feature_limit_internals_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_feature_limit_internals_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_feature_limit_internals_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) :return: HyperflexFeatureLimitInternal If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_feature_limit_internals_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_internals_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_internals_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_feature_limit_internals_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_feature_limit_internals_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_internals_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_internals_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_feature_limit_internals_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) :param HyperflexFeatureLimitInternal body: hyperflexFeatureLimitInternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body2: hyperflexFeatureLimitInternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body3: hyperflexFeatureLimitInternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body4: hyperflexFeatureLimitInternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body5: hyperflexFeatureLimitInternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body6: hyperflexFeatureLimitInternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body7: hyperflexFeatureLimitInternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body8: hyperflexFeatureLimitInternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body9: hyperflexFeatureLimitInternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body10: hyperflexFeatureLimitInternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body11: hyperflexFeatureLimitInternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body12: hyperflexFeatureLimitInternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body13: hyperflexFeatureLimitInternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body14: hyperflexFeatureLimitInternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body15: hyperflexFeatureLimitInternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_internals_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_feature_limit_internals_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_feature_limit_internals_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_feature_limit_internals_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_feature_limit_internals_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_internals_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_feature_limit_internals_moid_patch_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) :param HyperflexFeatureLimitInternal body: hyperflexFeatureLimitInternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body2: hyperflexFeatureLimitInternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body3: hyperflexFeatureLimitInternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body4: hyperflexFeatureLimitInternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body5: hyperflexFeatureLimitInternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body6: hyperflexFeatureLimitInternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body7: hyperflexFeatureLimitInternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body8: hyperflexFeatureLimitInternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body9: hyperflexFeatureLimitInternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body10: hyperflexFeatureLimitInternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body11: hyperflexFeatureLimitInternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body12: hyperflexFeatureLimitInternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body13: hyperflexFeatureLimitInternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body14: hyperflexFeatureLimitInternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body15: hyperflexFeatureLimitInternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_feature_limit_internals_moid_patch_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_internals_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_feature_limit_internals_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_feature_limit_internals_moid_patch_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_feature_limit_internals_moid_patch_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_feature_limit_internals_moid_patch_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_internals_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_internals_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_feature_limit_internals_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) :param HyperflexFeatureLimitInternal body: hyperflexFeatureLimitInternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body2: hyperflexFeatureLimitInternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body3: hyperflexFeatureLimitInternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body4: hyperflexFeatureLimitInternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body5: hyperflexFeatureLimitInternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body6: hyperflexFeatureLimitInternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body7: hyperflexFeatureLimitInternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body8: hyperflexFeatureLimitInternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body9: hyperflexFeatureLimitInternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body10: hyperflexFeatureLimitInternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body11: hyperflexFeatureLimitInternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body12: hyperflexFeatureLimitInternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body13: hyperflexFeatureLimitInternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body14: hyperflexFeatureLimitInternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body15: hyperflexFeatureLimitInternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_internals_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_feature_limit_internals_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_feature_limit_internals_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_feature_limit_internals_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_feature_limit_internals_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_feature_limit_internals_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_feature_limit_internals_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexFeatureLimitInternal instance. (required) :param HyperflexFeatureLimitInternal body: hyperflexFeatureLimitInternal to update (required) - :param str moid2: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body2: hyperflexFeatureLimitInternal to update (required) - :param str moid3: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body3: hyperflexFeatureLimitInternal to update (required) - :param str moid4: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body4: hyperflexFeatureLimitInternal to update (required) - :param str moid5: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body5: hyperflexFeatureLimitInternal to update (required) - :param str moid6: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body6: hyperflexFeatureLimitInternal to update (required) - :param str moid7: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body7: hyperflexFeatureLimitInternal to update (required) - :param str moid8: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body8: hyperflexFeatureLimitInternal to update (required) - :param str moid9: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body9: hyperflexFeatureLimitInternal to update (required) - :param str moid10: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body10: hyperflexFeatureLimitInternal to update (required) - :param str moid11: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body11: hyperflexFeatureLimitInternal to update (required) - :param str moid12: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body12: hyperflexFeatureLimitInternal to update (required) - :param str moid13: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body13: hyperflexFeatureLimitInternal to update (required) - :param str moid14: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body14: hyperflexFeatureLimitInternal to update (required) - :param str moid15: The moid of the hyperflexFeatureLimitInternal instance. (required) - :param HyperflexFeatureLimitInternal body15: hyperflexFeatureLimitInternal to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_feature_limit_internals_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_feature_limit_internals_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_feature_limit_internals_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_feature_limit_internals_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_feature_limit_internals_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_feature_limit_internals_moid_post_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_feature_limit_internals_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_feature_limit_internals_post(self, body, **kwargs): """ Create an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_feature_limit_internals_post(self, body, body2, body3, body4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexFeatureLimitInternal body: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body2: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body3: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body4: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body5: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body6: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body7: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body8: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body9: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body10: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body11: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body12: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body13: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body14: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body15: hyperflexFeatureLimitInternal to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_feature_limit_internals_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_feature_limit_internals_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_feature_limit_internals_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_feature_limit_internals_post_with_http_info(body, **kwargs) return data - def hyperflex_feature_limit_internals_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_feature_limit_internals_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexFeatureLimitInternal' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_feature_limit_internals_post_with_http_info(self, body, body2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_feature_limit_internals_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_feature_limit_internals_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexFeatureLimitInternal body: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body2: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body3: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body4: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body5: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body6: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body7: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body8: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body9: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body10: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body11: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body12: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body13: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body14: hyperflexFeatureLimitInternal to add (required) - :param HyperflexFeatureLimitInternal body15: hyperflexFeatureLimitInternal to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_feature_limit_internals_post_with_http_info(self, body, body2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_feature_limit_internals_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_feature_limit_internals_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_feature_limit_internals_post_with_http_info(self, body, body2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_hxdp_version_api.py b/intersight/apis/hyperflex_hxdp_version_api.py index 536426c6..7524823b 100644 --- a/intersight/apis/hyperflex_hxdp_version_api.py +++ b/intersight/apis/hyperflex_hxdp_version_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_hxdp_versions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexHxdpVersionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_hxdp_versions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexHxdpVersionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_hxdp_versions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_hxdp_versions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_hxdp_versions_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_hxdp_versions_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_hxdp_versions_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_hxdp_versions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_hxdp_versions_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_hxdp_versions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_hxdp_versions_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_hxdp_versions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_hxdp_versions_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_hxdp_versions_moid_delete_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_hxdp_versions_moid_delete_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_hxdp_versions_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_hxdp_versions_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_hxdp_versions_moid_delete_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_hxdp_versions_moid_delete_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_hxdp_versions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_hxdp_versions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_hxdp_versions_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) :return: HyperflexHxdpVersion If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_hxdp_versions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_hxdp_versions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_hxdp_versions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_hxdp_versions_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_hxdp_versions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_hxdp_versions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_hxdp_versions_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) :return: HyperflexHxdpVersion If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_hxdp_versions_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_hxdp_versions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_hxdp_versions_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_hxdp_versions_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_hxdp_versions_moid_get_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_hxdp_versions_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_hxdp_versions_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_hxdp_versions_moid_patch(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) :param HyperflexHxdpVersion body: hyperflexHxdpVersion to update (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body2: hyperflexHxdpVersion to update (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body3: hyperflexHxdpVersion to update (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body4: hyperflexHxdpVersion to update (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body5: hyperflexHxdpVersion to update (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body6: hyperflexHxdpVersion to update (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body7: hyperflexHxdpVersion to update (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body8: hyperflexHxdpVersion to update (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body9: hyperflexHxdpVersion to update (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body10: hyperflexHxdpVersion to update (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body11: hyperflexHxdpVersion to update (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body12: hyperflexHxdpVersion to update (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body13: hyperflexHxdpVersion to update (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body14: hyperflexHxdpVersion to update (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body15: hyperflexHxdpVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_hxdp_versions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_hxdp_versions_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_hxdp_versions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_hxdp_versions_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_hxdp_versions_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_hxdp_versions_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_hxdp_versions_moid_patch_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) :param HyperflexHxdpVersion body: hyperflexHxdpVersion to update (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body2: hyperflexHxdpVersion to update (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body3: hyperflexHxdpVersion to update (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body4: hyperflexHxdpVersion to update (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body5: hyperflexHxdpVersion to update (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body6: hyperflexHxdpVersion to update (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body7: hyperflexHxdpVersion to update (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body8: hyperflexHxdpVersion to update (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body9: hyperflexHxdpVersion to update (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body10: hyperflexHxdpVersion to update (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body11: hyperflexHxdpVersion to update (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body12: hyperflexHxdpVersion to update (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body13: hyperflexHxdpVersion to update (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body14: hyperflexHxdpVersion to update (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body15: hyperflexHxdpVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_hxdp_versions_moid_patch_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_hxdp_versions_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_hxdp_versions_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_hxdp_versions_moid_patch_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_hxdp_versions_moid_patch_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_hxdp_versions_moid_patch_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_hxdp_versions_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_hxdp_versions_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_hxdp_versions_moid_post(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) :param HyperflexHxdpVersion body: hyperflexHxdpVersion to update (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body2: hyperflexHxdpVersion to update (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body3: hyperflexHxdpVersion to update (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body4: hyperflexHxdpVersion to update (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body5: hyperflexHxdpVersion to update (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body6: hyperflexHxdpVersion to update (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body7: hyperflexHxdpVersion to update (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body8: hyperflexHxdpVersion to update (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body9: hyperflexHxdpVersion to update (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body10: hyperflexHxdpVersion to update (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body11: hyperflexHxdpVersion to update (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body12: hyperflexHxdpVersion to update (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body13: hyperflexHxdpVersion to update (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body14: hyperflexHxdpVersion to update (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body15: hyperflexHxdpVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_hxdp_versions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_hxdp_versions_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_hxdp_versions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_hxdp_versions_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_hxdp_versions_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_hxdp_versions_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_hxdp_versions_moid_post_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexHxdpVersion instance. (required) :param HyperflexHxdpVersion body: hyperflexHxdpVersion to update (required) - :param str moid2: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body2: hyperflexHxdpVersion to update (required) - :param str moid3: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body3: hyperflexHxdpVersion to update (required) - :param str moid4: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body4: hyperflexHxdpVersion to update (required) - :param str moid5: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body5: hyperflexHxdpVersion to update (required) - :param str moid6: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body6: hyperflexHxdpVersion to update (required) - :param str moid7: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body7: hyperflexHxdpVersion to update (required) - :param str moid8: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body8: hyperflexHxdpVersion to update (required) - :param str moid9: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body9: hyperflexHxdpVersion to update (required) - :param str moid10: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body10: hyperflexHxdpVersion to update (required) - :param str moid11: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body11: hyperflexHxdpVersion to update (required) - :param str moid12: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body12: hyperflexHxdpVersion to update (required) - :param str moid13: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body13: hyperflexHxdpVersion to update (required) - :param str moid14: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body14: hyperflexHxdpVersion to update (required) - :param str moid15: The moid of the hyperflexHxdpVersion instance. (required) - :param HyperflexHxdpVersion body15: hyperflexHxdpVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_hxdp_versions_moid_post_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_hxdp_versions_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_hxdp_versions_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_hxdp_versions_moid_post_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_hxdp_versions_moid_post_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_hxdp_versions_moid_post_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_hxdp_versions_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_hxdp_versions_post(self, body, **kwargs): """ Create an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_hxdp_versions_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexHxdpVersion body: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body2: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body3: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body4: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body5: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body6: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body7: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body8: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body9: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body10: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body11: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body12: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body13: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body14: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body15: hyperflexHxdpVersion to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_hxdp_versions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_hxdp_versions_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_hxdp_versions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_hxdp_versions_post_with_http_info(body, **kwargs) return data - def hyperflex_hxdp_versions_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_hxdp_versions_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexHxdpVersion' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_hxdp_versions_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_hxdp_versions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_hxdp_versions_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexHxdpVersion body: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body2: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body3: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body4: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body5: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body6: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body7: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body8: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body9: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body10: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body11: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body12: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body13: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body14: hyperflexHxdpVersion to add (required) - :param HyperflexHxdpVersion body15: hyperflexHxdpVersion to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_hxdp_versions_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_hxdp_versions_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_hxdp_versions_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_hxdp_versions_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_local_credential_policy_api.py b/intersight/apis/hyperflex_local_credential_policy_api.py index c7e9758b..b779d59b 100644 --- a/intersight/apis/hyperflex_local_credential_policy_api.py +++ b/intersight/apis/hyperflex_local_credential_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_local_credential_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexLocalCredentialPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_local_credential_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexLocalCredentialPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_local_credential_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_local_credential_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_local_credential_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_local_credential_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_local_credential_policies_moid_delete(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_local_credential_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_local_credential_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_local_credential_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_local_credential_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_local_credential_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_local_credential_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_local_credential_policies_moid_delete_with_http_info(self, moid, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_local_credential_policies_moid_delete_with_http_info(self, moid, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_local_credential_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_local_credential_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_local_credential_policies_moid_delete_with_http_info(self, moid, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_local_credential_policies_moid_delete_with_http_info(self, moid, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_local_credential_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_local_credential_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_local_credential_policies_moid_get(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) :return: HyperflexLocalCredentialPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_local_credential_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_local_credential_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_local_credential_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_local_credential_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_local_credential_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_local_credential_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_local_credential_policies_moid_get_with_http_info(self, moid, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) :return: HyperflexLocalCredentialPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_local_credential_policies_moid_get_with_http_info(self, moid, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_local_credential_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_local_credential_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_local_credential_policies_moid_get_with_http_info(self, moid, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_local_credential_policies_moid_get_with_http_info(self, moid, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_local_credential_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_local_credential_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_local_credential_policies_moid_patch(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) :param HyperflexLocalCredentialPolicy body: hyperflexLocalCredentialPolicy to update (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body2: hyperflexLocalCredentialPolicy to update (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body3: hyperflexLocalCredentialPolicy to update (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body4: hyperflexLocalCredentialPolicy to update (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body5: hyperflexLocalCredentialPolicy to update (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body6: hyperflexLocalCredentialPolicy to update (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body7: hyperflexLocalCredentialPolicy to update (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body8: hyperflexLocalCredentialPolicy to update (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body9: hyperflexLocalCredentialPolicy to update (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body10: hyperflexLocalCredentialPolicy to update (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body11: hyperflexLocalCredentialPolicy to update (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body12: hyperflexLocalCredentialPolicy to update (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body13: hyperflexLocalCredentialPolicy to update (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body14: hyperflexLocalCredentialPolicy to update (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body15: hyperflexLocalCredentialPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_local_credential_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_local_credential_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_local_credential_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_local_credential_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_local_credential_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_local_credential_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_local_credential_policies_moid_patch_with_http_info(self, moid, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) :param HyperflexLocalCredentialPolicy body: hyperflexLocalCredentialPolicy to update (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body2: hyperflexLocalCredentialPolicy to update (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body3: hyperflexLocalCredentialPolicy to update (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body4: hyperflexLocalCredentialPolicy to update (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body5: hyperflexLocalCredentialPolicy to update (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body6: hyperflexLocalCredentialPolicy to update (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body7: hyperflexLocalCredentialPolicy to update (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body8: hyperflexLocalCredentialPolicy to update (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body9: hyperflexLocalCredentialPolicy to update (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body10: hyperflexLocalCredentialPolicy to update (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body11: hyperflexLocalCredentialPolicy to update (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body12: hyperflexLocalCredentialPolicy to update (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body13: hyperflexLocalCredentialPolicy to update (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body14: hyperflexLocalCredentialPolicy to update (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body15: hyperflexLocalCredentialPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_local_credential_policies_moid_patch_with_http_info(self, moid, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_local_credential_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_local_credential_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_local_credential_policies_moid_patch_with_http_info(self, moid, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_local_credential_policies_moid_patch_with_http_info(self, moid, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_local_credential_policies_moid_patch_with_http_info(self, moid, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_local_credential_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_local_credential_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_local_credential_policies_moid_post(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) :param HyperflexLocalCredentialPolicy body: hyperflexLocalCredentialPolicy to update (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body2: hyperflexLocalCredentialPolicy to update (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body3: hyperflexLocalCredentialPolicy to update (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body4: hyperflexLocalCredentialPolicy to update (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body5: hyperflexLocalCredentialPolicy to update (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body6: hyperflexLocalCredentialPolicy to update (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body7: hyperflexLocalCredentialPolicy to update (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body8: hyperflexLocalCredentialPolicy to update (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body9: hyperflexLocalCredentialPolicy to update (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body10: hyperflexLocalCredentialPolicy to update (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body11: hyperflexLocalCredentialPolicy to update (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body12: hyperflexLocalCredentialPolicy to update (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body13: hyperflexLocalCredentialPolicy to update (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body14: hyperflexLocalCredentialPolicy to update (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body15: hyperflexLocalCredentialPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_local_credential_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_local_credential_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_local_credential_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_local_credential_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_local_credential_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_local_credential_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_local_credential_policies_moid_post_with_http_info(self, moid, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexLocalCredentialPolicy instance. (required) :param HyperflexLocalCredentialPolicy body: hyperflexLocalCredentialPolicy to update (required) - :param str moid2: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body2: hyperflexLocalCredentialPolicy to update (required) - :param str moid3: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body3: hyperflexLocalCredentialPolicy to update (required) - :param str moid4: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body4: hyperflexLocalCredentialPolicy to update (required) - :param str moid5: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body5: hyperflexLocalCredentialPolicy to update (required) - :param str moid6: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body6: hyperflexLocalCredentialPolicy to update (required) - :param str moid7: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body7: hyperflexLocalCredentialPolicy to update (required) - :param str moid8: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body8: hyperflexLocalCredentialPolicy to update (required) - :param str moid9: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body9: hyperflexLocalCredentialPolicy to update (required) - :param str moid10: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body10: hyperflexLocalCredentialPolicy to update (required) - :param str moid11: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body11: hyperflexLocalCredentialPolicy to update (required) - :param str moid12: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body12: hyperflexLocalCredentialPolicy to update (required) - :param str moid13: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body13: hyperflexLocalCredentialPolicy to update (required) - :param str moid14: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body14: hyperflexLocalCredentialPolicy to update (required) - :param str moid15: The moid of the hyperflexLocalCredentialPolicy instance. (required) - :param HyperflexLocalCredentialPolicy body15: hyperflexLocalCredentialPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_local_credential_policies_moid_post_with_http_info(self, moid, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_local_credential_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_local_credential_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_local_credential_policies_moid_post_with_http_info(self, moid, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_local_credential_policies_moid_post_with_http_info(self, moid, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_local_credential_policies_moid_post_with_http_info(self, moid, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_local_credential_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_local_credential_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_local_credential_policies_post(self, body, body2, body3, body4, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexLocalCredentialPolicy body: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body2: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body3: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body4: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body5: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body6: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body7: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body8: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body9: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body10: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body11: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body12: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body13: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body14: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body15: hyperflexLocalCredentialPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_local_credential_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_local_credential_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_local_credential_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_local_credential_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_local_credential_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_local_credential_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexLocalCredentialPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_local_credential_policies_post_with_http_info(self, body, body2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_local_credential_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_local_credential_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexLocalCredentialPolicy body: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body2: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body3: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body4: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body5: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body6: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body7: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body8: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body9: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body10: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body11: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body12: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body13: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body14: hyperflexLocalCredentialPolicy to add (required) - :param HyperflexLocalCredentialPolicy body15: hyperflexLocalCredentialPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_local_credential_policies_post_with_http_info(self, body, body2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_local_credential_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_local_credential_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_local_credential_policies_post_with_http_info(self, body, body2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_node_api.py b/intersight/apis/hyperflex_node_api.py index 1a871643..d9a96de1 100644 --- a/intersight/apis/hyperflex_node_api.py +++ b/intersight/apis/hyperflex_node_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,128 +63,6 @@ def hyperflex_nodes_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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)) :return: HyperflexNodeList If the method is called asynchronously, returns the request thread. @@ -219,134 +97,12 @@ def hyperflex_nodes_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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)) :return: HyperflexNodeList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14'] + 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') @@ -388,250 +144,6 @@ def hyperflex_nodes_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) header_params = {} @@ -665,7 +177,7 @@ def hyperflex_nodes_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_nodes_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs): + def hyperflex_nodes_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexNode' This method makes a synchronous HTTP request by default. To make an @@ -674,36 +186,23 @@ def hyperflex_nodes_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_nodes_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, callback=callback_function) + >>> thread = api.hyperflex_nodes_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNode instance. (required) - :param str moid2: The moid of the hyperflexNode instance. (required) - :param str moid3: The moid of the hyperflexNode instance. (required) - :param str moid4: The moid of the hyperflexNode instance. (required) - :param str moid5: The moid of the hyperflexNode instance. (required) - :param str moid6: The moid of the hyperflexNode instance. (required) - :param str moid7: The moid of the hyperflexNode instance. (required) - :param str moid8: The moid of the hyperflexNode instance. (required) - :param str moid9: The moid of the hyperflexNode instance. (required) - :param str moid10: The moid of the hyperflexNode instance. (required) - :param str moid11: The moid of the hyperflexNode instance. (required) - :param str moid12: The moid of the hyperflexNode instance. (required) - :param str moid13: The moid of the hyperflexNode instance. (required) - :param str moid14: The moid of the hyperflexNode instance. (required) :return: HyperflexNode If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_nodes_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs) + return self.hyperflex_nodes_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_nodes_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs) + (data) = self.hyperflex_nodes_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_nodes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs): + def hyperflex_nodes_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexNode' This method makes a synchronous HTTP request by default. To make an @@ -712,30 +211,17 @@ def hyperflex_nodes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_nodes_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, callback=callback_function) + >>> thread = api.hyperflex_nodes_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNode instance. (required) - :param str moid2: The moid of the hyperflexNode instance. (required) - :param str moid3: The moid of the hyperflexNode instance. (required) - :param str moid4: The moid of the hyperflexNode instance. (required) - :param str moid5: The moid of the hyperflexNode instance. (required) - :param str moid6: The moid of the hyperflexNode instance. (required) - :param str moid7: The moid of the hyperflexNode instance. (required) - :param str moid8: The moid of the hyperflexNode instance. (required) - :param str moid9: The moid of the hyperflexNode instance. (required) - :param str moid10: The moid of the hyperflexNode instance. (required) - :param str moid11: The moid of the hyperflexNode instance. (required) - :param str moid12: The moid of the hyperflexNode instance. (required) - :param str moid13: The moid of the hyperflexNode instance. (required) - :param str moid14: The moid of the hyperflexNode instance. (required) :return: HyperflexNode If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -753,45 +239,6 @@ def hyperflex_nodes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_nodes_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_nodes_moid_get`") collection_formats = {} @@ -799,32 +246,6 @@ def hyperflex_nodes_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] query_params = [] diff --git a/intersight/apis/hyperflex_node_config_policy_api.py b/intersight/apis/hyperflex_node_config_policy_api.py index cd91b0d5..90b4949c 100644 --- a/intersight/apis/hyperflex_node_config_policy_api.py +++ b/intersight/apis/hyperflex_node_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_node_config_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexNodeConfigPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_node_config_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexNodeConfigPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_node_config_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_node_config_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_config_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_config_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_node_config_policies_moid_delete(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_node_config_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_node_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_node_config_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_node_config_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_config_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_node_config_policies_moid_delete_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_node_config_policies_moid_delete_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_config_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_config_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_node_config_policies_moid_delete_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_node_config_policies_moid_delete_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_config_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_config_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_node_config_policies_moid_get(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) :return: HyperflexNodeConfigPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_node_config_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_node_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_node_config_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_node_config_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_config_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_node_config_policies_moid_get_with_http_info(self, moid, moid2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) :return: HyperflexNodeConfigPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_node_config_policies_moid_get_with_http_info(self, moid, moid2, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_config_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_config_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_node_config_policies_moid_get_with_http_info(self, moid, moid2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_node_config_policies_moid_get_with_http_info(self, moid, moid2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_config_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_config_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_node_config_policies_moid_patch(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) :param HyperflexNodeConfigPolicy body: hyperflexNodeConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body2: hyperflexNodeConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body3: hyperflexNodeConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body4: hyperflexNodeConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body5: hyperflexNodeConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body6: hyperflexNodeConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body7: hyperflexNodeConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body8: hyperflexNodeConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body9: hyperflexNodeConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body10: hyperflexNodeConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body11: hyperflexNodeConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body12: hyperflexNodeConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body13: hyperflexNodeConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body14: hyperflexNodeConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body15: hyperflexNodeConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_node_config_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_node_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_node_config_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_node_config_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_config_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_node_config_policies_moid_patch_with_http_info(self, moid, body, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) :param HyperflexNodeConfigPolicy body: hyperflexNodeConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body2: hyperflexNodeConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body3: hyperflexNodeConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body4: hyperflexNodeConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body5: hyperflexNodeConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body6: hyperflexNodeConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body7: hyperflexNodeConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body8: hyperflexNodeConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body9: hyperflexNodeConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body10: hyperflexNodeConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body11: hyperflexNodeConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body12: hyperflexNodeConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body13: hyperflexNodeConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body14: hyperflexNodeConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body15: hyperflexNodeConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_node_config_policies_moid_patch_with_http_info(self, moid, body, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_config_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_node_config_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_node_config_policies_moid_patch_with_http_info(self, moid, body, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_node_config_policies_moid_patch_with_http_info(self, moid, body, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_node_config_policies_moid_patch_with_http_info(self, moid, body, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_config_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_config_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_node_config_policies_moid_post(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) :param HyperflexNodeConfigPolicy body: hyperflexNodeConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body2: hyperflexNodeConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body3: hyperflexNodeConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body4: hyperflexNodeConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body5: hyperflexNodeConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body6: hyperflexNodeConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body7: hyperflexNodeConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body8: hyperflexNodeConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body9: hyperflexNodeConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body10: hyperflexNodeConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body11: hyperflexNodeConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body12: hyperflexNodeConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body13: hyperflexNodeConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body14: hyperflexNodeConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body15: hyperflexNodeConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_node_config_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_node_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_node_config_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_node_config_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_config_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_node_config_policies_moid_post_with_http_info(self, moid, body, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeConfigPolicy instance. (required) :param HyperflexNodeConfigPolicy body: hyperflexNodeConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body2: hyperflexNodeConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body3: hyperflexNodeConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body4: hyperflexNodeConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body5: hyperflexNodeConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body6: hyperflexNodeConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body7: hyperflexNodeConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body8: hyperflexNodeConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body9: hyperflexNodeConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body10: hyperflexNodeConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body11: hyperflexNodeConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body12: hyperflexNodeConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body13: hyperflexNodeConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body14: hyperflexNodeConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexNodeConfigPolicy instance. (required) - :param HyperflexNodeConfigPolicy body15: hyperflexNodeConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_node_config_policies_moid_post_with_http_info(self, moid, body, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_config_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_node_config_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_node_config_policies_moid_post_with_http_info(self, moid, body, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_node_config_policies_moid_post_with_http_info(self, moid, body, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_node_config_policies_moid_post_with_http_info(self, moid, body, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_config_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_node_config_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_node_config_policies_post(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexNodeConfigPolicy body: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body2: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body3: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body4: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body5: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body6: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body7: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body8: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body9: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body10: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body11: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body12: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body13: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body14: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body15: hyperflexNodeConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_node_config_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_node_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_node_config_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_node_config_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_node_config_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexNodeConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_node_config_policies_post_with_http_info(self, body, body2, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_node_config_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexNodeConfigPolicy body: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body2: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body3: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body4: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body5: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body6: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body7: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body8: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body9: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body10: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body11: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body12: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body13: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body14: hyperflexNodeConfigPolicy to add (required) - :param HyperflexNodeConfigPolicy body15: hyperflexNodeConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_node_config_policies_post_with_http_info(self, body, body2, body3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_node_config_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_node_config_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_node_config_policies_post_with_http_info(self, body, body2, body3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_node_profile_api.py b/intersight/apis/hyperflex_node_profile_api.py index 18a83f40..fbea4836 100644 --- a/intersight/apis/hyperflex_node_profile_api.py +++ b/intersight/apis/hyperflex_node_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_node_profiles_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexNodeProfileList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_node_profiles_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexNodeProfileList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_node_profiles_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_node_profiles_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_profiles_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_profiles_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_node_profiles_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_node_profiles_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_node_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_node_profiles_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_node_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_profiles_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_node_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_node_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_profiles_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_profiles_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_node_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_node_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_profiles_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_node_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) :return: HyperflexNodeProfile If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_node_profiles_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_node_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_node_profiles_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_node_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_node_profiles_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_node_profiles_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) :return: HyperflexNodeProfile If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_node_profiles_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_profiles_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_profiles_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_node_profiles_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_node_profiles_moid_get_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_profiles_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_profiles_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_node_profiles_moid_patch(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) :param HyperflexNodeProfile body: hyperflexNodeProfile to update (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body2: hyperflexNodeProfile to update (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body3: hyperflexNodeProfile to update (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body4: hyperflexNodeProfile to update (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body5: hyperflexNodeProfile to update (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body6: hyperflexNodeProfile to update (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body7: hyperflexNodeProfile to update (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body8: hyperflexNodeProfile to update (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body9: hyperflexNodeProfile to update (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body10: hyperflexNodeProfile to update (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body11: hyperflexNodeProfile to update (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body12: hyperflexNodeProfile to update (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body13: hyperflexNodeProfile to update (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body14: hyperflexNodeProfile to update (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body15: hyperflexNodeProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_node_profiles_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_node_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_node_profiles_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_node_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_profiles_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_node_profiles_moid_patch_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) :param HyperflexNodeProfile body: hyperflexNodeProfile to update (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body2: hyperflexNodeProfile to update (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body3: hyperflexNodeProfile to update (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body4: hyperflexNodeProfile to update (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body5: hyperflexNodeProfile to update (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body6: hyperflexNodeProfile to update (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body7: hyperflexNodeProfile to update (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body8: hyperflexNodeProfile to update (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body9: hyperflexNodeProfile to update (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body10: hyperflexNodeProfile to update (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body11: hyperflexNodeProfile to update (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body12: hyperflexNodeProfile to update (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body13: hyperflexNodeProfile to update (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body14: hyperflexNodeProfile to update (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body15: hyperflexNodeProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_node_profiles_moid_patch_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_profiles_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_node_profiles_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_node_profiles_moid_patch_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_node_profiles_moid_patch_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_node_profiles_moid_patch_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_profiles_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_profiles_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_node_profiles_moid_post(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) :param HyperflexNodeProfile body: hyperflexNodeProfile to update (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body2: hyperflexNodeProfile to update (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body3: hyperflexNodeProfile to update (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body4: hyperflexNodeProfile to update (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body5: hyperflexNodeProfile to update (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body6: hyperflexNodeProfile to update (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body7: hyperflexNodeProfile to update (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body8: hyperflexNodeProfile to update (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body9: hyperflexNodeProfile to update (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body10: hyperflexNodeProfile to update (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body11: hyperflexNodeProfile to update (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body12: hyperflexNodeProfile to update (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body13: hyperflexNodeProfile to update (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body14: hyperflexNodeProfile to update (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body15: hyperflexNodeProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_node_profiles_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_node_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_node_profiles_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_node_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_node_profiles_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_node_profiles_moid_post_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexNodeProfile instance. (required) :param HyperflexNodeProfile body: hyperflexNodeProfile to update (required) - :param str moid2: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body2: hyperflexNodeProfile to update (required) - :param str moid3: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body3: hyperflexNodeProfile to update (required) - :param str moid4: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body4: hyperflexNodeProfile to update (required) - :param str moid5: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body5: hyperflexNodeProfile to update (required) - :param str moid6: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body6: hyperflexNodeProfile to update (required) - :param str moid7: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body7: hyperflexNodeProfile to update (required) - :param str moid8: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body8: hyperflexNodeProfile to update (required) - :param str moid9: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body9: hyperflexNodeProfile to update (required) - :param str moid10: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body10: hyperflexNodeProfile to update (required) - :param str moid11: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body11: hyperflexNodeProfile to update (required) - :param str moid12: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body12: hyperflexNodeProfile to update (required) - :param str moid13: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body13: hyperflexNodeProfile to update (required) - :param str moid14: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body14: hyperflexNodeProfile to update (required) - :param str moid15: The moid of the hyperflexNodeProfile instance. (required) - :param HyperflexNodeProfile body15: hyperflexNodeProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_node_profiles_moid_post_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_node_profiles_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_node_profiles_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_node_profiles_moid_post_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_node_profiles_moid_post_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_node_profiles_moid_post_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_node_profiles_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_node_profiles_post(self, body, **kwargs): """ Create an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_node_profiles_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexNodeProfile body: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body2: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body3: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body4: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body5: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body6: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body7: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body8: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body9: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body10: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body11: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body12: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body13: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body14: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body15: hyperflexNodeProfile to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_node_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_node_profiles_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_node_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_node_profiles_post_with_http_info(body, **kwargs) return data - def hyperflex_node_profiles_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_node_profiles_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexNodeProfile' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_node_profiles_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_node_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_node_profiles_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexNodeProfile body: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body2: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body3: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body4: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body5: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body6: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body7: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body8: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body9: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body10: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body11: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body12: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body13: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body14: hyperflexNodeProfile to add (required) - :param HyperflexNodeProfile body15: hyperflexNodeProfile to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_node_profiles_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_node_profiles_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_node_profiles_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_node_profiles_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_proxy_setting_policy_api.py b/intersight/apis/hyperflex_proxy_setting_policy_api.py index d4f67a40..994056c9 100644 --- a/intersight/apis/hyperflex_proxy_setting_policy_api.py +++ b/intersight/apis/hyperflex_proxy_setting_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_proxy_setting_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexProxySettingPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_proxy_setting_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexProxySettingPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_proxy_setting_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_proxy_setting_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_proxy_setting_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_proxy_setting_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_proxy_setting_policies_moid_delete(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_proxy_setting_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_proxy_setting_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_proxy_setting_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_proxy_setting_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_proxy_setting_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_proxy_setting_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_proxy_setting_policies_moid_delete_with_http_info(self, moid, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_proxy_setting_policies_moid_delete_with_http_info(self, moid, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_proxy_setting_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_proxy_setting_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_proxy_setting_policies_moid_delete_with_http_info(self, moid, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_proxy_setting_policies_moid_delete_with_http_info(self, moid, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_proxy_setting_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_proxy_setting_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_proxy_setting_policies_moid_get(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) :return: HyperflexProxySettingPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_proxy_setting_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_proxy_setting_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_proxy_setting_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_proxy_setting_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_proxy_setting_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_proxy_setting_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_proxy_setting_policies_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) :return: HyperflexProxySettingPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_proxy_setting_policies_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_proxy_setting_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_proxy_setting_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_proxy_setting_policies_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_proxy_setting_policies_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_proxy_setting_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_proxy_setting_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_proxy_setting_policies_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) :param HyperflexProxySettingPolicy body: hyperflexProxySettingPolicy to update (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body2: hyperflexProxySettingPolicy to update (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body3: hyperflexProxySettingPolicy to update (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body4: hyperflexProxySettingPolicy to update (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body5: hyperflexProxySettingPolicy to update (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body6: hyperflexProxySettingPolicy to update (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body7: hyperflexProxySettingPolicy to update (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body8: hyperflexProxySettingPolicy to update (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body9: hyperflexProxySettingPolicy to update (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body10: hyperflexProxySettingPolicy to update (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body11: hyperflexProxySettingPolicy to update (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body12: hyperflexProxySettingPolicy to update (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body13: hyperflexProxySettingPolicy to update (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body14: hyperflexProxySettingPolicy to update (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body15: hyperflexProxySettingPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_proxy_setting_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_proxy_setting_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_proxy_setting_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_proxy_setting_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_proxy_setting_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_proxy_setting_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_proxy_setting_policies_moid_patch_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) :param HyperflexProxySettingPolicy body: hyperflexProxySettingPolicy to update (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body2: hyperflexProxySettingPolicy to update (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body3: hyperflexProxySettingPolicy to update (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body4: hyperflexProxySettingPolicy to update (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body5: hyperflexProxySettingPolicy to update (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body6: hyperflexProxySettingPolicy to update (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body7: hyperflexProxySettingPolicy to update (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body8: hyperflexProxySettingPolicy to update (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body9: hyperflexProxySettingPolicy to update (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body10: hyperflexProxySettingPolicy to update (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body11: hyperflexProxySettingPolicy to update (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body12: hyperflexProxySettingPolicy to update (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body13: hyperflexProxySettingPolicy to update (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body14: hyperflexProxySettingPolicy to update (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body15: hyperflexProxySettingPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_proxy_setting_policies_moid_patch_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_proxy_setting_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_proxy_setting_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_proxy_setting_policies_moid_patch_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_proxy_setting_policies_moid_patch_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_proxy_setting_policies_moid_patch_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_proxy_setting_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_proxy_setting_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_proxy_setting_policies_moid_post(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) :param HyperflexProxySettingPolicy body: hyperflexProxySettingPolicy to update (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body2: hyperflexProxySettingPolicy to update (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body3: hyperflexProxySettingPolicy to update (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body4: hyperflexProxySettingPolicy to update (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body5: hyperflexProxySettingPolicy to update (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body6: hyperflexProxySettingPolicy to update (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body7: hyperflexProxySettingPolicy to update (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body8: hyperflexProxySettingPolicy to update (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body9: hyperflexProxySettingPolicy to update (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body10: hyperflexProxySettingPolicy to update (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body11: hyperflexProxySettingPolicy to update (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body12: hyperflexProxySettingPolicy to update (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body13: hyperflexProxySettingPolicy to update (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body14: hyperflexProxySettingPolicy to update (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body15: hyperflexProxySettingPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_proxy_setting_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_proxy_setting_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_proxy_setting_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_proxy_setting_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_proxy_setting_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_proxy_setting_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_proxy_setting_policies_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexProxySettingPolicy instance. (required) :param HyperflexProxySettingPolicy body: hyperflexProxySettingPolicy to update (required) - :param str moid2: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body2: hyperflexProxySettingPolicy to update (required) - :param str moid3: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body3: hyperflexProxySettingPolicy to update (required) - :param str moid4: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body4: hyperflexProxySettingPolicy to update (required) - :param str moid5: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body5: hyperflexProxySettingPolicy to update (required) - :param str moid6: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body6: hyperflexProxySettingPolicy to update (required) - :param str moid7: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body7: hyperflexProxySettingPolicy to update (required) - :param str moid8: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body8: hyperflexProxySettingPolicy to update (required) - :param str moid9: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body9: hyperflexProxySettingPolicy to update (required) - :param str moid10: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body10: hyperflexProxySettingPolicy to update (required) - :param str moid11: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body11: hyperflexProxySettingPolicy to update (required) - :param str moid12: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body12: hyperflexProxySettingPolicy to update (required) - :param str moid13: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body13: hyperflexProxySettingPolicy to update (required) - :param str moid14: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body14: hyperflexProxySettingPolicy to update (required) - :param str moid15: The moid of the hyperflexProxySettingPolicy instance. (required) - :param HyperflexProxySettingPolicy body15: hyperflexProxySettingPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_proxy_setting_policies_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_proxy_setting_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_proxy_setting_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_proxy_setting_policies_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_proxy_setting_policies_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_proxy_setting_policies_moid_post_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_proxy_setting_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_proxy_setting_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_proxy_setting_policies_post(self, body, body2, body3, body4, body5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexProxySettingPolicy body: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body2: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body3: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body4: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body5: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body6: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body7: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body8: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body9: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body10: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body11: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body12: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body13: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body14: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body15: hyperflexProxySettingPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_proxy_setting_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_proxy_setting_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_proxy_setting_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_proxy_setting_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_proxy_setting_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_proxy_setting_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexProxySettingPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_proxy_setting_policies_post_with_http_info(self, body, body2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_proxy_setting_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_proxy_setting_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexProxySettingPolicy body: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body2: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body3: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body4: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body5: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body6: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body7: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body8: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body9: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body10: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body11: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body12: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body13: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body14: hyperflexProxySettingPolicy to add (required) - :param HyperflexProxySettingPolicy body15: hyperflexProxySettingPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_proxy_setting_policies_post_with_http_info(self, body, body2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_proxy_setting_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_proxy_setting_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_proxy_setting_policies_post_with_http_info(self, body, body2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_server_firmware_version_api.py b/intersight/apis/hyperflex_server_firmware_version_api.py index c5c90ae4..27313479 100644 --- a/intersight/apis/hyperflex_server_firmware_version_api.py +++ b/intersight/apis/hyperflex_server_firmware_version_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_server_firmware_versions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexServerFirmwareVersionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_server_firmware_versions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexServerFirmwareVersionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_server_firmware_versions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_server_firmware_versions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_firmware_versions_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_firmware_versions_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_server_firmware_versions_moid_delete(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_firmware_versions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_server_firmware_versions_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_server_firmware_versions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_server_firmware_versions_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_server_firmware_versions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_firmware_versions_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_server_firmware_versions_moid_delete_with_http_info(self, moid, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_server_firmware_versions_moid_delete_with_http_info(self, moid, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_firmware_versions_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_firmware_versions_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_server_firmware_versions_moid_delete_with_http_info(self, moid, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_server_firmware_versions_moid_delete_with_http_info(self, moid, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_firmware_versions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_firmware_versions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_server_firmware_versions_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) :return: HyperflexServerFirmwareVersion If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_firmware_versions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_server_firmware_versions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_server_firmware_versions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_server_firmware_versions_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_server_firmware_versions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_firmware_versions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_server_firmware_versions_moid_get_with_http_info(self, moid, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) :return: HyperflexServerFirmwareVersion If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_server_firmware_versions_moid_get_with_http_info(self, moid, moid2 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_firmware_versions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_firmware_versions_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_server_firmware_versions_moid_get_with_http_info(self, moid, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_server_firmware_versions_moid_get_with_http_info(self, moid, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_firmware_versions_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_firmware_versions_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_server_firmware_versions_moid_patch(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) :param HyperflexServerFirmwareVersion body: hyperflexServerFirmwareVersion to update (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body2: hyperflexServerFirmwareVersion to update (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body3: hyperflexServerFirmwareVersion to update (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body4: hyperflexServerFirmwareVersion to update (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body5: hyperflexServerFirmwareVersion to update (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body6: hyperflexServerFirmwareVersion to update (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body7: hyperflexServerFirmwareVersion to update (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body8: hyperflexServerFirmwareVersion to update (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body9: hyperflexServerFirmwareVersion to update (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body10: hyperflexServerFirmwareVersion to update (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body11: hyperflexServerFirmwareVersion to update (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body12: hyperflexServerFirmwareVersion to update (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body13: hyperflexServerFirmwareVersion to update (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body14: hyperflexServerFirmwareVersion to update (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body15: hyperflexServerFirmwareVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_firmware_versions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_server_firmware_versions_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_server_firmware_versions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_server_firmware_versions_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_server_firmware_versions_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_firmware_versions_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_server_firmware_versions_moid_patch_with_http_info(self, moid, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) :param HyperflexServerFirmwareVersion body: hyperflexServerFirmwareVersion to update (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body2: hyperflexServerFirmwareVersion to update (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body3: hyperflexServerFirmwareVersion to update (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body4: hyperflexServerFirmwareVersion to update (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body5: hyperflexServerFirmwareVersion to update (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body6: hyperflexServerFirmwareVersion to update (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body7: hyperflexServerFirmwareVersion to update (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body8: hyperflexServerFirmwareVersion to update (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body9: hyperflexServerFirmwareVersion to update (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body10: hyperflexServerFirmwareVersion to update (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body11: hyperflexServerFirmwareVersion to update (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body12: hyperflexServerFirmwareVersion to update (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body13: hyperflexServerFirmwareVersion to update (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body14: hyperflexServerFirmwareVersion to update (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body15: hyperflexServerFirmwareVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_server_firmware_versions_moid_patch_with_http_info(self, moid, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_firmware_versions_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_server_firmware_versions_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_server_firmware_versions_moid_patch_with_http_info(self, moid, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_server_firmware_versions_moid_patch_with_http_info(self, moid, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_server_firmware_versions_moid_patch_with_http_info(self, moid, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_firmware_versions_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_firmware_versions_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_server_firmware_versions_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) :param HyperflexServerFirmwareVersion body: hyperflexServerFirmwareVersion to update (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body2: hyperflexServerFirmwareVersion to update (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body3: hyperflexServerFirmwareVersion to update (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body4: hyperflexServerFirmwareVersion to update (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body5: hyperflexServerFirmwareVersion to update (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body6: hyperflexServerFirmwareVersion to update (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body7: hyperflexServerFirmwareVersion to update (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body8: hyperflexServerFirmwareVersion to update (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body9: hyperflexServerFirmwareVersion to update (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body10: hyperflexServerFirmwareVersion to update (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body11: hyperflexServerFirmwareVersion to update (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body12: hyperflexServerFirmwareVersion to update (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body13: hyperflexServerFirmwareVersion to update (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body14: hyperflexServerFirmwareVersion to update (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body15: hyperflexServerFirmwareVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_firmware_versions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_server_firmware_versions_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_server_firmware_versions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_server_firmware_versions_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_server_firmware_versions_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_firmware_versions_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_server_firmware_versions_moid_post_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerFirmwareVersion instance. (required) :param HyperflexServerFirmwareVersion body: hyperflexServerFirmwareVersion to update (required) - :param str moid2: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body2: hyperflexServerFirmwareVersion to update (required) - :param str moid3: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body3: hyperflexServerFirmwareVersion to update (required) - :param str moid4: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body4: hyperflexServerFirmwareVersion to update (required) - :param str moid5: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body5: hyperflexServerFirmwareVersion to update (required) - :param str moid6: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body6: hyperflexServerFirmwareVersion to update (required) - :param str moid7: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body7: hyperflexServerFirmwareVersion to update (required) - :param str moid8: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body8: hyperflexServerFirmwareVersion to update (required) - :param str moid9: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body9: hyperflexServerFirmwareVersion to update (required) - :param str moid10: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body10: hyperflexServerFirmwareVersion to update (required) - :param str moid11: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body11: hyperflexServerFirmwareVersion to update (required) - :param str moid12: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body12: hyperflexServerFirmwareVersion to update (required) - :param str moid13: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body13: hyperflexServerFirmwareVersion to update (required) - :param str moid14: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body14: hyperflexServerFirmwareVersion to update (required) - :param str moid15: The moid of the hyperflexServerFirmwareVersion instance. (required) - :param HyperflexServerFirmwareVersion body15: hyperflexServerFirmwareVersion to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_server_firmware_versions_moid_post_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_firmware_versions_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_server_firmware_versions_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_server_firmware_versions_moid_post_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_server_firmware_versions_moid_post_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_server_firmware_versions_moid_post_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_firmware_versions_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_server_firmware_versions_post(self, body, **kwargs): """ Create an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_server_firmware_versions_post(self, body, body2, body3, body4, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexServerFirmwareVersion body: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body2: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body3: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body4: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body5: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body6: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body7: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body8: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body9: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body10: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body11: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body12: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body13: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body14: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body15: hyperflexServerFirmwareVersion to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_firmware_versions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_server_firmware_versions_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_server_firmware_versions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_server_firmware_versions_post_with_http_info(body, **kwargs) return data - def hyperflex_server_firmware_versions_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_server_firmware_versions_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexServerFirmwareVersion' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_server_firmware_versions_post_with_http_info(self, body, body2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_firmware_versions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_server_firmware_versions_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexServerFirmwareVersion body: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body2: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body3: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body4: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body5: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body6: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body7: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body8: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body9: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body10: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body11: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body12: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body13: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body14: hyperflexServerFirmwareVersion to add (required) - :param HyperflexServerFirmwareVersion body15: hyperflexServerFirmwareVersion to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_server_firmware_versions_post_with_http_info(self, body, body2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_server_firmware_versions_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_server_firmware_versions_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_server_firmware_versions_post_with_http_info(self, body, body2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_server_model_api.py b/intersight/apis/hyperflex_server_model_api.py index 35033ef5..54715b66 100644 --- a/intersight/apis/hyperflex_server_model_api.py +++ b/intersight/apis/hyperflex_server_model_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_server_models_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexServerModelList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_server_models_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexServerModelList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_server_models_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_server_models_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_models_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_models_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_server_models_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_models_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_server_models_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_server_models_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_server_models_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_server_models_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_models_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_server_models_moid_delete_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_server_models_moid_delete_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_models_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_models_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_server_models_moid_delete_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_server_models_moid_delete_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_models_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_models_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_server_models_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) :return: HyperflexServerModel If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_models_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_server_models_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_server_models_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_server_models_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_server_models_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_server_models_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_server_models_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) :return: HyperflexServerModel If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_server_models_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_models_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_models_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_server_models_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_server_models_moid_get_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_models_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_models_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_server_models_moid_patch(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) :param HyperflexServerModel body: hyperflexServerModel to update (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body2: hyperflexServerModel to update (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body3: hyperflexServerModel to update (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body4: hyperflexServerModel to update (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body5: hyperflexServerModel to update (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body6: hyperflexServerModel to update (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body7: hyperflexServerModel to update (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body8: hyperflexServerModel to update (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body9: hyperflexServerModel to update (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body10: hyperflexServerModel to update (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body11: hyperflexServerModel to update (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body12: hyperflexServerModel to update (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body13: hyperflexServerModel to update (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body14: hyperflexServerModel to update (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body15: hyperflexServerModel to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_models_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_server_models_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_server_models_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_server_models_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_server_models_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_models_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_server_models_moid_patch_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) :param HyperflexServerModel body: hyperflexServerModel to update (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body2: hyperflexServerModel to update (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body3: hyperflexServerModel to update (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body4: hyperflexServerModel to update (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body5: hyperflexServerModel to update (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body6: hyperflexServerModel to update (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body7: hyperflexServerModel to update (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body8: hyperflexServerModel to update (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body9: hyperflexServerModel to update (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body10: hyperflexServerModel to update (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body11: hyperflexServerModel to update (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body12: hyperflexServerModel to update (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body13: hyperflexServerModel to update (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body14: hyperflexServerModel to update (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body15: hyperflexServerModel to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_server_models_moid_patch_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_models_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_server_models_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_server_models_moid_patch_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_server_models_moid_patch_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_server_models_moid_patch_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_models_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_models_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_server_models_moid_post(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) :param HyperflexServerModel body: hyperflexServerModel to update (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body2: hyperflexServerModel to update (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body3: hyperflexServerModel to update (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body4: hyperflexServerModel to update (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body5: hyperflexServerModel to update (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body6: hyperflexServerModel to update (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body7: hyperflexServerModel to update (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body8: hyperflexServerModel to update (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body9: hyperflexServerModel to update (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body10: hyperflexServerModel to update (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body11: hyperflexServerModel to update (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body12: hyperflexServerModel to update (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body13: hyperflexServerModel to update (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body14: hyperflexServerModel to update (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body15: hyperflexServerModel to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_models_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_server_models_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_server_models_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_server_models_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_server_models_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_server_models_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_server_models_moid_post_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_server_models_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexServerModel instance. (required) :param HyperflexServerModel body: hyperflexServerModel to update (required) - :param str moid2: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body2: hyperflexServerModel to update (required) - :param str moid3: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body3: hyperflexServerModel to update (required) - :param str moid4: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body4: hyperflexServerModel to update (required) - :param str moid5: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body5: hyperflexServerModel to update (required) - :param str moid6: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body6: hyperflexServerModel to update (required) - :param str moid7: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body7: hyperflexServerModel to update (required) - :param str moid8: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body8: hyperflexServerModel to update (required) - :param str moid9: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body9: hyperflexServerModel to update (required) - :param str moid10: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body10: hyperflexServerModel to update (required) - :param str moid11: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body11: hyperflexServerModel to update (required) - :param str moid12: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body12: hyperflexServerModel to update (required) - :param str moid13: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body13: hyperflexServerModel to update (required) - :param str moid14: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body14: hyperflexServerModel to update (required) - :param str moid15: The moid of the hyperflexServerModel instance. (required) - :param HyperflexServerModel body15: hyperflexServerModel to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_server_models_moid_post_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_server_models_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_server_models_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_server_models_moid_post_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_server_models_moid_post_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_server_models_moid_post_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_server_models_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_server_models_post(self, body, **kwargs): """ Create an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_server_models_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_server_models_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexServerModel body: hyperflexServerModel to add (required) - :param HyperflexServerModel body2: hyperflexServerModel to add (required) - :param HyperflexServerModel body3: hyperflexServerModel to add (required) - :param HyperflexServerModel body4: hyperflexServerModel to add (required) - :param HyperflexServerModel body5: hyperflexServerModel to add (required) - :param HyperflexServerModel body6: hyperflexServerModel to add (required) - :param HyperflexServerModel body7: hyperflexServerModel to add (required) - :param HyperflexServerModel body8: hyperflexServerModel to add (required) - :param HyperflexServerModel body9: hyperflexServerModel to add (required) - :param HyperflexServerModel body10: hyperflexServerModel to add (required) - :param HyperflexServerModel body11: hyperflexServerModel to add (required) - :param HyperflexServerModel body12: hyperflexServerModel to add (required) - :param HyperflexServerModel body13: hyperflexServerModel to add (required) - :param HyperflexServerModel body14: hyperflexServerModel to add (required) - :param HyperflexServerModel body15: hyperflexServerModel to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_server_models_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_server_models_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_server_models_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_server_models_post_with_http_info(body, **kwargs) return data - def hyperflex_server_models_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_server_models_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexServerModel' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_server_models_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_server_models_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_server_models_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexServerModel body: hyperflexServerModel to add (required) - :param HyperflexServerModel body2: hyperflexServerModel to add (required) - :param HyperflexServerModel body3: hyperflexServerModel to add (required) - :param HyperflexServerModel body4: hyperflexServerModel to add (required) - :param HyperflexServerModel body5: hyperflexServerModel to add (required) - :param HyperflexServerModel body6: hyperflexServerModel to add (required) - :param HyperflexServerModel body7: hyperflexServerModel to add (required) - :param HyperflexServerModel body8: hyperflexServerModel to add (required) - :param HyperflexServerModel body9: hyperflexServerModel to add (required) - :param HyperflexServerModel body10: hyperflexServerModel to add (required) - :param HyperflexServerModel body11: hyperflexServerModel to add (required) - :param HyperflexServerModel body12: hyperflexServerModel to add (required) - :param HyperflexServerModel body13: hyperflexServerModel to add (required) - :param HyperflexServerModel body14: hyperflexServerModel to add (required) - :param HyperflexServerModel body15: hyperflexServerModel to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_server_models_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_server_models_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_server_models_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_server_models_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_sys_config_policy_api.py b/intersight/apis/hyperflex_sys_config_policy_api.py index 02e1de54..c155edce 100644 --- a/intersight/apis/hyperflex_sys_config_policy_api.py +++ b/intersight/apis/hyperflex_sys_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_sys_config_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexSysConfigPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_sys_config_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexSysConfigPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_sys_config_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_sys_config_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_sys_config_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_sys_config_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_sys_config_policies_moid_delete(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_sys_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_sys_config_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_sys_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_sys_config_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_sys_config_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_sys_config_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_sys_config_policies_moid_delete_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_sys_config_policies_moid_delete_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_sys_config_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_sys_config_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_sys_config_policies_moid_delete_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_sys_config_policies_moid_delete_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_sys_config_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_sys_config_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_sys_config_policies_moid_get(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) :return: HyperflexSysConfigPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_sys_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_sys_config_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_sys_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_sys_config_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_sys_config_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_sys_config_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_sys_config_policies_moid_get_with_http_info(self, moid, moid2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) :return: HyperflexSysConfigPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_sys_config_policies_moid_get_with_http_info(self, moid, moid2, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_sys_config_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_sys_config_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_sys_config_policies_moid_get_with_http_info(self, moid, moid2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_sys_config_policies_moid_get_with_http_info(self, moid, moid2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_sys_config_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_sys_config_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_sys_config_policies_moid_patch(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) :param HyperflexSysConfigPolicy body: hyperflexSysConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body2: hyperflexSysConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body3: hyperflexSysConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body4: hyperflexSysConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body5: hyperflexSysConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body6: hyperflexSysConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body7: hyperflexSysConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body8: hyperflexSysConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body9: hyperflexSysConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body10: hyperflexSysConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body11: hyperflexSysConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body12: hyperflexSysConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body13: hyperflexSysConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body14: hyperflexSysConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body15: hyperflexSysConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_sys_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_sys_config_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_sys_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_sys_config_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_sys_config_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_sys_config_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_sys_config_policies_moid_patch_with_http_info(self, moid, body, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) :param HyperflexSysConfigPolicy body: hyperflexSysConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body2: hyperflexSysConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body3: hyperflexSysConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body4: hyperflexSysConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body5: hyperflexSysConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body6: hyperflexSysConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body7: hyperflexSysConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body8: hyperflexSysConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body9: hyperflexSysConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body10: hyperflexSysConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body11: hyperflexSysConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body12: hyperflexSysConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body13: hyperflexSysConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body14: hyperflexSysConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body15: hyperflexSysConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_sys_config_policies_moid_patch_with_http_info(self, moid, body, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_sys_config_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_sys_config_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_sys_config_policies_moid_patch_with_http_info(self, moid, body, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_sys_config_policies_moid_patch_with_http_info(self, moid, body, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_sys_config_policies_moid_patch_with_http_info(self, moid, body, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_sys_config_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_sys_config_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_sys_config_policies_moid_post(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) :param HyperflexSysConfigPolicy body: hyperflexSysConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body2: hyperflexSysConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body3: hyperflexSysConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body4: hyperflexSysConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body5: hyperflexSysConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body6: hyperflexSysConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body7: hyperflexSysConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body8: hyperflexSysConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body9: hyperflexSysConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body10: hyperflexSysConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body11: hyperflexSysConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body12: hyperflexSysConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body13: hyperflexSysConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body14: hyperflexSysConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body15: hyperflexSysConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_sys_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_sys_config_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_sys_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_sys_config_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_sys_config_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_sys_config_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_sys_config_policies_moid_post_with_http_info(self, moid, body, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexSysConfigPolicy instance. (required) :param HyperflexSysConfigPolicy body: hyperflexSysConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body2: hyperflexSysConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body3: hyperflexSysConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body4: hyperflexSysConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body5: hyperflexSysConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body6: hyperflexSysConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body7: hyperflexSysConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body8: hyperflexSysConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body9: hyperflexSysConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body10: hyperflexSysConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body11: hyperflexSysConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body12: hyperflexSysConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body13: hyperflexSysConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body14: hyperflexSysConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexSysConfigPolicy instance. (required) - :param HyperflexSysConfigPolicy body15: hyperflexSysConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_sys_config_policies_moid_post_with_http_info(self, moid, body, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_sys_config_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_sys_config_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_sys_config_policies_moid_post_with_http_info(self, moid, body, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_sys_config_policies_moid_post_with_http_info(self, moid, body, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_sys_config_policies_moid_post_with_http_info(self, moid, body, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_sys_config_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_sys_config_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_sys_config_policies_post(self, body, body2, body3, body4, body5, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexSysConfigPolicy body: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body2: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body3: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body4: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body5: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body6: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body7: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body8: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body9: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body10: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body11: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body12: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body13: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body14: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body15: hyperflexSysConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_sys_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_sys_config_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_sys_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_sys_config_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_sys_config_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_sys_config_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexSysConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_sys_config_policies_post_with_http_info(self, body, body2, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_sys_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_sys_config_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexSysConfigPolicy body: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body2: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body3: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body4: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body5: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body6: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body7: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body8: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body9: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body10: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body11: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body12: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body13: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body14: hyperflexSysConfigPolicy to add (required) - :param HyperflexSysConfigPolicy body15: hyperflexSysConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_sys_config_policies_post_with_http_info(self, body, body2, body3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_sys_config_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_sys_config_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_sys_config_policies_post_with_http_info(self, body, body2, body3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_ucsm_config_policy_api.py b/intersight/apis/hyperflex_ucsm_config_policy_api.py index 54003c02..4336e7b5 100644 --- a/intersight/apis/hyperflex_ucsm_config_policy_api.py +++ b/intersight/apis/hyperflex_ucsm_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_ucsm_config_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexUcsmConfigPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_ucsm_config_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexUcsmConfigPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_ucsm_config_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_ucsm_config_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ucsm_config_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ucsm_config_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_ucsm_config_policies_moid_delete(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ucsm_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_ucsm_config_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_ucsm_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_ucsm_config_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_ucsm_config_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ucsm_config_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_ucsm_config_policies_moid_delete_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_ucsm_config_policies_moid_delete_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ucsm_config_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ucsm_config_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_ucsm_config_policies_moid_delete_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_ucsm_config_policies_moid_delete_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ucsm_config_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ucsm_config_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_ucsm_config_policies_moid_get(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) :return: HyperflexUcsmConfigPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ucsm_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_ucsm_config_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_ucsm_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_ucsm_config_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_ucsm_config_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_ucsm_config_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_ucsm_config_policies_moid_get_with_http_info(self, moid, moid2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) :return: HyperflexUcsmConfigPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_ucsm_config_policies_moid_get_with_http_info(self, moid, moid2, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ucsm_config_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ucsm_config_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_ucsm_config_policies_moid_get_with_http_info(self, moid, moid2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_ucsm_config_policies_moid_get_with_http_info(self, moid, moid2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ucsm_config_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ucsm_config_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_ucsm_config_policies_moid_patch(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) :param HyperflexUcsmConfigPolicy body: hyperflexUcsmConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body2: hyperflexUcsmConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body3: hyperflexUcsmConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body4: hyperflexUcsmConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body5: hyperflexUcsmConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body6: hyperflexUcsmConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body7: hyperflexUcsmConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body8: hyperflexUcsmConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body9: hyperflexUcsmConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body10: hyperflexUcsmConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body11: hyperflexUcsmConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body12: hyperflexUcsmConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body13: hyperflexUcsmConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body14: hyperflexUcsmConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body15: hyperflexUcsmConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ucsm_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_ucsm_config_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_ucsm_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_ucsm_config_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_ucsm_config_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ucsm_config_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_ucsm_config_policies_moid_patch_with_http_info(self, moid, body, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) :param HyperflexUcsmConfigPolicy body: hyperflexUcsmConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body2: hyperflexUcsmConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body3: hyperflexUcsmConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body4: hyperflexUcsmConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body5: hyperflexUcsmConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body6: hyperflexUcsmConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body7: hyperflexUcsmConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body8: hyperflexUcsmConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body9: hyperflexUcsmConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body10: hyperflexUcsmConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body11: hyperflexUcsmConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body12: hyperflexUcsmConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body13: hyperflexUcsmConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body14: hyperflexUcsmConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body15: hyperflexUcsmConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_ucsm_config_policies_moid_patch_with_http_info(self, moid, body, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ucsm_config_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ucsm_config_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_ucsm_config_policies_moid_patch_with_http_info(self, moid, body, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_ucsm_config_policies_moid_patch_with_http_info(self, moid, body, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_ucsm_config_policies_moid_patch_with_http_info(self, moid, body, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ucsm_config_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ucsm_config_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_ucsm_config_policies_moid_post(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) :param HyperflexUcsmConfigPolicy body: hyperflexUcsmConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body2: hyperflexUcsmConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body3: hyperflexUcsmConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body4: hyperflexUcsmConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body5: hyperflexUcsmConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body6: hyperflexUcsmConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body7: hyperflexUcsmConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body8: hyperflexUcsmConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body9: hyperflexUcsmConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body10: hyperflexUcsmConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body11: hyperflexUcsmConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body12: hyperflexUcsmConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body13: hyperflexUcsmConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body14: hyperflexUcsmConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body15: hyperflexUcsmConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ucsm_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_ucsm_config_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_ucsm_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_ucsm_config_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_ucsm_config_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_ucsm_config_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_ucsm_config_policies_moid_post_with_http_info(self, moid, body, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexUcsmConfigPolicy instance. (required) :param HyperflexUcsmConfigPolicy body: hyperflexUcsmConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body2: hyperflexUcsmConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body3: hyperflexUcsmConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body4: hyperflexUcsmConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body5: hyperflexUcsmConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body6: hyperflexUcsmConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body7: hyperflexUcsmConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body8: hyperflexUcsmConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body9: hyperflexUcsmConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body10: hyperflexUcsmConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body11: hyperflexUcsmConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body12: hyperflexUcsmConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body13: hyperflexUcsmConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body14: hyperflexUcsmConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexUcsmConfigPolicy instance. (required) - :param HyperflexUcsmConfigPolicy body15: hyperflexUcsmConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_ucsm_config_policies_moid_post_with_http_info(self, moid, body, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_ucsm_config_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ucsm_config_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_ucsm_config_policies_moid_post_with_http_info(self, moid, body, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_ucsm_config_policies_moid_post_with_http_info(self, moid, body, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_ucsm_config_policies_moid_post_with_http_info(self, moid, body, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_ucsm_config_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_ucsm_config_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_ucsm_config_policies_post(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexUcsmConfigPolicy body: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body2: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body3: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body4: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body5: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body6: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body7: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body8: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body9: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body10: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body11: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body12: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body13: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body14: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body15: hyperflexUcsmConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_ucsm_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_ucsm_config_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_ucsm_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_ucsm_config_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_ucsm_config_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_ucsm_config_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexUcsmConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_ucsm_config_policies_post_with_http_info(self, body, body2, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_ucsm_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_ucsm_config_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexUcsmConfigPolicy body: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body2: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body3: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body4: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body5: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body6: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body7: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body8: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body9: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body10: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body11: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body12: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body13: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body14: hyperflexUcsmConfigPolicy to add (required) - :param HyperflexUcsmConfigPolicy body15: hyperflexUcsmConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_ucsm_config_policies_post_with_http_info(self, body, body2, body3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_ucsm_config_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_ucsm_config_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_ucsm_config_policies_post_with_http_info(self, body, body2, body3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/hyperflex_vcenter_config_policy_api.py b/intersight/apis/hyperflex_vcenter_config_policy_api.py index 563cb836..476183a1 100644 --- a/intersight/apis/hyperflex_vcenter_config_policy_api.py +++ b/intersight/apis/hyperflex_vcenter_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def hyperflex_vcenter_config_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexVcenterConfigPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def hyperflex_vcenter_config_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: HyperflexVcenterConfigPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def hyperflex_vcenter_config_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def hyperflex_vcenter_config_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_vcenter_config_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_vcenter_config_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def hyperflex_vcenter_config_policies_moid_delete(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_vcenter_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_vcenter_config_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_vcenter_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_vcenter_config_policies_moid_delete_with_http_info(moid, **kwargs) return data - def hyperflex_vcenter_config_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_vcenter_config_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def hyperflex_vcenter_config_policies_moid_delete_with_http_info(self, moid, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def hyperflex_vcenter_config_policies_moid_delete_with_http_info(self, moid, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_vcenter_config_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_vcenter_config_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def hyperflex_vcenter_config_policies_moid_delete_with_http_info(self, moid, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def hyperflex_vcenter_config_policies_moid_delete_with_http_info(self, moid, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_vcenter_config_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_vcenter_config_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def hyperflex_vcenter_config_policies_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) :return: HyperflexVcenterConfigPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_vcenter_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.hyperflex_vcenter_config_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.hyperflex_vcenter_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.hyperflex_vcenter_config_policies_moid_get_with_http_info(moid, **kwargs) return data - def hyperflex_vcenter_config_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def hyperflex_vcenter_config_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def hyperflex_vcenter_config_policies_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) :return: HyperflexVcenterConfigPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def hyperflex_vcenter_config_policies_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_vcenter_config_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_vcenter_config_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def hyperflex_vcenter_config_policies_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def hyperflex_vcenter_config_policies_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_vcenter_config_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_vcenter_config_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def hyperflex_vcenter_config_policies_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) :param HyperflexVcenterConfigPolicy body: hyperflexVcenterConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body2: hyperflexVcenterConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body3: hyperflexVcenterConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body4: hyperflexVcenterConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body5: hyperflexVcenterConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body6: hyperflexVcenterConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body7: hyperflexVcenterConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body8: hyperflexVcenterConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body9: hyperflexVcenterConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body10: hyperflexVcenterConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body11: hyperflexVcenterConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body12: hyperflexVcenterConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body13: hyperflexVcenterConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body14: hyperflexVcenterConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body15: hyperflexVcenterConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_vcenter_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_vcenter_config_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_vcenter_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_vcenter_config_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def hyperflex_vcenter_config_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_vcenter_config_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def hyperflex_vcenter_config_policies_moid_patch_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) :param HyperflexVcenterConfigPolicy body: hyperflexVcenterConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body2: hyperflexVcenterConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body3: hyperflexVcenterConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body4: hyperflexVcenterConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body5: hyperflexVcenterConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body6: hyperflexVcenterConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body7: hyperflexVcenterConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body8: hyperflexVcenterConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body9: hyperflexVcenterConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body10: hyperflexVcenterConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body11: hyperflexVcenterConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body12: hyperflexVcenterConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body13: hyperflexVcenterConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body14: hyperflexVcenterConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body15: hyperflexVcenterConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def hyperflex_vcenter_config_policies_moid_patch_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_vcenter_config_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_vcenter_config_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def hyperflex_vcenter_config_policies_moid_patch_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def hyperflex_vcenter_config_policies_moid_patch_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def hyperflex_vcenter_config_policies_moid_patch_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_vcenter_config_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_vcenter_config_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def hyperflex_vcenter_config_policies_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) :param HyperflexVcenterConfigPolicy body: hyperflexVcenterConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body2: hyperflexVcenterConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body3: hyperflexVcenterConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body4: hyperflexVcenterConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body5: hyperflexVcenterConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body6: hyperflexVcenterConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body7: hyperflexVcenterConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body8: hyperflexVcenterConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body9: hyperflexVcenterConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body10: hyperflexVcenterConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body11: hyperflexVcenterConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body12: hyperflexVcenterConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body13: hyperflexVcenterConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body14: hyperflexVcenterConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body15: hyperflexVcenterConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_vcenter_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.hyperflex_vcenter_config_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.hyperflex_vcenter_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.hyperflex_vcenter_config_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def hyperflex_vcenter_config_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def hyperflex_vcenter_config_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def hyperflex_vcenter_config_policies_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the hyperflexVcenterConfigPolicy instance. (required) :param HyperflexVcenterConfigPolicy body: hyperflexVcenterConfigPolicy to update (required) - :param str moid2: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body2: hyperflexVcenterConfigPolicy to update (required) - :param str moid3: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body3: hyperflexVcenterConfigPolicy to update (required) - :param str moid4: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body4: hyperflexVcenterConfigPolicy to update (required) - :param str moid5: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body5: hyperflexVcenterConfigPolicy to update (required) - :param str moid6: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body6: hyperflexVcenterConfigPolicy to update (required) - :param str moid7: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body7: hyperflexVcenterConfigPolicy to update (required) - :param str moid8: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body8: hyperflexVcenterConfigPolicy to update (required) - :param str moid9: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body9: hyperflexVcenterConfigPolicy to update (required) - :param str moid10: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body10: hyperflexVcenterConfigPolicy to update (required) - :param str moid11: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body11: hyperflexVcenterConfigPolicy to update (required) - :param str moid12: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body12: hyperflexVcenterConfigPolicy to update (required) - :param str moid13: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body13: hyperflexVcenterConfigPolicy to update (required) - :param str moid14: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body14: hyperflexVcenterConfigPolicy to update (required) - :param str moid15: The moid of the hyperflexVcenterConfigPolicy instance. (required) - :param HyperflexVcenterConfigPolicy body15: hyperflexVcenterConfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def hyperflex_vcenter_config_policies_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `hyperflex_vcenter_config_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_vcenter_config_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def hyperflex_vcenter_config_policies_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def hyperflex_vcenter_config_policies_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def hyperflex_vcenter_config_policies_moid_post_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def hyperflex_vcenter_config_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_vcenter_config_policies_post(self, body, **kwargs): """ Create an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def hyperflex_vcenter_config_policies_post(self, body, body2, body3, body4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexVcenterConfigPolicy body: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body2: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body3: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body4: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body5: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body6: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body7: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body8: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body9: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body10: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body11: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body12: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body13: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body14: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body15: hyperflexVcenterConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.hyperflex_vcenter_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.hyperflex_vcenter_config_policies_post_with_http_info(body, **kwargs) else: - (data) = self.hyperflex_vcenter_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.hyperflex_vcenter_config_policies_post_with_http_info(body, **kwargs) return data - def hyperflex_vcenter_config_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def hyperflex_vcenter_config_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'hyperflexVcenterConfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def hyperflex_vcenter_config_policies_post_with_http_info(self, body, body2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.hyperflex_vcenter_config_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.hyperflex_vcenter_config_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param HyperflexVcenterConfigPolicy body: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body2: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body3: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body4: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body5: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body6: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body7: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body8: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body9: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body10: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body11: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body12: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body13: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body14: hyperflexVcenterConfigPolicy to add (required) - :param HyperflexVcenterConfigPolicy body15: hyperflexVcenterConfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def hyperflex_vcenter_config_policies_post_with_http_info(self, body, body2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `hyperflex_vcenter_config_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `hyperflex_vcenter_config_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def hyperflex_vcenter_config_policies_post_with_http_info(self, body, body2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iaas_connector_pack_api.py b/intersight/apis/iaas_connector_pack_api.py index 1ac207f4..33a12a6f 100644 --- a/intersight/apis/iaas_connector_pack_api.py +++ b/intersight/apis/iaas_connector_pack_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iaas_connector_packs_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasConnectorPackList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iaas_connector_packs_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasConnectorPackList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iaas_connector_packs_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iaas_connector_packs_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iaas_connector_packs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_connector_packs_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iaasConnectorPack' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iaas_connector_packs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_connector_packs_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_connector_packs_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasConnectorPack instance. (required) - :param str moid2: The moid of the iaasConnectorPack instance. (required) - :param str moid3: The moid of the iaasConnectorPack instance. (required) - :param str moid4: The moid of the iaasConnectorPack instance. (required) - :param str moid5: The moid of the iaasConnectorPack instance. (required) - :param str moid6: The moid of the iaasConnectorPack instance. (required) - :param str moid7: The moid of the iaasConnectorPack instance. (required) - :param str moid8: The moid of the iaasConnectorPack instance. (required) - :param str moid9: The moid of the iaasConnectorPack instance. (required) - :param str moid10: The moid of the iaasConnectorPack instance. (required) - :param str moid11: The moid of the iaasConnectorPack instance. (required) - :param str moid12: The moid of the iaasConnectorPack instance. (required) - :param str moid13: The moid of the iaasConnectorPack instance. (required) - :param str moid14: The moid of the iaasConnectorPack instance. (required) - :param str moid15: The moid of the iaasConnectorPack instance. (required) :return: IaasConnectorPack If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iaas_connector_packs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iaas_connector_packs_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iaas_connector_packs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iaas_connector_packs_moid_get_with_http_info(moid, **kwargs) return data - def iaas_connector_packs_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_connector_packs_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iaasConnectorPack' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iaas_connector_packs_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_connector_packs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_connector_packs_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasConnectorPack instance. (required) - :param str moid2: The moid of the iaasConnectorPack instance. (required) - :param str moid3: The moid of the iaasConnectorPack instance. (required) - :param str moid4: The moid of the iaasConnectorPack instance. (required) - :param str moid5: The moid of the iaasConnectorPack instance. (required) - :param str moid6: The moid of the iaasConnectorPack instance. (required) - :param str moid7: The moid of the iaasConnectorPack instance. (required) - :param str moid8: The moid of the iaasConnectorPack instance. (required) - :param str moid9: The moid of the iaasConnectorPack instance. (required) - :param str moid10: The moid of the iaasConnectorPack instance. (required) - :param str moid11: The moid of the iaasConnectorPack instance. (required) - :param str moid12: The moid of the iaasConnectorPack instance. (required) - :param str moid13: The moid of the iaasConnectorPack instance. (required) - :param str moid14: The moid of the iaasConnectorPack instance. (required) - :param str moid15: The moid of the iaasConnectorPack instance. (required) :return: IaasConnectorPack If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iaas_connector_packs_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iaas_connector_packs_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iaas_connector_packs_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iaas_connector_packs_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iaas_device_status_api.py b/intersight/apis/iaas_device_status_api.py index a2df34b7..ba686a72 100644 --- a/intersight/apis/iaas_device_status_api.py +++ b/intersight/apis/iaas_device_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iaas_device_statuses_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasDeviceStatusList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iaas_device_statuses_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasDeviceStatusList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iaas_device_statuses_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iaas_device_statuses_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iaas_device_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_device_statuses_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iaasDeviceStatus' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iaas_device_statuses_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_device_statuses_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_device_statuses_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasDeviceStatus instance. (required) - :param str moid2: The moid of the iaasDeviceStatus instance. (required) - :param str moid3: The moid of the iaasDeviceStatus instance. (required) - :param str moid4: The moid of the iaasDeviceStatus instance. (required) - :param str moid5: The moid of the iaasDeviceStatus instance. (required) - :param str moid6: The moid of the iaasDeviceStatus instance. (required) - :param str moid7: The moid of the iaasDeviceStatus instance. (required) - :param str moid8: The moid of the iaasDeviceStatus instance. (required) - :param str moid9: The moid of the iaasDeviceStatus instance. (required) - :param str moid10: The moid of the iaasDeviceStatus instance. (required) - :param str moid11: The moid of the iaasDeviceStatus instance. (required) - :param str moid12: The moid of the iaasDeviceStatus instance. (required) - :param str moid13: The moid of the iaasDeviceStatus instance. (required) - :param str moid14: The moid of the iaasDeviceStatus instance. (required) - :param str moid15: The moid of the iaasDeviceStatus instance. (required) :return: IaasDeviceStatus If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iaas_device_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iaas_device_statuses_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iaas_device_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iaas_device_statuses_moid_get_with_http_info(moid, **kwargs) return data - def iaas_device_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_device_statuses_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iaasDeviceStatus' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iaas_device_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_device_statuses_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_device_statuses_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasDeviceStatus instance. (required) - :param str moid2: The moid of the iaasDeviceStatus instance. (required) - :param str moid3: The moid of the iaasDeviceStatus instance. (required) - :param str moid4: The moid of the iaasDeviceStatus instance. (required) - :param str moid5: The moid of the iaasDeviceStatus instance. (required) - :param str moid6: The moid of the iaasDeviceStatus instance. (required) - :param str moid7: The moid of the iaasDeviceStatus instance. (required) - :param str moid8: The moid of the iaasDeviceStatus instance. (required) - :param str moid9: The moid of the iaasDeviceStatus instance. (required) - :param str moid10: The moid of the iaasDeviceStatus instance. (required) - :param str moid11: The moid of the iaasDeviceStatus instance. (required) - :param str moid12: The moid of the iaasDeviceStatus instance. (required) - :param str moid13: The moid of the iaasDeviceStatus instance. (required) - :param str moid14: The moid of the iaasDeviceStatus instance. (required) - :param str moid15: The moid of the iaasDeviceStatus instance. (required) :return: IaasDeviceStatus If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iaas_device_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iaas_device_statuses_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iaas_device_statuses_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iaas_device_statuses_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iaas_license_info_api.py b/intersight/apis/iaas_license_info_api.py index 4693230e..cd41ffd4 100644 --- a/intersight/apis/iaas_license_info_api.py +++ b/intersight/apis/iaas_license_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iaas_license_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasLicenseInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iaas_license_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasLicenseInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iaas_license_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iaas_license_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iaas_license_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_license_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iaasLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iaas_license_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_license_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_license_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasLicenseInfo instance. (required) - :param str moid2: The moid of the iaasLicenseInfo instance. (required) - :param str moid3: The moid of the iaasLicenseInfo instance. (required) - :param str moid4: The moid of the iaasLicenseInfo instance. (required) - :param str moid5: The moid of the iaasLicenseInfo instance. (required) - :param str moid6: The moid of the iaasLicenseInfo instance. (required) - :param str moid7: The moid of the iaasLicenseInfo instance. (required) - :param str moid8: The moid of the iaasLicenseInfo instance. (required) - :param str moid9: The moid of the iaasLicenseInfo instance. (required) - :param str moid10: The moid of the iaasLicenseInfo instance. (required) - :param str moid11: The moid of the iaasLicenseInfo instance. (required) - :param str moid12: The moid of the iaasLicenseInfo instance. (required) - :param str moid13: The moid of the iaasLicenseInfo instance. (required) - :param str moid14: The moid of the iaasLicenseInfo instance. (required) - :param str moid15: The moid of the iaasLicenseInfo instance. (required) :return: IaasLicenseInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iaas_license_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iaas_license_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iaas_license_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iaas_license_infos_moid_get_with_http_info(moid, **kwargs) return data - def iaas_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_license_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iaasLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iaas_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_license_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_license_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasLicenseInfo instance. (required) - :param str moid2: The moid of the iaasLicenseInfo instance. (required) - :param str moid3: The moid of the iaasLicenseInfo instance. (required) - :param str moid4: The moid of the iaasLicenseInfo instance. (required) - :param str moid5: The moid of the iaasLicenseInfo instance. (required) - :param str moid6: The moid of the iaasLicenseInfo instance. (required) - :param str moid7: The moid of the iaasLicenseInfo instance. (required) - :param str moid8: The moid of the iaasLicenseInfo instance. (required) - :param str moid9: The moid of the iaasLicenseInfo instance. (required) - :param str moid10: The moid of the iaasLicenseInfo instance. (required) - :param str moid11: The moid of the iaasLicenseInfo instance. (required) - :param str moid12: The moid of the iaasLicenseInfo instance. (required) - :param str moid13: The moid of the iaasLicenseInfo instance. (required) - :param str moid14: The moid of the iaasLicenseInfo instance. (required) - :param str moid15: The moid of the iaasLicenseInfo instance. (required) :return: IaasLicenseInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iaas_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iaas_license_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iaas_license_infos_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iaas_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iaas_most_run_tasks_api.py b/intersight/apis/iaas_most_run_tasks_api.py index ebf02704..71421ff4 100644 --- a/intersight/apis/iaas_most_run_tasks_api.py +++ b/intersight/apis/iaas_most_run_tasks_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iaas_most_run_tasks_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasMostRunTasksList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iaas_most_run_tasks_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasMostRunTasksList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iaas_most_run_tasks_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iaas_most_run_tasks_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iaas_most_run_tasks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_most_run_tasks_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iaasMostRunTasks' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iaas_most_run_tasks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_most_run_tasks_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_most_run_tasks_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasMostRunTasks instance. (required) - :param str moid2: The moid of the iaasMostRunTasks instance. (required) - :param str moid3: The moid of the iaasMostRunTasks instance. (required) - :param str moid4: The moid of the iaasMostRunTasks instance. (required) - :param str moid5: The moid of the iaasMostRunTasks instance. (required) - :param str moid6: The moid of the iaasMostRunTasks instance. (required) - :param str moid7: The moid of the iaasMostRunTasks instance. (required) - :param str moid8: The moid of the iaasMostRunTasks instance. (required) - :param str moid9: The moid of the iaasMostRunTasks instance. (required) - :param str moid10: The moid of the iaasMostRunTasks instance. (required) - :param str moid11: The moid of the iaasMostRunTasks instance. (required) - :param str moid12: The moid of the iaasMostRunTasks instance. (required) - :param str moid13: The moid of the iaasMostRunTasks instance. (required) - :param str moid14: The moid of the iaasMostRunTasks instance. (required) - :param str moid15: The moid of the iaasMostRunTasks instance. (required) :return: IaasMostRunTasks If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iaas_most_run_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iaas_most_run_tasks_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iaas_most_run_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iaas_most_run_tasks_moid_get_with_http_info(moid, **kwargs) return data - def iaas_most_run_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_most_run_tasks_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iaasMostRunTasks' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iaas_most_run_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_most_run_tasks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_most_run_tasks_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasMostRunTasks instance. (required) - :param str moid2: The moid of the iaasMostRunTasks instance. (required) - :param str moid3: The moid of the iaasMostRunTasks instance. (required) - :param str moid4: The moid of the iaasMostRunTasks instance. (required) - :param str moid5: The moid of the iaasMostRunTasks instance. (required) - :param str moid6: The moid of the iaasMostRunTasks instance. (required) - :param str moid7: The moid of the iaasMostRunTasks instance. (required) - :param str moid8: The moid of the iaasMostRunTasks instance. (required) - :param str moid9: The moid of the iaasMostRunTasks instance. (required) - :param str moid10: The moid of the iaasMostRunTasks instance. (required) - :param str moid11: The moid of the iaasMostRunTasks instance. (required) - :param str moid12: The moid of the iaasMostRunTasks instance. (required) - :param str moid13: The moid of the iaasMostRunTasks instance. (required) - :param str moid14: The moid of the iaasMostRunTasks instance. (required) - :param str moid15: The moid of the iaasMostRunTasks instance. (required) :return: IaasMostRunTasks If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iaas_most_run_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iaas_most_run_tasks_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iaas_most_run_tasks_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iaas_most_run_tasks_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iaas_ucsd_info_api.py b/intersight/apis/iaas_ucsd_info_api.py index 34673076..c5d762d5 100644 --- a/intersight/apis/iaas_ucsd_info_api.py +++ b/intersight/apis/iaas_ucsd_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iaas_ucsd_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasUcsdInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iaas_ucsd_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasUcsdInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iaas_ucsd_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iaas_ucsd_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iaas_ucsd_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_ucsd_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iaasUcsdInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iaas_ucsd_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_ucsd_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_ucsd_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasUcsdInfo instance. (required) - :param str moid2: The moid of the iaasUcsdInfo instance. (required) - :param str moid3: The moid of the iaasUcsdInfo instance. (required) - :param str moid4: The moid of the iaasUcsdInfo instance. (required) - :param str moid5: The moid of the iaasUcsdInfo instance. (required) - :param str moid6: The moid of the iaasUcsdInfo instance. (required) - :param str moid7: The moid of the iaasUcsdInfo instance. (required) - :param str moid8: The moid of the iaasUcsdInfo instance. (required) - :param str moid9: The moid of the iaasUcsdInfo instance. (required) - :param str moid10: The moid of the iaasUcsdInfo instance. (required) - :param str moid11: The moid of the iaasUcsdInfo instance. (required) - :param str moid12: The moid of the iaasUcsdInfo instance. (required) - :param str moid13: The moid of the iaasUcsdInfo instance. (required) - :param str moid14: The moid of the iaasUcsdInfo instance. (required) - :param str moid15: The moid of the iaasUcsdInfo instance. (required) :return: IaasUcsdInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iaas_ucsd_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iaas_ucsd_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iaas_ucsd_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iaas_ucsd_infos_moid_get_with_http_info(moid, **kwargs) return data - def iaas_ucsd_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_ucsd_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iaasUcsdInfo' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iaas_ucsd_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_ucsd_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_ucsd_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasUcsdInfo instance. (required) - :param str moid2: The moid of the iaasUcsdInfo instance. (required) - :param str moid3: The moid of the iaasUcsdInfo instance. (required) - :param str moid4: The moid of the iaasUcsdInfo instance. (required) - :param str moid5: The moid of the iaasUcsdInfo instance. (required) - :param str moid6: The moid of the iaasUcsdInfo instance. (required) - :param str moid7: The moid of the iaasUcsdInfo instance. (required) - :param str moid8: The moid of the iaasUcsdInfo instance. (required) - :param str moid9: The moid of the iaasUcsdInfo instance. (required) - :param str moid10: The moid of the iaasUcsdInfo instance. (required) - :param str moid11: The moid of the iaasUcsdInfo instance. (required) - :param str moid12: The moid of the iaasUcsdInfo instance. (required) - :param str moid13: The moid of the iaasUcsdInfo instance. (required) - :param str moid14: The moid of the iaasUcsdInfo instance. (required) - :param str moid15: The moid of the iaasUcsdInfo instance. (required) :return: IaasUcsdInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iaas_ucsd_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iaas_ucsd_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iaas_ucsd_infos_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iaas_ucsd_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iaas_ucsd_managed_infra_api.py b/intersight/apis/iaas_ucsd_managed_infra_api.py index ed269ebc..247626ca 100644 --- a/intersight/apis/iaas_ucsd_managed_infra_api.py +++ b/intersight/apis/iaas_ucsd_managed_infra_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iaas_ucsd_managed_infras_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasUcsdManagedInfraList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iaas_ucsd_managed_infras_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IaasUcsdManagedInfraList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iaas_ucsd_managed_infras_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iaas_ucsd_managed_infras_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iaas_ucsd_managed_infras_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_ucsd_managed_infras_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iaasUcsdManagedInfra' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iaas_ucsd_managed_infras_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_ucsd_managed_infras_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_ucsd_managed_infras_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid2: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid3: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid4: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid5: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid6: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid7: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid8: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid9: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid10: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid11: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid12: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid13: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid14: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid15: The moid of the iaasUcsdManagedInfra instance. (required) :return: IaasUcsdManagedInfra If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iaas_ucsd_managed_infras_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iaas_ucsd_managed_infras_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iaas_ucsd_managed_infras_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iaas_ucsd_managed_infras_moid_get_with_http_info(moid, **kwargs) return data - def iaas_ucsd_managed_infras_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iaas_ucsd_managed_infras_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iaasUcsdManagedInfra' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iaas_ucsd_managed_infras_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iaas_ucsd_managed_infras_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iaas_ucsd_managed_infras_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid2: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid3: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid4: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid5: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid6: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid7: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid8: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid9: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid10: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid11: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid12: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid13: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid14: The moid of the iaasUcsdManagedInfra instance. (required) - :param str moid15: The moid of the iaasUcsdManagedInfra instance. (required) :return: IaasUcsdManagedInfra If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iaas_ucsd_managed_infras_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iaas_ucsd_managed_infras_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iaas_ucsd_managed_infras_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iaas_ucsd_managed_infras_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_account_api.py b/intersight/apis/iam_account_api.py index 57ccefd4..62cebf10 100644 --- a/intersight/apis/iam_account_api.py +++ b/intersight/apis/iam_account_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_accounts_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamAccountList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_accounts_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamAccountList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_accounts_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_accounts_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_accounts_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_accounts_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_accounts_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_accounts_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param str moid15: The moid of the iamAccount instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_accounts_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_accounts_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_accounts_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_accounts_moid_delete_with_http_info(moid, **kwargs) return data - def iam_accounts_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_accounts_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_accounts_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_accounts_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param str moid15: The moid of the iamAccount instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_accounts_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_accounts_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_accounts_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_accounts_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_accounts_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_accounts_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_accounts_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_accounts_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_accounts_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param str moid15: The moid of the iamAccount instance. (required) :return: IamAccount If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_accounts_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_accounts_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_accounts_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_accounts_moid_get_with_http_info(moid, **kwargs) return data - def iam_accounts_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_accounts_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_accounts_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_accounts_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param str moid15: The moid of the iamAccount instance. (required) :return: IamAccount If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_accounts_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_accounts_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_accounts_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_accounts_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_accounts_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_accounts_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_accounts_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_accounts_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_accounts_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) :param IamAccount body: iamAccount to update (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param IamAccount body2: iamAccount to update (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param IamAccount body3: iamAccount to update (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param IamAccount body4: iamAccount to update (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param IamAccount body5: iamAccount to update (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param IamAccount body6: iamAccount to update (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param IamAccount body7: iamAccount to update (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param IamAccount body8: iamAccount to update (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param IamAccount body9: iamAccount to update (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param IamAccount body10: iamAccount to update (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param IamAccount body11: iamAccount to update (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param IamAccount body12: iamAccount to update (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param IamAccount body13: iamAccount to update (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param IamAccount body14: iamAccount to update (required) - :param str moid15: The moid of the iamAccount instance. (required) - :param IamAccount body15: iamAccount to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_accounts_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_accounts_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_accounts_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_accounts_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_accounts_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_accounts_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_accounts_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_accounts_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) :param IamAccount body: iamAccount to update (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param IamAccount body2: iamAccount to update (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param IamAccount body3: iamAccount to update (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param IamAccount body4: iamAccount to update (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param IamAccount body5: iamAccount to update (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param IamAccount body6: iamAccount to update (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param IamAccount body7: iamAccount to update (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param IamAccount body8: iamAccount to update (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param IamAccount body9: iamAccount to update (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param IamAccount body10: iamAccount to update (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param IamAccount body11: iamAccount to update (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param IamAccount body12: iamAccount to update (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param IamAccount body13: iamAccount to update (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param IamAccount body14: iamAccount to update (required) - :param str moid15: The moid of the iamAccount instance. (required) - :param IamAccount body15: iamAccount to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_accounts_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_accounts_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_accounts_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_accounts_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_accounts_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_accounts_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_accounts_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_accounts_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_accounts_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_accounts_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) :param IamAccount body: iamAccount to update (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param IamAccount body2: iamAccount to update (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param IamAccount body3: iamAccount to update (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param IamAccount body4: iamAccount to update (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param IamAccount body5: iamAccount to update (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param IamAccount body6: iamAccount to update (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param IamAccount body7: iamAccount to update (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param IamAccount body8: iamAccount to update (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param IamAccount body9: iamAccount to update (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param IamAccount body10: iamAccount to update (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param IamAccount body11: iamAccount to update (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param IamAccount body12: iamAccount to update (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param IamAccount body13: iamAccount to update (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param IamAccount body14: iamAccount to update (required) - :param str moid15: The moid of the iamAccount instance. (required) - :param IamAccount body15: iamAccount to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_accounts_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_accounts_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_accounts_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_accounts_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_accounts_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_accounts_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_accounts_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_accounts_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamAccount instance. (required) :param IamAccount body: iamAccount to update (required) - :param str moid2: The moid of the iamAccount instance. (required) - :param IamAccount body2: iamAccount to update (required) - :param str moid3: The moid of the iamAccount instance. (required) - :param IamAccount body3: iamAccount to update (required) - :param str moid4: The moid of the iamAccount instance. (required) - :param IamAccount body4: iamAccount to update (required) - :param str moid5: The moid of the iamAccount instance. (required) - :param IamAccount body5: iamAccount to update (required) - :param str moid6: The moid of the iamAccount instance. (required) - :param IamAccount body6: iamAccount to update (required) - :param str moid7: The moid of the iamAccount instance. (required) - :param IamAccount body7: iamAccount to update (required) - :param str moid8: The moid of the iamAccount instance. (required) - :param IamAccount body8: iamAccount to update (required) - :param str moid9: The moid of the iamAccount instance. (required) - :param IamAccount body9: iamAccount to update (required) - :param str moid10: The moid of the iamAccount instance. (required) - :param IamAccount body10: iamAccount to update (required) - :param str moid11: The moid of the iamAccount instance. (required) - :param IamAccount body11: iamAccount to update (required) - :param str moid12: The moid of the iamAccount instance. (required) - :param IamAccount body12: iamAccount to update (required) - :param str moid13: The moid of the iamAccount instance. (required) - :param IamAccount body13: iamAccount to update (required) - :param str moid14: The moid of the iamAccount instance. (required) - :param IamAccount body14: iamAccount to update (required) - :param str moid15: The moid of the iamAccount instance. (required) - :param IamAccount body15: iamAccount to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_accounts_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_accounts_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_accounts_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_accounts_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_accounts_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_accounts_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_accounts_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_accounts_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_accounts_post(self, body, **kwargs): """ Create an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_accounts_post(self, body, body2, body3, body4, body5, body6, body7, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_accounts_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamAccount body: iamAccount to add (required) - :param IamAccount body2: iamAccount to add (required) - :param IamAccount body3: iamAccount to add (required) - :param IamAccount body4: iamAccount to add (required) - :param IamAccount body5: iamAccount to add (required) - :param IamAccount body6: iamAccount to add (required) - :param IamAccount body7: iamAccount to add (required) - :param IamAccount body8: iamAccount to add (required) - :param IamAccount body9: iamAccount to add (required) - :param IamAccount body10: iamAccount to add (required) - :param IamAccount body11: iamAccount to add (required) - :param IamAccount body12: iamAccount to add (required) - :param IamAccount body13: iamAccount to add (required) - :param IamAccount body14: iamAccount to add (required) - :param IamAccount body15: iamAccount to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_accounts_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_accounts_post_with_http_info(body, **kwargs) else: - (data) = self.iam_accounts_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_accounts_post_with_http_info(body, **kwargs) return data - def iam_accounts_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_accounts_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamAccount' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_accounts_post_with_http_info(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_accounts_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_accounts_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamAccount body: iamAccount to add (required) - :param IamAccount body2: iamAccount to add (required) - :param IamAccount body3: iamAccount to add (required) - :param IamAccount body4: iamAccount to add (required) - :param IamAccount body5: iamAccount to add (required) - :param IamAccount body6: iamAccount to add (required) - :param IamAccount body7: iamAccount to add (required) - :param IamAccount body8: iamAccount to add (required) - :param IamAccount body9: iamAccount to add (required) - :param IamAccount body10: iamAccount to add (required) - :param IamAccount body11: iamAccount to add (required) - :param IamAccount body12: iamAccount to add (required) - :param IamAccount body13: iamAccount to add (required) - :param IamAccount body14: iamAccount to add (required) - :param IamAccount body15: iamAccount to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_accounts_post_with_http_info(self, body, body2, body3, body4, body5, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_accounts_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_accounts_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_accounts_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_accounts_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_accounts_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_accounts_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_accounts_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_accounts_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_accounts_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_accounts_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_accounts_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_accounts_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_accounts_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_accounts_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_accounts_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_accounts_post_with_http_info(self, body, body2, body3, body4, body5, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_api_key_api.py b/intersight/apis/iam_api_key_api.py index 7a066cac..36cb20fa 100644 --- a/intersight/apis/iam_api_key_api.py +++ b/intersight/apis/iam_api_key_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_api_keys_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamApiKeyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_api_keys_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamApiKeyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_api_keys_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_api_keys_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_api_keys_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_api_keys_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_api_keys_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param str moid15: The moid of the iamApiKey instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_api_keys_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_api_keys_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_api_keys_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_api_keys_moid_delete_with_http_info(moid, **kwargs) return data - def iam_api_keys_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_api_keys_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_api_keys_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param str moid15: The moid of the iamApiKey instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_api_keys_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_api_keys_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_api_keys_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_api_keys_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_api_keys_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_api_keys_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_api_keys_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_api_keys_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param str moid15: The moid of the iamApiKey instance. (required) :return: IamApiKey If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_api_keys_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_api_keys_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_api_keys_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_api_keys_moid_get_with_http_info(moid, **kwargs) return data - def iam_api_keys_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_api_keys_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_api_keys_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param str moid15: The moid of the iamApiKey instance. (required) :return: IamApiKey If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_api_keys_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_api_keys_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_api_keys_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_api_keys_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_api_keys_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_api_keys_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_api_keys_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_api_keys_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) :param IamApiKey body: iamApiKey to update (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param IamApiKey body2: iamApiKey to update (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param IamApiKey body3: iamApiKey to update (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param IamApiKey body4: iamApiKey to update (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param IamApiKey body5: iamApiKey to update (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param IamApiKey body6: iamApiKey to update (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param IamApiKey body7: iamApiKey to update (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param IamApiKey body8: iamApiKey to update (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param IamApiKey body9: iamApiKey to update (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param IamApiKey body10: iamApiKey to update (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param IamApiKey body11: iamApiKey to update (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param IamApiKey body12: iamApiKey to update (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param IamApiKey body13: iamApiKey to update (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param IamApiKey body14: iamApiKey to update (required) - :param str moid15: The moid of the iamApiKey instance. (required) - :param IamApiKey body15: iamApiKey to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_api_keys_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_api_keys_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_api_keys_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_api_keys_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_api_keys_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_api_keys_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_api_keys_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) :param IamApiKey body: iamApiKey to update (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param IamApiKey body2: iamApiKey to update (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param IamApiKey body3: iamApiKey to update (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param IamApiKey body4: iamApiKey to update (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param IamApiKey body5: iamApiKey to update (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param IamApiKey body6: iamApiKey to update (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param IamApiKey body7: iamApiKey to update (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param IamApiKey body8: iamApiKey to update (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param IamApiKey body9: iamApiKey to update (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param IamApiKey body10: iamApiKey to update (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param IamApiKey body11: iamApiKey to update (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param IamApiKey body12: iamApiKey to update (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param IamApiKey body13: iamApiKey to update (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param IamApiKey body14: iamApiKey to update (required) - :param str moid15: The moid of the iamApiKey instance. (required) - :param IamApiKey body15: iamApiKey to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_api_keys_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_api_keys_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_api_keys_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_api_keys_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_api_keys_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_api_keys_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_api_keys_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_api_keys_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_api_keys_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) :param IamApiKey body: iamApiKey to update (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param IamApiKey body2: iamApiKey to update (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param IamApiKey body3: iamApiKey to update (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param IamApiKey body4: iamApiKey to update (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param IamApiKey body5: iamApiKey to update (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param IamApiKey body6: iamApiKey to update (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param IamApiKey body7: iamApiKey to update (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param IamApiKey body8: iamApiKey to update (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param IamApiKey body9: iamApiKey to update (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param IamApiKey body10: iamApiKey to update (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param IamApiKey body11: iamApiKey to update (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param IamApiKey body12: iamApiKey to update (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param IamApiKey body13: iamApiKey to update (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param IamApiKey body14: iamApiKey to update (required) - :param str moid15: The moid of the iamApiKey instance. (required) - :param IamApiKey body15: iamApiKey to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_api_keys_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_api_keys_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_api_keys_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_api_keys_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_api_keys_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_api_keys_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_api_keys_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_api_keys_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamApiKey instance. (required) :param IamApiKey body: iamApiKey to update (required) - :param str moid2: The moid of the iamApiKey instance. (required) - :param IamApiKey body2: iamApiKey to update (required) - :param str moid3: The moid of the iamApiKey instance. (required) - :param IamApiKey body3: iamApiKey to update (required) - :param str moid4: The moid of the iamApiKey instance. (required) - :param IamApiKey body4: iamApiKey to update (required) - :param str moid5: The moid of the iamApiKey instance. (required) - :param IamApiKey body5: iamApiKey to update (required) - :param str moid6: The moid of the iamApiKey instance. (required) - :param IamApiKey body6: iamApiKey to update (required) - :param str moid7: The moid of the iamApiKey instance. (required) - :param IamApiKey body7: iamApiKey to update (required) - :param str moid8: The moid of the iamApiKey instance. (required) - :param IamApiKey body8: iamApiKey to update (required) - :param str moid9: The moid of the iamApiKey instance. (required) - :param IamApiKey body9: iamApiKey to update (required) - :param str moid10: The moid of the iamApiKey instance. (required) - :param IamApiKey body10: iamApiKey to update (required) - :param str moid11: The moid of the iamApiKey instance. (required) - :param IamApiKey body11: iamApiKey to update (required) - :param str moid12: The moid of the iamApiKey instance. (required) - :param IamApiKey body12: iamApiKey to update (required) - :param str moid13: The moid of the iamApiKey instance. (required) - :param IamApiKey body13: iamApiKey to update (required) - :param str moid14: The moid of the iamApiKey instance. (required) - :param IamApiKey body14: iamApiKey to update (required) - :param str moid15: The moid of the iamApiKey instance. (required) - :param IamApiKey body15: iamApiKey to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_api_keys_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_api_keys_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_api_keys_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_api_keys_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_api_keys_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_api_keys_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_api_keys_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_api_keys_post(self, body, **kwargs): """ Create an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_api_keys_post(self, body, body2, body3, body4, body5, body6, body7, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_api_keys_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamApiKey body: iamApiKey to add (required) - :param IamApiKey body2: iamApiKey to add (required) - :param IamApiKey body3: iamApiKey to add (required) - :param IamApiKey body4: iamApiKey to add (required) - :param IamApiKey body5: iamApiKey to add (required) - :param IamApiKey body6: iamApiKey to add (required) - :param IamApiKey body7: iamApiKey to add (required) - :param IamApiKey body8: iamApiKey to add (required) - :param IamApiKey body9: iamApiKey to add (required) - :param IamApiKey body10: iamApiKey to add (required) - :param IamApiKey body11: iamApiKey to add (required) - :param IamApiKey body12: iamApiKey to add (required) - :param IamApiKey body13: iamApiKey to add (required) - :param IamApiKey body14: iamApiKey to add (required) - :param IamApiKey body15: iamApiKey to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_api_keys_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_api_keys_post_with_http_info(body, **kwargs) else: - (data) = self.iam_api_keys_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_api_keys_post_with_http_info(body, **kwargs) return data - def iam_api_keys_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_api_keys_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamApiKey' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_api_keys_post_with_http_info(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_api_keys_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_api_keys_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamApiKey body: iamApiKey to add (required) - :param IamApiKey body2: iamApiKey to add (required) - :param IamApiKey body3: iamApiKey to add (required) - :param IamApiKey body4: iamApiKey to add (required) - :param IamApiKey body5: iamApiKey to add (required) - :param IamApiKey body6: iamApiKey to add (required) - :param IamApiKey body7: iamApiKey to add (required) - :param IamApiKey body8: iamApiKey to add (required) - :param IamApiKey body9: iamApiKey to add (required) - :param IamApiKey body10: iamApiKey to add (required) - :param IamApiKey body11: iamApiKey to add (required) - :param IamApiKey body12: iamApiKey to add (required) - :param IamApiKey body13: iamApiKey to add (required) - :param IamApiKey body14: iamApiKey to add (required) - :param IamApiKey body15: iamApiKey to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_api_keys_post_with_http_info(self, body, body2, body3, body4, body5, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_api_keys_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_api_keys_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_api_keys_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_api_keys_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_api_keys_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_api_keys_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_api_keys_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_api_keys_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_api_keys_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_api_keys_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_api_keys_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_api_keys_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_api_keys_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_api_keys_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_api_keys_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_api_keys_post_with_http_info(self, body, body2, body3, body4, body5, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_domain_group_api.py b/intersight/apis/iam_domain_group_api.py index 1a2ee8aa..8bf0fafd 100644 --- a/intersight/apis/iam_domain_group_api.py +++ b/intersight/apis/iam_domain_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_domain_groups_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamDomainGroupList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_domain_groups_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamDomainGroupList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_domain_groups_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_domain_groups_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_domain_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_domain_groups_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamDomainGroup' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_domain_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_domain_groups_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_domain_groups_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamDomainGroup instance. (required) - :param str moid2: The moid of the iamDomainGroup instance. (required) - :param str moid3: The moid of the iamDomainGroup instance. (required) - :param str moid4: The moid of the iamDomainGroup instance. (required) - :param str moid5: The moid of the iamDomainGroup instance. (required) - :param str moid6: The moid of the iamDomainGroup instance. (required) - :param str moid7: The moid of the iamDomainGroup instance. (required) - :param str moid8: The moid of the iamDomainGroup instance. (required) - :param str moid9: The moid of the iamDomainGroup instance. (required) - :param str moid10: The moid of the iamDomainGroup instance. (required) - :param str moid11: The moid of the iamDomainGroup instance. (required) - :param str moid12: The moid of the iamDomainGroup instance. (required) - :param str moid13: The moid of the iamDomainGroup instance. (required) - :param str moid14: The moid of the iamDomainGroup instance. (required) - :param str moid15: The moid of the iamDomainGroup instance. (required) :return: IamDomainGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_domain_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_domain_groups_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_domain_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_domain_groups_moid_get_with_http_info(moid, **kwargs) return data - def iam_domain_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_domain_groups_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamDomainGroup' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_domain_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_domain_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_domain_groups_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamDomainGroup instance. (required) - :param str moid2: The moid of the iamDomainGroup instance. (required) - :param str moid3: The moid of the iamDomainGroup instance. (required) - :param str moid4: The moid of the iamDomainGroup instance. (required) - :param str moid5: The moid of the iamDomainGroup instance. (required) - :param str moid6: The moid of the iamDomainGroup instance. (required) - :param str moid7: The moid of the iamDomainGroup instance. (required) - :param str moid8: The moid of the iamDomainGroup instance. (required) - :param str moid9: The moid of the iamDomainGroup instance. (required) - :param str moid10: The moid of the iamDomainGroup instance. (required) - :param str moid11: The moid of the iamDomainGroup instance. (required) - :param str moid12: The moid of the iamDomainGroup instance. (required) - :param str moid13: The moid of the iamDomainGroup instance. (required) - :param str moid14: The moid of the iamDomainGroup instance. (required) - :param str moid15: The moid of the iamDomainGroup instance. (required) :return: IamDomainGroup If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_domain_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_domain_groups_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_domain_groups_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_domain_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_end_point_privilege_api.py b/intersight/apis/iam_end_point_privilege_api.py index 8abf2c67..00d9d39d 100644 --- a/intersight/apis/iam_end_point_privilege_api.py +++ b/intersight/apis/iam_end_point_privilege_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_end_point_privileges_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamEndPointPrivilegeList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_end_point_privileges_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamEndPointPrivilegeList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_end_point_privileges_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_end_point_privileges_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_privileges_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_privileges_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointPrivilege' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_end_point_privileges_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_privileges_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_privileges_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointPrivilege instance. (required) - :param str moid2: The moid of the iamEndPointPrivilege instance. (required) - :param str moid3: The moid of the iamEndPointPrivilege instance. (required) - :param str moid4: The moid of the iamEndPointPrivilege instance. (required) - :param str moid5: The moid of the iamEndPointPrivilege instance. (required) - :param str moid6: The moid of the iamEndPointPrivilege instance. (required) - :param str moid7: The moid of the iamEndPointPrivilege instance. (required) - :param str moid8: The moid of the iamEndPointPrivilege instance. (required) - :param str moid9: The moid of the iamEndPointPrivilege instance. (required) - :param str moid10: The moid of the iamEndPointPrivilege instance. (required) - :param str moid11: The moid of the iamEndPointPrivilege instance. (required) - :param str moid12: The moid of the iamEndPointPrivilege instance. (required) - :param str moid13: The moid of the iamEndPointPrivilege instance. (required) - :param str moid14: The moid of the iamEndPointPrivilege instance. (required) - :param str moid15: The moid of the iamEndPointPrivilege instance. (required) :return: IamEndPointPrivilege If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_privileges_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_privileges_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_privileges_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_privileges_moid_get_with_http_info(moid, **kwargs) return data - def iam_end_point_privileges_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_privileges_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointPrivilege' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_end_point_privileges_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_privileges_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_privileges_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointPrivilege instance. (required) - :param str moid2: The moid of the iamEndPointPrivilege instance. (required) - :param str moid3: The moid of the iamEndPointPrivilege instance. (required) - :param str moid4: The moid of the iamEndPointPrivilege instance. (required) - :param str moid5: The moid of the iamEndPointPrivilege instance. (required) - :param str moid6: The moid of the iamEndPointPrivilege instance. (required) - :param str moid7: The moid of the iamEndPointPrivilege instance. (required) - :param str moid8: The moid of the iamEndPointPrivilege instance. (required) - :param str moid9: The moid of the iamEndPointPrivilege instance. (required) - :param str moid10: The moid of the iamEndPointPrivilege instance. (required) - :param str moid11: The moid of the iamEndPointPrivilege instance. (required) - :param str moid12: The moid of the iamEndPointPrivilege instance. (required) - :param str moid13: The moid of the iamEndPointPrivilege instance. (required) - :param str moid14: The moid of the iamEndPointPrivilege instance. (required) - :param str moid15: The moid of the iamEndPointPrivilege instance. (required) :return: IamEndPointPrivilege If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_end_point_privileges_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_privileges_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_privileges_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_end_point_privileges_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_end_point_role_api.py b/intersight/apis/iam_end_point_role_api.py index 050ba45e..a3a69253 100644 --- a/intersight/apis/iam_end_point_role_api.py +++ b/intersight/apis/iam_end_point_role_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_end_point_roles_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamEndPointRoleList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_end_point_roles_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamEndPointRoleList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_end_point_roles_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_end_point_roles_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_roles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_roles_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointRole' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_end_point_roles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_roles_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_roles_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointRole instance. (required) - :param str moid2: The moid of the iamEndPointRole instance. (required) - :param str moid3: The moid of the iamEndPointRole instance. (required) - :param str moid4: The moid of the iamEndPointRole instance. (required) - :param str moid5: The moid of the iamEndPointRole instance. (required) - :param str moid6: The moid of the iamEndPointRole instance. (required) - :param str moid7: The moid of the iamEndPointRole instance. (required) - :param str moid8: The moid of the iamEndPointRole instance. (required) - :param str moid9: The moid of the iamEndPointRole instance. (required) - :param str moid10: The moid of the iamEndPointRole instance. (required) - :param str moid11: The moid of the iamEndPointRole instance. (required) - :param str moid12: The moid of the iamEndPointRole instance. (required) - :param str moid13: The moid of the iamEndPointRole instance. (required) - :param str moid14: The moid of the iamEndPointRole instance. (required) - :param str moid15: The moid of the iamEndPointRole instance. (required) :return: IamEndPointRole If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_roles_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_roles_moid_get_with_http_info(moid, **kwargs) return data - def iam_end_point_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_roles_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointRole' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_end_point_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_roles_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointRole instance. (required) - :param str moid2: The moid of the iamEndPointRole instance. (required) - :param str moid3: The moid of the iamEndPointRole instance. (required) - :param str moid4: The moid of the iamEndPointRole instance. (required) - :param str moid5: The moid of the iamEndPointRole instance. (required) - :param str moid6: The moid of the iamEndPointRole instance. (required) - :param str moid7: The moid of the iamEndPointRole instance. (required) - :param str moid8: The moid of the iamEndPointRole instance. (required) - :param str moid9: The moid of the iamEndPointRole instance. (required) - :param str moid10: The moid of the iamEndPointRole instance. (required) - :param str moid11: The moid of the iamEndPointRole instance. (required) - :param str moid12: The moid of the iamEndPointRole instance. (required) - :param str moid13: The moid of the iamEndPointRole instance. (required) - :param str moid14: The moid of the iamEndPointRole instance. (required) - :param str moid15: The moid of the iamEndPointRole instance. (required) :return: IamEndPointRole If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_end_point_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_roles_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_roles_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_end_point_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_end_point_user_api.py b/intersight/apis/iam_end_point_user_api.py index 3b9d4957..13e038c0 100644 --- a/intersight/apis/iam_end_point_user_api.py +++ b/intersight/apis/iam_end_point_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_end_point_users_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamEndPointUserList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_end_point_users_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamEndPointUserList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def iam_end_point_users_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def iam_end_point_users_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_users_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_users_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_end_point_users_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_users_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_users_moid_delete_with_http_info(moid, **kwargs) return data - def iam_end_point_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_users_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_end_point_users_moid_delete_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_end_point_users_moid_delete_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_users_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_users_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_end_point_users_moid_delete_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_end_point_users_moid_delete_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_users_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_users_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_end_point_users_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) :return: IamEndPointUser If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_users_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_users_moid_get_with_http_info(moid, **kwargs) return data - def iam_end_point_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_users_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_end_point_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) :return: IamEndPointUser If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_end_point_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_users_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_users_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_end_point_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_end_point_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_users_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_users_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_end_point_users_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) :param IamEndPointUser body: iamEndPointUser to update (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body2: iamEndPointUser to update (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body3: iamEndPointUser to update (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body4: iamEndPointUser to update (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body5: iamEndPointUser to update (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body6: iamEndPointUser to update (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body7: iamEndPointUser to update (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body8: iamEndPointUser to update (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body9: iamEndPointUser to update (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body10: iamEndPointUser to update (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body11: iamEndPointUser to update (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body12: iamEndPointUser to update (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body13: iamEndPointUser to update (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body14: iamEndPointUser to update (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body15: iamEndPointUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_end_point_users_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_end_point_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_end_point_users_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_end_point_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_users_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_end_point_users_moid_patch_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) :param IamEndPointUser body: iamEndPointUser to update (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body2: iamEndPointUser to update (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body3: iamEndPointUser to update (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body4: iamEndPointUser to update (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body5: iamEndPointUser to update (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body6: iamEndPointUser to update (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body7: iamEndPointUser to update (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body8: iamEndPointUser to update (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body9: iamEndPointUser to update (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body10: iamEndPointUser to update (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body11: iamEndPointUser to update (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body12: iamEndPointUser to update (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body13: iamEndPointUser to update (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body14: iamEndPointUser to update (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body15: iamEndPointUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_end_point_users_moid_patch_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_users_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_users_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_end_point_users_moid_patch_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_end_point_users_moid_patch_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_end_point_users_moid_patch_with_http_info(self, moid, body, moid2, body2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_users_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_users_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_end_point_users_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) :param IamEndPointUser body: iamEndPointUser to update (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body2: iamEndPointUser to update (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body3: iamEndPointUser to update (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body4: iamEndPointUser to update (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body5: iamEndPointUser to update (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body6: iamEndPointUser to update (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body7: iamEndPointUser to update (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body8: iamEndPointUser to update (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body9: iamEndPointUser to update (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body10: iamEndPointUser to update (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body11: iamEndPointUser to update (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body12: iamEndPointUser to update (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body13: iamEndPointUser to update (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body14: iamEndPointUser to update (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body15: iamEndPointUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_end_point_users_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_end_point_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_end_point_users_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_end_point_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_users_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_end_point_users_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_users_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUser instance. (required) :param IamEndPointUser body: iamEndPointUser to update (required) - :param str moid2: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body2: iamEndPointUser to update (required) - :param str moid3: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body3: iamEndPointUser to update (required) - :param str moid4: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body4: iamEndPointUser to update (required) - :param str moid5: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body5: iamEndPointUser to update (required) - :param str moid6: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body6: iamEndPointUser to update (required) - :param str moid7: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body7: iamEndPointUser to update (required) - :param str moid8: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body8: iamEndPointUser to update (required) - :param str moid9: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body9: iamEndPointUser to update (required) - :param str moid10: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body10: iamEndPointUser to update (required) - :param str moid11: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body11: iamEndPointUser to update (required) - :param str moid12: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body12: iamEndPointUser to update (required) - :param str moid13: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body13: iamEndPointUser to update (required) - :param str moid14: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body14: iamEndPointUser to update (required) - :param str moid15: The moid of the iamEndPointUser instance. (required) - :param IamEndPointUser body15: iamEndPointUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_end_point_users_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_users_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_users_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_end_point_users_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_end_point_users_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_end_point_users_moid_post_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_users_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_end_point_users_post(self, body, **kwargs): """ Create an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_end_point_users_post(self, body, body2, body3, body4, body5, body6, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_end_point_users_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamEndPointUser body: iamEndPointUser to add (required) - :param IamEndPointUser body2: iamEndPointUser to add (required) - :param IamEndPointUser body3: iamEndPointUser to add (required) - :param IamEndPointUser body4: iamEndPointUser to add (required) - :param IamEndPointUser body5: iamEndPointUser to add (required) - :param IamEndPointUser body6: iamEndPointUser to add (required) - :param IamEndPointUser body7: iamEndPointUser to add (required) - :param IamEndPointUser body8: iamEndPointUser to add (required) - :param IamEndPointUser body9: iamEndPointUser to add (required) - :param IamEndPointUser body10: iamEndPointUser to add (required) - :param IamEndPointUser body11: iamEndPointUser to add (required) - :param IamEndPointUser body12: iamEndPointUser to add (required) - :param IamEndPointUser body13: iamEndPointUser to add (required) - :param IamEndPointUser body14: iamEndPointUser to add (required) - :param IamEndPointUser body15: iamEndPointUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_end_point_users_post_with_http_info(body, **kwargs) else: - (data) = self.iam_end_point_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_end_point_users_post_with_http_info(body, **kwargs) return data - def iam_end_point_users_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_end_point_users_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamEndPointUser' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_end_point_users_post_with_http_info(self, body, body2, body3, body4, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_end_point_users_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamEndPointUser body: iamEndPointUser to add (required) - :param IamEndPointUser body2: iamEndPointUser to add (required) - :param IamEndPointUser body3: iamEndPointUser to add (required) - :param IamEndPointUser body4: iamEndPointUser to add (required) - :param IamEndPointUser body5: iamEndPointUser to add (required) - :param IamEndPointUser body6: iamEndPointUser to add (required) - :param IamEndPointUser body7: iamEndPointUser to add (required) - :param IamEndPointUser body8: iamEndPointUser to add (required) - :param IamEndPointUser body9: iamEndPointUser to add (required) - :param IamEndPointUser body10: iamEndPointUser to add (required) - :param IamEndPointUser body11: iamEndPointUser to add (required) - :param IamEndPointUser body12: iamEndPointUser to add (required) - :param IamEndPointUser body13: iamEndPointUser to add (required) - :param IamEndPointUser body14: iamEndPointUser to add (required) - :param IamEndPointUser body15: iamEndPointUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_end_point_users_post_with_http_info(self, body, body2, body3, body4, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_users_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_users_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_users_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_users_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_users_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_users_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_users_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_users_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_users_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_users_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_users_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_users_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_users_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_users_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_users_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_end_point_users_post_with_http_info(self, body, body2, body3, body4, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_end_point_user_policy_api.py b/intersight/apis/iam_end_point_user_policy_api.py index 20f8e40a..09c624a6 100644 --- a/intersight/apis/iam_end_point_user_policy_api.py +++ b/intersight/apis/iam_end_point_user_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_end_point_user_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamEndPointUserPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_end_point_user_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamEndPointUserPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def iam_end_point_user_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def iam_end_point_user_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_end_point_user_policies_moid_delete(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_user_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_user_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_user_policies_moid_delete_with_http_info(moid, **kwargs) return data - def iam_end_point_user_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_end_point_user_policies_moid_delete_with_http_info(self, moid, moid2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_end_point_user_policies_moid_delete_with_http_info(self, moid, moid2, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_end_point_user_policies_moid_delete_with_http_info(self, moid, moid2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_end_point_user_policies_moid_delete_with_http_info(self, moid, moid2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_end_point_user_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) :return: IamEndPointUserPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_user_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_user_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_user_policies_moid_get_with_http_info(moid, **kwargs) return data - def iam_end_point_user_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_end_point_user_policies_moid_get_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) :return: IamEndPointUserPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_end_point_user_policies_moid_get_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_end_point_user_policies_moid_get_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_end_point_user_policies_moid_get_with_http_info(self, moid, moid2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_end_point_user_policies_moid_patch(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) :param IamEndPointUserPolicy body: iamEndPointUserPolicy to update (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body2: iamEndPointUserPolicy to update (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body3: iamEndPointUserPolicy to update (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body4: iamEndPointUserPolicy to update (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body5: iamEndPointUserPolicy to update (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body6: iamEndPointUserPolicy to update (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body7: iamEndPointUserPolicy to update (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body8: iamEndPointUserPolicy to update (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body9: iamEndPointUserPolicy to update (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body10: iamEndPointUserPolicy to update (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body11: iamEndPointUserPolicy to update (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body12: iamEndPointUserPolicy to update (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body13: iamEndPointUserPolicy to update (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body14: iamEndPointUserPolicy to update (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body15: iamEndPointUserPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_end_point_user_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_end_point_user_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_end_point_user_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_end_point_user_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_end_point_user_policies_moid_patch_with_http_info(self, moid, body, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) :param IamEndPointUserPolicy body: iamEndPointUserPolicy to update (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body2: iamEndPointUserPolicy to update (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body3: iamEndPointUserPolicy to update (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body4: iamEndPointUserPolicy to update (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body5: iamEndPointUserPolicy to update (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body6: iamEndPointUserPolicy to update (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body7: iamEndPointUserPolicy to update (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body8: iamEndPointUserPolicy to update (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body9: iamEndPointUserPolicy to update (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body10: iamEndPointUserPolicy to update (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body11: iamEndPointUserPolicy to update (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body12: iamEndPointUserPolicy to update (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body13: iamEndPointUserPolicy to update (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body14: iamEndPointUserPolicy to update (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body15: iamEndPointUserPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_end_point_user_policies_moid_patch_with_http_info(self, moid, body, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_user_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_end_point_user_policies_moid_patch_with_http_info(self, moid, body, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_end_point_user_policies_moid_patch_with_http_info(self, moid, body, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_end_point_user_policies_moid_patch_with_http_info(self, moid, body, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_end_point_user_policies_moid_post(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) :param IamEndPointUserPolicy body: iamEndPointUserPolicy to update (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body2: iamEndPointUserPolicy to update (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body3: iamEndPointUserPolicy to update (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body4: iamEndPointUserPolicy to update (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body5: iamEndPointUserPolicy to update (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body6: iamEndPointUserPolicy to update (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body7: iamEndPointUserPolicy to update (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body8: iamEndPointUserPolicy to update (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body9: iamEndPointUserPolicy to update (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body10: iamEndPointUserPolicy to update (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body11: iamEndPointUserPolicy to update (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body12: iamEndPointUserPolicy to update (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body13: iamEndPointUserPolicy to update (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body14: iamEndPointUserPolicy to update (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body15: iamEndPointUserPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_end_point_user_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_end_point_user_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_end_point_user_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_end_point_user_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_end_point_user_policies_moid_post_with_http_info(self, moid, body, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserPolicy instance. (required) :param IamEndPointUserPolicy body: iamEndPointUserPolicy to update (required) - :param str moid2: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body2: iamEndPointUserPolicy to update (required) - :param str moid3: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body3: iamEndPointUserPolicy to update (required) - :param str moid4: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body4: iamEndPointUserPolicy to update (required) - :param str moid5: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body5: iamEndPointUserPolicy to update (required) - :param str moid6: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body6: iamEndPointUserPolicy to update (required) - :param str moid7: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body7: iamEndPointUserPolicy to update (required) - :param str moid8: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body8: iamEndPointUserPolicy to update (required) - :param str moid9: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body9: iamEndPointUserPolicy to update (required) - :param str moid10: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body10: iamEndPointUserPolicy to update (required) - :param str moid11: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body11: iamEndPointUserPolicy to update (required) - :param str moid12: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body12: iamEndPointUserPolicy to update (required) - :param str moid13: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body13: iamEndPointUserPolicy to update (required) - :param str moid14: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body14: iamEndPointUserPolicy to update (required) - :param str moid15: The moid of the iamEndPointUserPolicy instance. (required) - :param IamEndPointUserPolicy body15: iamEndPointUserPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_end_point_user_policies_moid_post_with_http_info(self, moid, body, moid2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_user_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_end_point_user_policies_moid_post_with_http_info(self, moid, body, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_end_point_user_policies_moid_post_with_http_info(self, moid, body, moid2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_end_point_user_policies_moid_post_with_http_info(self, moid, body, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_end_point_user_policies_post(self, body, **kwargs): """ Create an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_end_point_user_policies_post(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamEndPointUserPolicy body: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body2: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body3: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body4: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body5: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body6: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body7: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body8: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body9: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body10: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body11: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body12: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body13: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body14: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body15: iamEndPointUserPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_end_point_user_policies_post_with_http_info(body, **kwargs) else: - (data) = self.iam_end_point_user_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_end_point_user_policies_post_with_http_info(body, **kwargs) return data - def iam_end_point_user_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_end_point_user_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamEndPointUserPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_end_point_user_policies_post_with_http_info(self, body, body2, body3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamEndPointUserPolicy body: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body2: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body3: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body4: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body5: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body6: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body7: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body8: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body9: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body10: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body11: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body12: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body13: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body14: iamEndPointUserPolicy to add (required) - :param IamEndPointUserPolicy body15: iamEndPointUserPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_end_point_user_policies_post_with_http_info(self, body, body2, body3, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_user_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_user_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_end_point_user_policies_post_with_http_info(self, body, body2, body3, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_end_point_user_role_api.py b/intersight/apis/iam_end_point_user_role_api.py index d00cb2d2..ec3299f1 100644 --- a/intersight/apis/iam_end_point_user_role_api.py +++ b/intersight/apis/iam_end_point_user_role_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_end_point_user_roles_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamEndPointUserRoleList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_end_point_user_roles_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamEndPointUserRoleList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def iam_end_point_user_roles_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def iam_end_point_user_roles_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_roles_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_roles_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_end_point_user_roles_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_roles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_user_roles_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_user_roles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_user_roles_moid_delete_with_http_info(moid, **kwargs) return data - def iam_end_point_user_roles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_roles_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_end_point_user_roles_moid_delete_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_end_point_user_roles_moid_delete_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_roles_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_roles_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_end_point_user_roles_moid_delete_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_end_point_user_roles_moid_delete_with_http_info(self, moid, moid2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_roles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_roles_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_end_point_user_roles_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) :return: IamEndPointUserRole If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_end_point_user_roles_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_end_point_user_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_end_point_user_roles_moid_get_with_http_info(moid, **kwargs) return data - def iam_end_point_user_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_end_point_user_roles_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_end_point_user_roles_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) :return: IamEndPointUserRole If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_end_point_user_roles_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_roles_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_roles_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_end_point_user_roles_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_end_point_user_roles_moid_get_with_http_info(self, moid, moid2, moid3, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_roles_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_roles_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_end_point_user_roles_moid_patch(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) :param IamEndPointUserRole body: iamEndPointUserRole to update (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body2: iamEndPointUserRole to update (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body3: iamEndPointUserRole to update (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body4: iamEndPointUserRole to update (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body5: iamEndPointUserRole to update (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body6: iamEndPointUserRole to update (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body7: iamEndPointUserRole to update (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body8: iamEndPointUserRole to update (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body9: iamEndPointUserRole to update (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body10: iamEndPointUserRole to update (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body11: iamEndPointUserRole to update (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body12: iamEndPointUserRole to update (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body13: iamEndPointUserRole to update (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body14: iamEndPointUserRole to update (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body15: iamEndPointUserRole to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_roles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_end_point_user_roles_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_end_point_user_roles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_end_point_user_roles_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_end_point_user_roles_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_roles_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_end_point_user_roles_moid_patch_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) :param IamEndPointUserRole body: iamEndPointUserRole to update (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body2: iamEndPointUserRole to update (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body3: iamEndPointUserRole to update (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body4: iamEndPointUserRole to update (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body5: iamEndPointUserRole to update (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body6: iamEndPointUserRole to update (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body7: iamEndPointUserRole to update (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body8: iamEndPointUserRole to update (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body9: iamEndPointUserRole to update (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body10: iamEndPointUserRole to update (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body11: iamEndPointUserRole to update (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body12: iamEndPointUserRole to update (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body13: iamEndPointUserRole to update (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body14: iamEndPointUserRole to update (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body15: iamEndPointUserRole to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_end_point_user_roles_moid_patch_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_roles_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_user_roles_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_end_point_user_roles_moid_patch_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_end_point_user_roles_moid_patch_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_end_point_user_roles_moid_patch_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_roles_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_roles_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_end_point_user_roles_moid_post(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) :param IamEndPointUserRole body: iamEndPointUserRole to update (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body2: iamEndPointUserRole to update (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body3: iamEndPointUserRole to update (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body4: iamEndPointUserRole to update (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body5: iamEndPointUserRole to update (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body6: iamEndPointUserRole to update (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body7: iamEndPointUserRole to update (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body8: iamEndPointUserRole to update (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body9: iamEndPointUserRole to update (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body10: iamEndPointUserRole to update (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body11: iamEndPointUserRole to update (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body12: iamEndPointUserRole to update (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body13: iamEndPointUserRole to update (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body14: iamEndPointUserRole to update (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body15: iamEndPointUserRole to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_roles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_end_point_user_roles_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_end_point_user_roles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_end_point_user_roles_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_end_point_user_roles_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_end_point_user_roles_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_end_point_user_roles_moid_post_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamEndPointUserRole instance. (required) :param IamEndPointUserRole body: iamEndPointUserRole to update (required) - :param str moid2: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body2: iamEndPointUserRole to update (required) - :param str moid3: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body3: iamEndPointUserRole to update (required) - :param str moid4: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body4: iamEndPointUserRole to update (required) - :param str moid5: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body5: iamEndPointUserRole to update (required) - :param str moid6: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body6: iamEndPointUserRole to update (required) - :param str moid7: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body7: iamEndPointUserRole to update (required) - :param str moid8: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body8: iamEndPointUserRole to update (required) - :param str moid9: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body9: iamEndPointUserRole to update (required) - :param str moid10: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body10: iamEndPointUserRole to update (required) - :param str moid11: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body11: iamEndPointUserRole to update (required) - :param str moid12: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body12: iamEndPointUserRole to update (required) - :param str moid13: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body13: iamEndPointUserRole to update (required) - :param str moid14: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body14: iamEndPointUserRole to update (required) - :param str moid15: The moid of the iamEndPointUserRole instance. (required) - :param IamEndPointUserRole body15: iamEndPointUserRole to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_end_point_user_roles_moid_post_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_end_point_user_roles_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_user_roles_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_end_point_user_roles_moid_post_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_end_point_user_roles_moid_post_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_end_point_user_roles_moid_post_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_end_point_user_roles_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_end_point_user_roles_post(self, body, **kwargs): """ Create an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_end_point_user_roles_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamEndPointUserRole body: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body2: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body3: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body4: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body5: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body6: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body7: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body8: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body9: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body10: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body11: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body12: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body13: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body14: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body15: iamEndPointUserRole to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_end_point_user_roles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_end_point_user_roles_post_with_http_info(body, **kwargs) else: - (data) = self.iam_end_point_user_roles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_end_point_user_roles_post_with_http_info(body, **kwargs) return data - def iam_end_point_user_roles_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_end_point_user_roles_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamEndPointUserRole' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_end_point_user_roles_post_with_http_info(self, body, body2, body3, body4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_end_point_user_roles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_end_point_user_roles_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamEndPointUserRole body: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body2: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body3: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body4: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body5: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body6: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body7: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body8: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body9: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body10: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body11: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body12: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body13: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body14: iamEndPointUserRole to add (required) - :param IamEndPointUserRole body15: iamEndPointUserRole to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_end_point_user_roles_post_with_http_info(self, body, body2, body3, body4 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_end_point_user_roles_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_end_point_user_roles_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_end_point_user_roles_post_with_http_info(self, body, body2, body3, body4 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_idp_api.py b/intersight/apis/iam_idp_api.py index 838f58c7..46e8c51f 100644 --- a/intersight/apis/iam_idp_api.py +++ b/intersight/apis/iam_idp_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_idps_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamIdpList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_idps_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamIdpList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_idps_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_idps_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_idps_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_idps_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_idps_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_idps_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param str moid15: The moid of the iamIdp instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_idps_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_idps_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_idps_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_idps_moid_delete_with_http_info(moid, **kwargs) return data - def iam_idps_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_idps_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_idps_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_idps_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param str moid15: The moid of the iamIdp instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_idps_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_idps_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_idps_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_idps_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_idps_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_idps_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_idps_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_idps_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_idps_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param str moid15: The moid of the iamIdp instance. (required) :return: IamIdp If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_idps_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_idps_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_idps_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_idps_moid_get_with_http_info(moid, **kwargs) return data - def iam_idps_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_idps_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_idps_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_idps_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param str moid15: The moid of the iamIdp instance. (required) :return: IamIdp If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_idps_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_idps_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_idps_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_idps_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_idps_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_idps_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_idps_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_idps_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_idps_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) :param IamIdp body: iamIdp to update (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param IamIdp body2: iamIdp to update (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param IamIdp body3: iamIdp to update (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param IamIdp body4: iamIdp to update (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param IamIdp body5: iamIdp to update (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param IamIdp body6: iamIdp to update (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param IamIdp body7: iamIdp to update (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param IamIdp body8: iamIdp to update (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param IamIdp body9: iamIdp to update (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param IamIdp body10: iamIdp to update (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param IamIdp body11: iamIdp to update (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param IamIdp body12: iamIdp to update (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param IamIdp body13: iamIdp to update (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param IamIdp body14: iamIdp to update (required) - :param str moid15: The moid of the iamIdp instance. (required) - :param IamIdp body15: iamIdp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_idps_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_idps_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_idps_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_idps_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_idps_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_idps_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_idps_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_idps_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) :param IamIdp body: iamIdp to update (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param IamIdp body2: iamIdp to update (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param IamIdp body3: iamIdp to update (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param IamIdp body4: iamIdp to update (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param IamIdp body5: iamIdp to update (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param IamIdp body6: iamIdp to update (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param IamIdp body7: iamIdp to update (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param IamIdp body8: iamIdp to update (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param IamIdp body9: iamIdp to update (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param IamIdp body10: iamIdp to update (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param IamIdp body11: iamIdp to update (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param IamIdp body12: iamIdp to update (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param IamIdp body13: iamIdp to update (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param IamIdp body14: iamIdp to update (required) - :param str moid15: The moid of the iamIdp instance. (required) - :param IamIdp body15: iamIdp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_idps_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_idps_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_idps_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_idps_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_idps_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_idps_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_idps_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_idps_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_idps_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_idps_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_idps_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) :param IamIdp body: iamIdp to update (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param IamIdp body2: iamIdp to update (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param IamIdp body3: iamIdp to update (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param IamIdp body4: iamIdp to update (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param IamIdp body5: iamIdp to update (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param IamIdp body6: iamIdp to update (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param IamIdp body7: iamIdp to update (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param IamIdp body8: iamIdp to update (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param IamIdp body9: iamIdp to update (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param IamIdp body10: iamIdp to update (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param IamIdp body11: iamIdp to update (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param IamIdp body12: iamIdp to update (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param IamIdp body13: iamIdp to update (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param IamIdp body14: iamIdp to update (required) - :param str moid15: The moid of the iamIdp instance. (required) - :param IamIdp body15: iamIdp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_idps_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_idps_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_idps_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_idps_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_idps_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_idps_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_idps_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_idps_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdp instance. (required) :param IamIdp body: iamIdp to update (required) - :param str moid2: The moid of the iamIdp instance. (required) - :param IamIdp body2: iamIdp to update (required) - :param str moid3: The moid of the iamIdp instance. (required) - :param IamIdp body3: iamIdp to update (required) - :param str moid4: The moid of the iamIdp instance. (required) - :param IamIdp body4: iamIdp to update (required) - :param str moid5: The moid of the iamIdp instance. (required) - :param IamIdp body5: iamIdp to update (required) - :param str moid6: The moid of the iamIdp instance. (required) - :param IamIdp body6: iamIdp to update (required) - :param str moid7: The moid of the iamIdp instance. (required) - :param IamIdp body7: iamIdp to update (required) - :param str moid8: The moid of the iamIdp instance. (required) - :param IamIdp body8: iamIdp to update (required) - :param str moid9: The moid of the iamIdp instance. (required) - :param IamIdp body9: iamIdp to update (required) - :param str moid10: The moid of the iamIdp instance. (required) - :param IamIdp body10: iamIdp to update (required) - :param str moid11: The moid of the iamIdp instance. (required) - :param IamIdp body11: iamIdp to update (required) - :param str moid12: The moid of the iamIdp instance. (required) - :param IamIdp body12: iamIdp to update (required) - :param str moid13: The moid of the iamIdp instance. (required) - :param IamIdp body13: iamIdp to update (required) - :param str moid14: The moid of the iamIdp instance. (required) - :param IamIdp body14: iamIdp to update (required) - :param str moid15: The moid of the iamIdp instance. (required) - :param IamIdp body15: iamIdp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_idps_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_idps_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_idps_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_idps_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_idps_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_idps_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_idps_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_idps_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_idps_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_idps_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_idps_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_idps_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_idps_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_idps_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_idps_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_idps_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_idps_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_idps_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_idps_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_idps_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_idps_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_idps_post(self, body, **kwargs): """ Create an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_idps_post(self, body, body2, body3, body4, body5, body6, body7, body8, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_idps_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamIdp body: iamIdp to add (required) - :param IamIdp body2: iamIdp to add (required) - :param IamIdp body3: iamIdp to add (required) - :param IamIdp body4: iamIdp to add (required) - :param IamIdp body5: iamIdp to add (required) - :param IamIdp body6: iamIdp to add (required) - :param IamIdp body7: iamIdp to add (required) - :param IamIdp body8: iamIdp to add (required) - :param IamIdp body9: iamIdp to add (required) - :param IamIdp body10: iamIdp to add (required) - :param IamIdp body11: iamIdp to add (required) - :param IamIdp body12: iamIdp to add (required) - :param IamIdp body13: iamIdp to add (required) - :param IamIdp body14: iamIdp to add (required) - :param IamIdp body15: iamIdp to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_idps_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_idps_post_with_http_info(body, **kwargs) else: - (data) = self.iam_idps_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_idps_post_with_http_info(body, **kwargs) return data - def iam_idps_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_idps_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamIdp' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_idps_post_with_http_info(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idps_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_idps_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamIdp body: iamIdp to add (required) - :param IamIdp body2: iamIdp to add (required) - :param IamIdp body3: iamIdp to add (required) - :param IamIdp body4: iamIdp to add (required) - :param IamIdp body5: iamIdp to add (required) - :param IamIdp body6: iamIdp to add (required) - :param IamIdp body7: iamIdp to add (required) - :param IamIdp body8: iamIdp to add (required) - :param IamIdp body9: iamIdp to add (required) - :param IamIdp body10: iamIdp to add (required) - :param IamIdp body11: iamIdp to add (required) - :param IamIdp body12: iamIdp to add (required) - :param IamIdp body13: iamIdp to add (required) - :param IamIdp body14: iamIdp to add (required) - :param IamIdp body15: iamIdp to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_idps_post_with_http_info(self, body, body2, body3, body4, body5, body6, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_idps_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_idps_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_idps_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_idps_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_idps_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_idps_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_idps_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_idps_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_idps_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_idps_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_idps_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_idps_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_idps_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_idps_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_idps_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_idps_post_with_http_info(self, body, body2, body3, body4, body5, body6, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_idp_reference_api.py b/intersight/apis/iam_idp_reference_api.py index f3fd4ec0..30d542d9 100644 --- a/intersight/apis/iam_idp_reference_api.py +++ b/intersight/apis/iam_idp_reference_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_idp_references_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamIdpReferenceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_idp_references_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamIdpReferenceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_idp_references_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_idp_references_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_idp_references_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_idp_references_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamIdpReference' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_idp_references_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idp_references_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_idp_references_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdpReference instance. (required) - :param str moid2: The moid of the iamIdpReference instance. (required) - :param str moid3: The moid of the iamIdpReference instance. (required) - :param str moid4: The moid of the iamIdpReference instance. (required) - :param str moid5: The moid of the iamIdpReference instance. (required) - :param str moid6: The moid of the iamIdpReference instance. (required) - :param str moid7: The moid of the iamIdpReference instance. (required) - :param str moid8: The moid of the iamIdpReference instance. (required) - :param str moid9: The moid of the iamIdpReference instance. (required) - :param str moid10: The moid of the iamIdpReference instance. (required) - :param str moid11: The moid of the iamIdpReference instance. (required) - :param str moid12: The moid of the iamIdpReference instance. (required) - :param str moid13: The moid of the iamIdpReference instance. (required) - :param str moid14: The moid of the iamIdpReference instance. (required) - :param str moid15: The moid of the iamIdpReference instance. (required) :return: IamIdpReference If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_idp_references_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_idp_references_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_idp_references_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_idp_references_moid_get_with_http_info(moid, **kwargs) return data - def iam_idp_references_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_idp_references_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamIdpReference' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_idp_references_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_idp_references_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_idp_references_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamIdpReference instance. (required) - :param str moid2: The moid of the iamIdpReference instance. (required) - :param str moid3: The moid of the iamIdpReference instance. (required) - :param str moid4: The moid of the iamIdpReference instance. (required) - :param str moid5: The moid of the iamIdpReference instance. (required) - :param str moid6: The moid of the iamIdpReference instance. (required) - :param str moid7: The moid of the iamIdpReference instance. (required) - :param str moid8: The moid of the iamIdpReference instance. (required) - :param str moid9: The moid of the iamIdpReference instance. (required) - :param str moid10: The moid of the iamIdpReference instance. (required) - :param str moid11: The moid of the iamIdpReference instance. (required) - :param str moid12: The moid of the iamIdpReference instance. (required) - :param str moid13: The moid of the iamIdpReference instance. (required) - :param str moid14: The moid of the iamIdpReference instance. (required) - :param str moid15: The moid of the iamIdpReference instance. (required) :return: IamIdpReference If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_idp_references_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_idp_references_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_idp_references_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_idp_references_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_ldap_group_api.py b/intersight/apis/iam_ldap_group_api.py index 7a95f7bd..917cfb47 100644 --- a/intersight/apis/iam_ldap_group_api.py +++ b/intersight/apis/iam_ldap_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_ldap_groups_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamLdapGroupList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_ldap_groups_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamLdapGroupList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def iam_ldap_groups_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def iam_ldap_groups_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_groups_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_groups_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_ldap_groups_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_ldap_groups_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_ldap_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_ldap_groups_moid_delete_with_http_info(moid, **kwargs) return data - def iam_ldap_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_groups_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_ldap_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_ldap_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_groups_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_groups_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_ldap_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_ldap_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_groups_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_ldap_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) :return: IamLdapGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_ldap_groups_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_ldap_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_ldap_groups_moid_get_with_http_info(moid, **kwargs) return data - def iam_ldap_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_groups_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_ldap_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) :return: IamLdapGroup If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_ldap_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_groups_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_groups_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_ldap_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_ldap_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_groups_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_ldap_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) :param IamLdapGroup body: iamLdapGroup to update (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body2: iamLdapGroup to update (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body3: iamLdapGroup to update (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body4: iamLdapGroup to update (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body5: iamLdapGroup to update (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body6: iamLdapGroup to update (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body7: iamLdapGroup to update (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body8: iamLdapGroup to update (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body9: iamLdapGroup to update (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body10: iamLdapGroup to update (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body11: iamLdapGroup to update (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body12: iamLdapGroup to update (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body13: iamLdapGroup to update (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body14: iamLdapGroup to update (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body15: iamLdapGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_ldap_groups_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_ldap_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_ldap_groups_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_ldap_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_groups_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_ldap_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) :param IamLdapGroup body: iamLdapGroup to update (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body2: iamLdapGroup to update (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body3: iamLdapGroup to update (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body4: iamLdapGroup to update (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body5: iamLdapGroup to update (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body6: iamLdapGroup to update (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body7: iamLdapGroup to update (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body8: iamLdapGroup to update (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body9: iamLdapGroup to update (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body10: iamLdapGroup to update (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body11: iamLdapGroup to update (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body12: iamLdapGroup to update (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body13: iamLdapGroup to update (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body14: iamLdapGroup to update (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body15: iamLdapGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_ldap_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_groups_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_groups_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_ldap_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_ldap_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_ldap_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_groups_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_ldap_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) :param IamLdapGroup body: iamLdapGroup to update (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body2: iamLdapGroup to update (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body3: iamLdapGroup to update (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body4: iamLdapGroup to update (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body5: iamLdapGroup to update (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body6: iamLdapGroup to update (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body7: iamLdapGroup to update (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body8: iamLdapGroup to update (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body9: iamLdapGroup to update (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body10: iamLdapGroup to update (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body11: iamLdapGroup to update (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body12: iamLdapGroup to update (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body13: iamLdapGroup to update (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body14: iamLdapGroup to update (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body15: iamLdapGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_ldap_groups_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_ldap_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_ldap_groups_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_ldap_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_groups_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_ldap_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_groups_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapGroup instance. (required) :param IamLdapGroup body: iamLdapGroup to update (required) - :param str moid2: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body2: iamLdapGroup to update (required) - :param str moid3: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body3: iamLdapGroup to update (required) - :param str moid4: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body4: iamLdapGroup to update (required) - :param str moid5: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body5: iamLdapGroup to update (required) - :param str moid6: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body6: iamLdapGroup to update (required) - :param str moid7: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body7: iamLdapGroup to update (required) - :param str moid8: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body8: iamLdapGroup to update (required) - :param str moid9: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body9: iamLdapGroup to update (required) - :param str moid10: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body10: iamLdapGroup to update (required) - :param str moid11: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body11: iamLdapGroup to update (required) - :param str moid12: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body12: iamLdapGroup to update (required) - :param str moid13: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body13: iamLdapGroup to update (required) - :param str moid14: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body14: iamLdapGroup to update (required) - :param str moid15: The moid of the iamLdapGroup instance. (required) - :param IamLdapGroup body15: iamLdapGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_ldap_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_groups_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_groups_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_ldap_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_ldap_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_ldap_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_groups_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_ldap_groups_post(self, body, **kwargs): """ Create an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_ldap_groups_post(self, body, body2, body3, body4, body5, body6, body7, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_ldap_groups_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamLdapGroup body: iamLdapGroup to add (required) - :param IamLdapGroup body2: iamLdapGroup to add (required) - :param IamLdapGroup body3: iamLdapGroup to add (required) - :param IamLdapGroup body4: iamLdapGroup to add (required) - :param IamLdapGroup body5: iamLdapGroup to add (required) - :param IamLdapGroup body6: iamLdapGroup to add (required) - :param IamLdapGroup body7: iamLdapGroup to add (required) - :param IamLdapGroup body8: iamLdapGroup to add (required) - :param IamLdapGroup body9: iamLdapGroup to add (required) - :param IamLdapGroup body10: iamLdapGroup to add (required) - :param IamLdapGroup body11: iamLdapGroup to add (required) - :param IamLdapGroup body12: iamLdapGroup to add (required) - :param IamLdapGroup body13: iamLdapGroup to add (required) - :param IamLdapGroup body14: iamLdapGroup to add (required) - :param IamLdapGroup body15: iamLdapGroup to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_ldap_groups_post_with_http_info(body, **kwargs) else: - (data) = self.iam_ldap_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_ldap_groups_post_with_http_info(body, **kwargs) return data - def iam_ldap_groups_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_ldap_groups_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamLdapGroup' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_ldap_groups_post_with_http_info(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_ldap_groups_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamLdapGroup body: iamLdapGroup to add (required) - :param IamLdapGroup body2: iamLdapGroup to add (required) - :param IamLdapGroup body3: iamLdapGroup to add (required) - :param IamLdapGroup body4: iamLdapGroup to add (required) - :param IamLdapGroup body5: iamLdapGroup to add (required) - :param IamLdapGroup body6: iamLdapGroup to add (required) - :param IamLdapGroup body7: iamLdapGroup to add (required) - :param IamLdapGroup body8: iamLdapGroup to add (required) - :param IamLdapGroup body9: iamLdapGroup to add (required) - :param IamLdapGroup body10: iamLdapGroup to add (required) - :param IamLdapGroup body11: iamLdapGroup to add (required) - :param IamLdapGroup body12: iamLdapGroup to add (required) - :param IamLdapGroup body13: iamLdapGroup to add (required) - :param IamLdapGroup body14: iamLdapGroup to add (required) - :param IamLdapGroup body15: iamLdapGroup to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_ldap_groups_post_with_http_info(self, body, body2, body3, body4, body5, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_groups_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_groups_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_ldap_groups_post_with_http_info(self, body, body2, body3, body4, body5, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_ldap_policy_api.py b/intersight/apis/iam_ldap_policy_api.py index 56b144d5..f634a9ce 100644 --- a/intersight/apis/iam_ldap_policy_api.py +++ b/intersight/apis/iam_ldap_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_ldap_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamLdapPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_ldap_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamLdapPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def iam_ldap_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def iam_ldap_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_ldap_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_ldap_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_ldap_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_ldap_policies_moid_delete_with_http_info(moid, **kwargs) return data - def iam_ldap_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_ldap_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_ldap_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_ldap_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_ldap_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_ldap_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) :return: IamLdapPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_ldap_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_ldap_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_ldap_policies_moid_get_with_http_info(moid, **kwargs) return data - def iam_ldap_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_ldap_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) :return: IamLdapPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_ldap_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_ldap_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_ldap_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_ldap_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) :param IamLdapPolicy body: iamLdapPolicy to update (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body2: iamLdapPolicy to update (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body3: iamLdapPolicy to update (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body4: iamLdapPolicy to update (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body5: iamLdapPolicy to update (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body6: iamLdapPolicy to update (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body7: iamLdapPolicy to update (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body8: iamLdapPolicy to update (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body9: iamLdapPolicy to update (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body10: iamLdapPolicy to update (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body11: iamLdapPolicy to update (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body12: iamLdapPolicy to update (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body13: iamLdapPolicy to update (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body14: iamLdapPolicy to update (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body15: iamLdapPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_ldap_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_ldap_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_ldap_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_ldap_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_ldap_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) :param IamLdapPolicy body: iamLdapPolicy to update (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body2: iamLdapPolicy to update (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body3: iamLdapPolicy to update (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body4: iamLdapPolicy to update (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body5: iamLdapPolicy to update (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body6: iamLdapPolicy to update (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body7: iamLdapPolicy to update (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body8: iamLdapPolicy to update (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body9: iamLdapPolicy to update (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body10: iamLdapPolicy to update (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body11: iamLdapPolicy to update (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body12: iamLdapPolicy to update (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body13: iamLdapPolicy to update (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body14: iamLdapPolicy to update (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body15: iamLdapPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_ldap_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_ldap_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_ldap_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_ldap_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_ldap_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) :param IamLdapPolicy body: iamLdapPolicy to update (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body2: iamLdapPolicy to update (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body3: iamLdapPolicy to update (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body4: iamLdapPolicy to update (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body5: iamLdapPolicy to update (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body6: iamLdapPolicy to update (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body7: iamLdapPolicy to update (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body8: iamLdapPolicy to update (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body9: iamLdapPolicy to update (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body10: iamLdapPolicy to update (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body11: iamLdapPolicy to update (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body12: iamLdapPolicy to update (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body13: iamLdapPolicy to update (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body14: iamLdapPolicy to update (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body15: iamLdapPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_ldap_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_ldap_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_ldap_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_ldap_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_ldap_policies_moid_post_with_http_info(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapPolicy instance. (required) :param IamLdapPolicy body: iamLdapPolicy to update (required) - :param str moid2: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body2: iamLdapPolicy to update (required) - :param str moid3: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body3: iamLdapPolicy to update (required) - :param str moid4: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body4: iamLdapPolicy to update (required) - :param str moid5: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body5: iamLdapPolicy to update (required) - :param str moid6: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body6: iamLdapPolicy to update (required) - :param str moid7: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body7: iamLdapPolicy to update (required) - :param str moid8: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body8: iamLdapPolicy to update (required) - :param str moid9: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body9: iamLdapPolicy to update (required) - :param str moid10: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body10: iamLdapPolicy to update (required) - :param str moid11: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body11: iamLdapPolicy to update (required) - :param str moid12: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body12: iamLdapPolicy to update (required) - :param str moid13: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body13: iamLdapPolicy to update (required) - :param str moid14: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body14: iamLdapPolicy to update (required) - :param str moid15: The moid of the iamLdapPolicy instance. (required) - :param IamLdapPolicy body15: iamLdapPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_ldap_policies_moid_post_with_http_info(self, moid, body, moid2, body2, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_ldap_policies_moid_post_with_http_info(self, moid, body, moid2, body2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_ldap_policies_moid_post_with_http_info(self, moid, body, moid2, body2, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_ldap_policies_moid_post_with_http_info(self, moid, body, moid2, body2, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_ldap_policies_post(self, body, **kwargs): """ Create an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_ldap_policies_post(self, body, body2, body3, body4, body5, body6, body7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_ldap_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamLdapPolicy body: iamLdapPolicy to add (required) - :param IamLdapPolicy body2: iamLdapPolicy to add (required) - :param IamLdapPolicy body3: iamLdapPolicy to add (required) - :param IamLdapPolicy body4: iamLdapPolicy to add (required) - :param IamLdapPolicy body5: iamLdapPolicy to add (required) - :param IamLdapPolicy body6: iamLdapPolicy to add (required) - :param IamLdapPolicy body7: iamLdapPolicy to add (required) - :param IamLdapPolicy body8: iamLdapPolicy to add (required) - :param IamLdapPolicy body9: iamLdapPolicy to add (required) - :param IamLdapPolicy body10: iamLdapPolicy to add (required) - :param IamLdapPolicy body11: iamLdapPolicy to add (required) - :param IamLdapPolicy body12: iamLdapPolicy to add (required) - :param IamLdapPolicy body13: iamLdapPolicy to add (required) - :param IamLdapPolicy body14: iamLdapPolicy to add (required) - :param IamLdapPolicy body15: iamLdapPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_ldap_policies_post_with_http_info(body, **kwargs) else: - (data) = self.iam_ldap_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_ldap_policies_post_with_http_info(body, **kwargs) return data - def iam_ldap_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_ldap_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamLdapPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_ldap_policies_post_with_http_info(self, body, body2, body3, body4, body5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_ldap_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamLdapPolicy body: iamLdapPolicy to add (required) - :param IamLdapPolicy body2: iamLdapPolicy to add (required) - :param IamLdapPolicy body3: iamLdapPolicy to add (required) - :param IamLdapPolicy body4: iamLdapPolicy to add (required) - :param IamLdapPolicy body5: iamLdapPolicy to add (required) - :param IamLdapPolicy body6: iamLdapPolicy to add (required) - :param IamLdapPolicy body7: iamLdapPolicy to add (required) - :param IamLdapPolicy body8: iamLdapPolicy to add (required) - :param IamLdapPolicy body9: iamLdapPolicy to add (required) - :param IamLdapPolicy body10: iamLdapPolicy to add (required) - :param IamLdapPolicy body11: iamLdapPolicy to add (required) - :param IamLdapPolicy body12: iamLdapPolicy to add (required) - :param IamLdapPolicy body13: iamLdapPolicy to add (required) - :param IamLdapPolicy body14: iamLdapPolicy to add (required) - :param IamLdapPolicy body15: iamLdapPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_ldap_policies_post_with_http_info(self, body, body2, body3, body4, body5 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_ldap_policies_post_with_http_info(self, body, body2, body3, body4, body5 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_ldap_provider_api.py b/intersight/apis/iam_ldap_provider_api.py index d5d303c5..48f66478 100644 --- a/intersight/apis/iam_ldap_provider_api.py +++ b/intersight/apis/iam_ldap_provider_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_ldap_providers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamLdapProviderList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_ldap_providers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IamLdapProviderList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def iam_ldap_providers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def iam_ldap_providers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_providers_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_providers_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_ldap_providers_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_providers_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_ldap_providers_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_ldap_providers_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_ldap_providers_moid_delete_with_http_info(moid, **kwargs) return data - def iam_ldap_providers_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_providers_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_ldap_providers_moid_delete_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_ldap_providers_moid_delete_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_providers_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_providers_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_ldap_providers_moid_delete_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_ldap_providers_moid_delete_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_providers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_providers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_ldap_providers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) :return: IamLdapProvider If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_providers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_ldap_providers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_ldap_providers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_ldap_providers_moid_get_with_http_info(moid, **kwargs) return data - def iam_ldap_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_ldap_providers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_ldap_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) :return: IamLdapProvider If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_ldap_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_providers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_providers_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_ldap_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_ldap_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_providers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_providers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_ldap_providers_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) :param IamLdapProvider body: iamLdapProvider to update (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body2: iamLdapProvider to update (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body3: iamLdapProvider to update (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body4: iamLdapProvider to update (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body5: iamLdapProvider to update (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body6: iamLdapProvider to update (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body7: iamLdapProvider to update (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body8: iamLdapProvider to update (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body9: iamLdapProvider to update (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body10: iamLdapProvider to update (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body11: iamLdapProvider to update (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body12: iamLdapProvider to update (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body13: iamLdapProvider to update (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body14: iamLdapProvider to update (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body15: iamLdapProvider to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_providers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_ldap_providers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_ldap_providers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_ldap_providers_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_ldap_providers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_providers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_ldap_providers_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) :param IamLdapProvider body: iamLdapProvider to update (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body2: iamLdapProvider to update (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body3: iamLdapProvider to update (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body4: iamLdapProvider to update (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body5: iamLdapProvider to update (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body6: iamLdapProvider to update (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body7: iamLdapProvider to update (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body8: iamLdapProvider to update (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body9: iamLdapProvider to update (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body10: iamLdapProvider to update (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body11: iamLdapProvider to update (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body12: iamLdapProvider to update (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body13: iamLdapProvider to update (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body14: iamLdapProvider to update (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body15: iamLdapProvider to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_ldap_providers_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_providers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_providers_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_ldap_providers_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_ldap_providers_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_ldap_providers_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_providers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_providers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_ldap_providers_moid_post(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) :param IamLdapProvider body: iamLdapProvider to update (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body2: iamLdapProvider to update (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body3: iamLdapProvider to update (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body4: iamLdapProvider to update (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body5: iamLdapProvider to update (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body6: iamLdapProvider to update (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body7: iamLdapProvider to update (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body8: iamLdapProvider to update (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body9: iamLdapProvider to update (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body10: iamLdapProvider to update (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body11: iamLdapProvider to update (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body12: iamLdapProvider to update (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body13: iamLdapProvider to update (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body14: iamLdapProvider to update (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body15: iamLdapProvider to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_providers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_ldap_providers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_ldap_providers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_ldap_providers_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_ldap_providers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_ldap_providers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_ldap_providers_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_ldap_providers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamLdapProvider instance. (required) :param IamLdapProvider body: iamLdapProvider to update (required) - :param str moid2: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body2: iamLdapProvider to update (required) - :param str moid3: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body3: iamLdapProvider to update (required) - :param str moid4: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body4: iamLdapProvider to update (required) - :param str moid5: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body5: iamLdapProvider to update (required) - :param str moid6: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body6: iamLdapProvider to update (required) - :param str moid7: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body7: iamLdapProvider to update (required) - :param str moid8: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body8: iamLdapProvider to update (required) - :param str moid9: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body9: iamLdapProvider to update (required) - :param str moid10: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body10: iamLdapProvider to update (required) - :param str moid11: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body11: iamLdapProvider to update (required) - :param str moid12: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body12: iamLdapProvider to update (required) - :param str moid13: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body13: iamLdapProvider to update (required) - :param str moid14: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body14: iamLdapProvider to update (required) - :param str moid15: The moid of the iamLdapProvider instance. (required) - :param IamLdapProvider body15: iamLdapProvider to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_ldap_providers_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_ldap_providers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_providers_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_ldap_providers_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_ldap_providers_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_ldap_providers_moid_post_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_ldap_providers_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_ldap_providers_post(self, body, **kwargs): """ Create an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_ldap_providers_post(self, body, body2, body3, body4, body5, body6, body7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_ldap_providers_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamLdapProvider body: iamLdapProvider to add (required) - :param IamLdapProvider body2: iamLdapProvider to add (required) - :param IamLdapProvider body3: iamLdapProvider to add (required) - :param IamLdapProvider body4: iamLdapProvider to add (required) - :param IamLdapProvider body5: iamLdapProvider to add (required) - :param IamLdapProvider body6: iamLdapProvider to add (required) - :param IamLdapProvider body7: iamLdapProvider to add (required) - :param IamLdapProvider body8: iamLdapProvider to add (required) - :param IamLdapProvider body9: iamLdapProvider to add (required) - :param IamLdapProvider body10: iamLdapProvider to add (required) - :param IamLdapProvider body11: iamLdapProvider to add (required) - :param IamLdapProvider body12: iamLdapProvider to add (required) - :param IamLdapProvider body13: iamLdapProvider to add (required) - :param IamLdapProvider body14: iamLdapProvider to add (required) - :param IamLdapProvider body15: iamLdapProvider to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_ldap_providers_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_ldap_providers_post_with_http_info(body, **kwargs) else: - (data) = self.iam_ldap_providers_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_ldap_providers_post_with_http_info(body, **kwargs) return data - def iam_ldap_providers_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_ldap_providers_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamLdapProvider' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_ldap_providers_post_with_http_info(self, body, body2, body3, body4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_ldap_providers_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_ldap_providers_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamLdapProvider body: iamLdapProvider to add (required) - :param IamLdapProvider body2: iamLdapProvider to add (required) - :param IamLdapProvider body3: iamLdapProvider to add (required) - :param IamLdapProvider body4: iamLdapProvider to add (required) - :param IamLdapProvider body5: iamLdapProvider to add (required) - :param IamLdapProvider body6: iamLdapProvider to add (required) - :param IamLdapProvider body7: iamLdapProvider to add (required) - :param IamLdapProvider body8: iamLdapProvider to add (required) - :param IamLdapProvider body9: iamLdapProvider to add (required) - :param IamLdapProvider body10: iamLdapProvider to add (required) - :param IamLdapProvider body11: iamLdapProvider to add (required) - :param IamLdapProvider body12: iamLdapProvider to add (required) - :param IamLdapProvider body13: iamLdapProvider to add (required) - :param IamLdapProvider body14: iamLdapProvider to add (required) - :param IamLdapProvider body15: iamLdapProvider to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_ldap_providers_post_with_http_info(self, body, body2, body3, body4, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_ldap_providers_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_ldap_providers_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_ldap_providers_post_with_http_info(self, body, body2, body3, body4, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_permission_api.py b/intersight/apis/iam_permission_api.py index d48121b5..75ab76a4 100644 --- a/intersight/apis/iam_permission_api.py +++ b/intersight/apis/iam_permission_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_permissions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamPermissionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_permissions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamPermissionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_permissions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_permissions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_permissions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_permissions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamPermission' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_permissions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_permissions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_permissions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamPermission instance. (required) - :param str moid2: The moid of the iamPermission instance. (required) - :param str moid3: The moid of the iamPermission instance. (required) - :param str moid4: The moid of the iamPermission instance. (required) - :param str moid5: The moid of the iamPermission instance. (required) - :param str moid6: The moid of the iamPermission instance. (required) - :param str moid7: The moid of the iamPermission instance. (required) - :param str moid8: The moid of the iamPermission instance. (required) - :param str moid9: The moid of the iamPermission instance. (required) - :param str moid10: The moid of the iamPermission instance. (required) - :param str moid11: The moid of the iamPermission instance. (required) - :param str moid12: The moid of the iamPermission instance. (required) - :param str moid13: The moid of the iamPermission instance. (required) - :param str moid14: The moid of the iamPermission instance. (required) - :param str moid15: The moid of the iamPermission instance. (required) :return: IamPermission If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_permissions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_permissions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_permissions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_permissions_moid_get_with_http_info(moid, **kwargs) return data - def iam_permissions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_permissions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamPermission' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_permissions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_permissions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_permissions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamPermission instance. (required) - :param str moid2: The moid of the iamPermission instance. (required) - :param str moid3: The moid of the iamPermission instance. (required) - :param str moid4: The moid of the iamPermission instance. (required) - :param str moid5: The moid of the iamPermission instance. (required) - :param str moid6: The moid of the iamPermission instance. (required) - :param str moid7: The moid of the iamPermission instance. (required) - :param str moid8: The moid of the iamPermission instance. (required) - :param str moid9: The moid of the iamPermission instance. (required) - :param str moid10: The moid of the iamPermission instance. (required) - :param str moid11: The moid of the iamPermission instance. (required) - :param str moid12: The moid of the iamPermission instance. (required) - :param str moid13: The moid of the iamPermission instance. (required) - :param str moid14: The moid of the iamPermission instance. (required) - :param str moid15: The moid of the iamPermission instance. (required) :return: IamPermission If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_permissions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_permissions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_permissions_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_permissions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_privilege_api.py b/intersight/apis/iam_privilege_api.py index 8a956a43..cf71dffa 100644 --- a/intersight/apis/iam_privilege_api.py +++ b/intersight/apis/iam_privilege_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_privileges_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamPrivilegeList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_privileges_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamPrivilegeList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_privileges_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_privileges_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_privileges_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_privileges_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamPrivilege' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_privileges_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_privileges_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_privileges_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamPrivilege instance. (required) - :param str moid2: The moid of the iamPrivilege instance. (required) - :param str moid3: The moid of the iamPrivilege instance. (required) - :param str moid4: The moid of the iamPrivilege instance. (required) - :param str moid5: The moid of the iamPrivilege instance. (required) - :param str moid6: The moid of the iamPrivilege instance. (required) - :param str moid7: The moid of the iamPrivilege instance. (required) - :param str moid8: The moid of the iamPrivilege instance. (required) - :param str moid9: The moid of the iamPrivilege instance. (required) - :param str moid10: The moid of the iamPrivilege instance. (required) - :param str moid11: The moid of the iamPrivilege instance. (required) - :param str moid12: The moid of the iamPrivilege instance. (required) - :param str moid13: The moid of the iamPrivilege instance. (required) - :param str moid14: The moid of the iamPrivilege instance. (required) - :param str moid15: The moid of the iamPrivilege instance. (required) :return: IamPrivilege If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_privileges_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_privileges_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_privileges_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_privileges_moid_get_with_http_info(moid, **kwargs) return data - def iam_privileges_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_privileges_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamPrivilege' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_privileges_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_privileges_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_privileges_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamPrivilege instance. (required) - :param str moid2: The moid of the iamPrivilege instance. (required) - :param str moid3: The moid of the iamPrivilege instance. (required) - :param str moid4: The moid of the iamPrivilege instance. (required) - :param str moid5: The moid of the iamPrivilege instance. (required) - :param str moid6: The moid of the iamPrivilege instance. (required) - :param str moid7: The moid of the iamPrivilege instance. (required) - :param str moid8: The moid of the iamPrivilege instance. (required) - :param str moid9: The moid of the iamPrivilege instance. (required) - :param str moid10: The moid of the iamPrivilege instance. (required) - :param str moid11: The moid of the iamPrivilege instance. (required) - :param str moid12: The moid of the iamPrivilege instance. (required) - :param str moid13: The moid of the iamPrivilege instance. (required) - :param str moid14: The moid of the iamPrivilege instance. (required) - :param str moid15: The moid of the iamPrivilege instance. (required) :return: IamPrivilege If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_privileges_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_privileges_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_privileges_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_privileges_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_privilege_set_api.py b/intersight/apis/iam_privilege_set_api.py index 11295752..fd4fa430 100644 --- a/intersight/apis/iam_privilege_set_api.py +++ b/intersight/apis/iam_privilege_set_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_privilege_sets_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamPrivilegeSetList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_privilege_sets_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamPrivilegeSetList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_privilege_sets_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_privilege_sets_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_privilege_sets_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_privilege_sets_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamPrivilegeSet' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_privilege_sets_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_privilege_sets_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_privilege_sets_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamPrivilegeSet instance. (required) - :param str moid2: The moid of the iamPrivilegeSet instance. (required) - :param str moid3: The moid of the iamPrivilegeSet instance. (required) - :param str moid4: The moid of the iamPrivilegeSet instance. (required) - :param str moid5: The moid of the iamPrivilegeSet instance. (required) - :param str moid6: The moid of the iamPrivilegeSet instance. (required) - :param str moid7: The moid of the iamPrivilegeSet instance. (required) - :param str moid8: The moid of the iamPrivilegeSet instance. (required) - :param str moid9: The moid of the iamPrivilegeSet instance. (required) - :param str moid10: The moid of the iamPrivilegeSet instance. (required) - :param str moid11: The moid of the iamPrivilegeSet instance. (required) - :param str moid12: The moid of the iamPrivilegeSet instance. (required) - :param str moid13: The moid of the iamPrivilegeSet instance. (required) - :param str moid14: The moid of the iamPrivilegeSet instance. (required) - :param str moid15: The moid of the iamPrivilegeSet instance. (required) :return: IamPrivilegeSet If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_privilege_sets_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_privilege_sets_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_privilege_sets_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_privilege_sets_moid_get_with_http_info(moid, **kwargs) return data - def iam_privilege_sets_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_privilege_sets_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamPrivilegeSet' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_privilege_sets_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_privilege_sets_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_privilege_sets_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamPrivilegeSet instance. (required) - :param str moid2: The moid of the iamPrivilegeSet instance. (required) - :param str moid3: The moid of the iamPrivilegeSet instance. (required) - :param str moid4: The moid of the iamPrivilegeSet instance. (required) - :param str moid5: The moid of the iamPrivilegeSet instance. (required) - :param str moid6: The moid of the iamPrivilegeSet instance. (required) - :param str moid7: The moid of the iamPrivilegeSet instance. (required) - :param str moid8: The moid of the iamPrivilegeSet instance. (required) - :param str moid9: The moid of the iamPrivilegeSet instance. (required) - :param str moid10: The moid of the iamPrivilegeSet instance. (required) - :param str moid11: The moid of the iamPrivilegeSet instance. (required) - :param str moid12: The moid of the iamPrivilegeSet instance. (required) - :param str moid13: The moid of the iamPrivilegeSet instance. (required) - :param str moid14: The moid of the iamPrivilegeSet instance. (required) - :param str moid15: The moid of the iamPrivilegeSet instance. (required) :return: IamPrivilegeSet If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_privilege_sets_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_privilege_sets_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_privilege_sets_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_privilege_sets_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_qualifier_api.py b/intersight/apis/iam_qualifier_api.py index 2e27d4f6..2403b339 100644 --- a/intersight/apis/iam_qualifier_api.py +++ b/intersight/apis/iam_qualifier_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_qualifiers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamQualifierList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_qualifiers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamQualifierList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_qualifiers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_qualifiers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_qualifiers_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_qualifiers_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_qualifiers_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param str moid15: The moid of the iamQualifier instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_qualifiers_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_qualifiers_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_qualifiers_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_qualifiers_moid_delete_with_http_info(moid, **kwargs) return data - def iam_qualifiers_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_qualifiers_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_qualifiers_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param str moid15: The moid of the iamQualifier instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_qualifiers_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_qualifiers_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_qualifiers_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_qualifiers_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_qualifiers_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_qualifiers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_qualifiers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_qualifiers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param str moid15: The moid of the iamQualifier instance. (required) :return: IamQualifier If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_qualifiers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_qualifiers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_qualifiers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_qualifiers_moid_get_with_http_info(moid, **kwargs) return data - def iam_qualifiers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_qualifiers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_qualifiers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param str moid15: The moid of the iamQualifier instance. (required) :return: IamQualifier If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_qualifiers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_qualifiers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_qualifiers_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_qualifiers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_qualifiers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_qualifiers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_qualifiers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_qualifiers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) :param IamQualifier body: iamQualifier to update (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param IamQualifier body2: iamQualifier to update (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param IamQualifier body3: iamQualifier to update (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param IamQualifier body4: iamQualifier to update (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param IamQualifier body5: iamQualifier to update (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param IamQualifier body6: iamQualifier to update (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param IamQualifier body7: iamQualifier to update (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param IamQualifier body8: iamQualifier to update (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param IamQualifier body9: iamQualifier to update (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param IamQualifier body10: iamQualifier to update (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param IamQualifier body11: iamQualifier to update (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param IamQualifier body12: iamQualifier to update (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param IamQualifier body13: iamQualifier to update (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param IamQualifier body14: iamQualifier to update (required) - :param str moid15: The moid of the iamQualifier instance. (required) - :param IamQualifier body15: iamQualifier to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_qualifiers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_qualifiers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_qualifiers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_qualifiers_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_qualifiers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_qualifiers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_qualifiers_moid_patch_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) :param IamQualifier body: iamQualifier to update (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param IamQualifier body2: iamQualifier to update (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param IamQualifier body3: iamQualifier to update (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param IamQualifier body4: iamQualifier to update (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param IamQualifier body5: iamQualifier to update (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param IamQualifier body6: iamQualifier to update (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param IamQualifier body7: iamQualifier to update (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param IamQualifier body8: iamQualifier to update (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param IamQualifier body9: iamQualifier to update (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param IamQualifier body10: iamQualifier to update (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param IamQualifier body11: iamQualifier to update (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param IamQualifier body12: iamQualifier to update (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param IamQualifier body13: iamQualifier to update (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param IamQualifier body14: iamQualifier to update (required) - :param str moid15: The moid of the iamQualifier instance. (required) - :param IamQualifier body15: iamQualifier to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_qualifiers_moid_patch_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_qualifiers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_qualifiers_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_qualifiers_moid_patch_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_qualifiers_moid_patch_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_qualifiers_moid_patch_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_qualifiers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_qualifiers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_qualifiers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) :param IamQualifier body: iamQualifier to update (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param IamQualifier body2: iamQualifier to update (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param IamQualifier body3: iamQualifier to update (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param IamQualifier body4: iamQualifier to update (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param IamQualifier body5: iamQualifier to update (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param IamQualifier body6: iamQualifier to update (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param IamQualifier body7: iamQualifier to update (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param IamQualifier body8: iamQualifier to update (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param IamQualifier body9: iamQualifier to update (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param IamQualifier body10: iamQualifier to update (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param IamQualifier body11: iamQualifier to update (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param IamQualifier body12: iamQualifier to update (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param IamQualifier body13: iamQualifier to update (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param IamQualifier body14: iamQualifier to update (required) - :param str moid15: The moid of the iamQualifier instance. (required) - :param IamQualifier body15: iamQualifier to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_qualifiers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_qualifiers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_qualifiers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_qualifiers_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_qualifiers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_qualifiers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_qualifiers_moid_post_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_qualifiers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamQualifier instance. (required) :param IamQualifier body: iamQualifier to update (required) - :param str moid2: The moid of the iamQualifier instance. (required) - :param IamQualifier body2: iamQualifier to update (required) - :param str moid3: The moid of the iamQualifier instance. (required) - :param IamQualifier body3: iamQualifier to update (required) - :param str moid4: The moid of the iamQualifier instance. (required) - :param IamQualifier body4: iamQualifier to update (required) - :param str moid5: The moid of the iamQualifier instance. (required) - :param IamQualifier body5: iamQualifier to update (required) - :param str moid6: The moid of the iamQualifier instance. (required) - :param IamQualifier body6: iamQualifier to update (required) - :param str moid7: The moid of the iamQualifier instance. (required) - :param IamQualifier body7: iamQualifier to update (required) - :param str moid8: The moid of the iamQualifier instance. (required) - :param IamQualifier body8: iamQualifier to update (required) - :param str moid9: The moid of the iamQualifier instance. (required) - :param IamQualifier body9: iamQualifier to update (required) - :param str moid10: The moid of the iamQualifier instance. (required) - :param IamQualifier body10: iamQualifier to update (required) - :param str moid11: The moid of the iamQualifier instance. (required) - :param IamQualifier body11: iamQualifier to update (required) - :param str moid12: The moid of the iamQualifier instance. (required) - :param IamQualifier body12: iamQualifier to update (required) - :param str moid13: The moid of the iamQualifier instance. (required) - :param IamQualifier body13: iamQualifier to update (required) - :param str moid14: The moid of the iamQualifier instance. (required) - :param IamQualifier body14: iamQualifier to update (required) - :param str moid15: The moid of the iamQualifier instance. (required) - :param IamQualifier body15: iamQualifier to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_qualifiers_moid_post_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_qualifiers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_qualifiers_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_qualifiers_moid_post_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_qualifiers_moid_post_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_qualifiers_moid_post_with_http_info(self, moid, body, moid2, body2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_qualifiers_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_qualifiers_post(self, body, **kwargs): """ Create an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_qualifiers_post(self, body, body2, body3, body4, body5, body6, body7, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_qualifiers_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamQualifier body: iamQualifier to add (required) - :param IamQualifier body2: iamQualifier to add (required) - :param IamQualifier body3: iamQualifier to add (required) - :param IamQualifier body4: iamQualifier to add (required) - :param IamQualifier body5: iamQualifier to add (required) - :param IamQualifier body6: iamQualifier to add (required) - :param IamQualifier body7: iamQualifier to add (required) - :param IamQualifier body8: iamQualifier to add (required) - :param IamQualifier body9: iamQualifier to add (required) - :param IamQualifier body10: iamQualifier to add (required) - :param IamQualifier body11: iamQualifier to add (required) - :param IamQualifier body12: iamQualifier to add (required) - :param IamQualifier body13: iamQualifier to add (required) - :param IamQualifier body14: iamQualifier to add (required) - :param IamQualifier body15: iamQualifier to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_qualifiers_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_qualifiers_post_with_http_info(body, **kwargs) else: - (data) = self.iam_qualifiers_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_qualifiers_post_with_http_info(body, **kwargs) return data - def iam_qualifiers_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_qualifiers_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamQualifier' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_qualifiers_post_with_http_info(self, body, body2, body3, body4, body5, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_qualifiers_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_qualifiers_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamQualifier body: iamQualifier to add (required) - :param IamQualifier body2: iamQualifier to add (required) - :param IamQualifier body3: iamQualifier to add (required) - :param IamQualifier body4: iamQualifier to add (required) - :param IamQualifier body5: iamQualifier to add (required) - :param IamQualifier body6: iamQualifier to add (required) - :param IamQualifier body7: iamQualifier to add (required) - :param IamQualifier body8: iamQualifier to add (required) - :param IamQualifier body9: iamQualifier to add (required) - :param IamQualifier body10: iamQualifier to add (required) - :param IamQualifier body11: iamQualifier to add (required) - :param IamQualifier body12: iamQualifier to add (required) - :param IamQualifier body13: iamQualifier to add (required) - :param IamQualifier body14: iamQualifier to add (required) - :param IamQualifier body15: iamQualifier to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_qualifiers_post_with_http_info(self, body, body2, body3, body4, body5, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_qualifiers_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_qualifiers_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_qualifiers_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_qualifiers_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_qualifiers_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_qualifiers_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_qualifiers_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_qualifiers_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_qualifiers_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_qualifiers_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_qualifiers_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_qualifiers_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_qualifiers_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_qualifiers_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_qualifiers_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_qualifiers_post_with_http_info(self, body, body2, body3, body4, body5, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_resource_limits_api.py b/intersight/apis/iam_resource_limits_api.py index 84b0e719..3adff24d 100644 --- a/intersight/apis/iam_resource_limits_api.py +++ b/intersight/apis/iam_resource_limits_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_resource_limits_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamResourceLimitsList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_resource_limits_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamResourceLimitsList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_resource_limits_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_resource_limits_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_resource_limits_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_resource_limits_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamResourceLimits' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_resource_limits_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_resource_limits_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_resource_limits_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamResourceLimits instance. (required) - :param str moid2: The moid of the iamResourceLimits instance. (required) - :param str moid3: The moid of the iamResourceLimits instance. (required) - :param str moid4: The moid of the iamResourceLimits instance. (required) - :param str moid5: The moid of the iamResourceLimits instance. (required) - :param str moid6: The moid of the iamResourceLimits instance. (required) - :param str moid7: The moid of the iamResourceLimits instance. (required) - :param str moid8: The moid of the iamResourceLimits instance. (required) - :param str moid9: The moid of the iamResourceLimits instance. (required) - :param str moid10: The moid of the iamResourceLimits instance. (required) - :param str moid11: The moid of the iamResourceLimits instance. (required) - :param str moid12: The moid of the iamResourceLimits instance. (required) - :param str moid13: The moid of the iamResourceLimits instance. (required) - :param str moid14: The moid of the iamResourceLimits instance. (required) - :param str moid15: The moid of the iamResourceLimits instance. (required) :return: IamResourceLimits If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_resource_limits_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_resource_limits_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_resource_limits_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_resource_limits_moid_get_with_http_info(moid, **kwargs) return data - def iam_resource_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_resource_limits_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamResourceLimits' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_resource_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_resource_limits_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_resource_limits_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamResourceLimits instance. (required) - :param str moid2: The moid of the iamResourceLimits instance. (required) - :param str moid3: The moid of the iamResourceLimits instance. (required) - :param str moid4: The moid of the iamResourceLimits instance. (required) - :param str moid5: The moid of the iamResourceLimits instance. (required) - :param str moid6: The moid of the iamResourceLimits instance. (required) - :param str moid7: The moid of the iamResourceLimits instance. (required) - :param str moid8: The moid of the iamResourceLimits instance. (required) - :param str moid9: The moid of the iamResourceLimits instance. (required) - :param str moid10: The moid of the iamResourceLimits instance. (required) - :param str moid11: The moid of the iamResourceLimits instance. (required) - :param str moid12: The moid of the iamResourceLimits instance. (required) - :param str moid13: The moid of the iamResourceLimits instance. (required) - :param str moid14: The moid of the iamResourceLimits instance. (required) - :param str moid15: The moid of the iamResourceLimits instance. (required) :return: IamResourceLimits If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_resource_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_resource_limits_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_resource_limits_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_resource_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_role_api.py b/intersight/apis/iam_role_api.py index 2978b462..46a67ab6 100644 --- a/intersight/apis/iam_role_api.py +++ b/intersight/apis/iam_role_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_roles_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamRoleList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_roles_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamRoleList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_roles_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_roles_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_roles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_roles_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamRole' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_roles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_roles_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_roles_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamRole instance. (required) - :param str moid2: The moid of the iamRole instance. (required) - :param str moid3: The moid of the iamRole instance. (required) - :param str moid4: The moid of the iamRole instance. (required) - :param str moid5: The moid of the iamRole instance. (required) - :param str moid6: The moid of the iamRole instance. (required) - :param str moid7: The moid of the iamRole instance. (required) - :param str moid8: The moid of the iamRole instance. (required) - :param str moid9: The moid of the iamRole instance. (required) - :param str moid10: The moid of the iamRole instance. (required) - :param str moid11: The moid of the iamRole instance. (required) - :param str moid12: The moid of the iamRole instance. (required) - :param str moid13: The moid of the iamRole instance. (required) - :param str moid14: The moid of the iamRole instance. (required) - :param str moid15: The moid of the iamRole instance. (required) :return: IamRole If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_roles_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_roles_moid_get_with_http_info(moid, **kwargs) return data - def iam_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_roles_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamRole' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_roles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_roles_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamRole instance. (required) - :param str moid2: The moid of the iamRole instance. (required) - :param str moid3: The moid of the iamRole instance. (required) - :param str moid4: The moid of the iamRole instance. (required) - :param str moid5: The moid of the iamRole instance. (required) - :param str moid6: The moid of the iamRole instance. (required) - :param str moid7: The moid of the iamRole instance. (required) - :param str moid8: The moid of the iamRole instance. (required) - :param str moid9: The moid of the iamRole instance. (required) - :param str moid10: The moid of the iamRole instance. (required) - :param str moid11: The moid of the iamRole instance. (required) - :param str moid12: The moid of the iamRole instance. (required) - :param str moid13: The moid of the iamRole instance. (required) - :param str moid14: The moid of the iamRole instance. (required) - :param str moid15: The moid of the iamRole instance. (required) :return: IamRole If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_roles_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_roles_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_roles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_service_provider_api.py b/intersight/apis/iam_service_provider_api.py index 11999c7f..b6381c14 100644 --- a/intersight/apis/iam_service_provider_api.py +++ b/intersight/apis/iam_service_provider_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_service_providers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamServiceProviderList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_service_providers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamServiceProviderList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_service_providers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_service_providers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_service_providers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_service_providers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamServiceProvider' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_service_providers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_service_providers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_service_providers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamServiceProvider instance. (required) - :param str moid2: The moid of the iamServiceProvider instance. (required) - :param str moid3: The moid of the iamServiceProvider instance. (required) - :param str moid4: The moid of the iamServiceProvider instance. (required) - :param str moid5: The moid of the iamServiceProvider instance. (required) - :param str moid6: The moid of the iamServiceProvider instance. (required) - :param str moid7: The moid of the iamServiceProvider instance. (required) - :param str moid8: The moid of the iamServiceProvider instance. (required) - :param str moid9: The moid of the iamServiceProvider instance. (required) - :param str moid10: The moid of the iamServiceProvider instance. (required) - :param str moid11: The moid of the iamServiceProvider instance. (required) - :param str moid12: The moid of the iamServiceProvider instance. (required) - :param str moid13: The moid of the iamServiceProvider instance. (required) - :param str moid14: The moid of the iamServiceProvider instance. (required) - :param str moid15: The moid of the iamServiceProvider instance. (required) :return: IamServiceProvider If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_service_providers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_service_providers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_service_providers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_service_providers_moid_get_with_http_info(moid, **kwargs) return data - def iam_service_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_service_providers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamServiceProvider' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_service_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_service_providers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_service_providers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamServiceProvider instance. (required) - :param str moid2: The moid of the iamServiceProvider instance. (required) - :param str moid3: The moid of the iamServiceProvider instance. (required) - :param str moid4: The moid of the iamServiceProvider instance. (required) - :param str moid5: The moid of the iamServiceProvider instance. (required) - :param str moid6: The moid of the iamServiceProvider instance. (required) - :param str moid7: The moid of the iamServiceProvider instance. (required) - :param str moid8: The moid of the iamServiceProvider instance. (required) - :param str moid9: The moid of the iamServiceProvider instance. (required) - :param str moid10: The moid of the iamServiceProvider instance. (required) - :param str moid11: The moid of the iamServiceProvider instance. (required) - :param str moid12: The moid of the iamServiceProvider instance. (required) - :param str moid13: The moid of the iamServiceProvider instance. (required) - :param str moid14: The moid of the iamServiceProvider instance. (required) - :param str moid15: The moid of the iamServiceProvider instance. (required) :return: IamServiceProvider If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_service_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_service_providers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_service_providers_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_service_providers_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_session_api.py b/intersight/apis/iam_session_api.py index 5200fa91..87e55d1b 100644 --- a/intersight/apis/iam_session_api.py +++ b/intersight/apis/iam_session_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_sessions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamSessionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_sessions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamSessionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_sessions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_sessions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_sessions_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_sessions_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamSession' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_sessions_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_sessions_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_sessions_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSession instance. (required) - :param str moid2: The moid of the iamSession instance. (required) - :param str moid3: The moid of the iamSession instance. (required) - :param str moid4: The moid of the iamSession instance. (required) - :param str moid5: The moid of the iamSession instance. (required) - :param str moid6: The moid of the iamSession instance. (required) - :param str moid7: The moid of the iamSession instance. (required) - :param str moid8: The moid of the iamSession instance. (required) - :param str moid9: The moid of the iamSession instance. (required) - :param str moid10: The moid of the iamSession instance. (required) - :param str moid11: The moid of the iamSession instance. (required) - :param str moid12: The moid of the iamSession instance. (required) - :param str moid13: The moid of the iamSession instance. (required) - :param str moid14: The moid of the iamSession instance. (required) - :param str moid15: The moid of the iamSession instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_sessions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_sessions_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_sessions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_sessions_moid_delete_with_http_info(moid, **kwargs) return data - def iam_sessions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_sessions_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamSession' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_sessions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_sessions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_sessions_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSession instance. (required) - :param str moid2: The moid of the iamSession instance. (required) - :param str moid3: The moid of the iamSession instance. (required) - :param str moid4: The moid of the iamSession instance. (required) - :param str moid5: The moid of the iamSession instance. (required) - :param str moid6: The moid of the iamSession instance. (required) - :param str moid7: The moid of the iamSession instance. (required) - :param str moid8: The moid of the iamSession instance. (required) - :param str moid9: The moid of the iamSession instance. (required) - :param str moid10: The moid of the iamSession instance. (required) - :param str moid11: The moid of the iamSession instance. (required) - :param str moid12: The moid of the iamSession instance. (required) - :param str moid13: The moid of the iamSession instance. (required) - :param str moid14: The moid of the iamSession instance. (required) - :param str moid15: The moid of the iamSession instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_sessions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_sessions_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_sessions_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_sessions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_sessions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_sessions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_sessions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamSession' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_sessions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_sessions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_sessions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSession instance. (required) - :param str moid2: The moid of the iamSession instance. (required) - :param str moid3: The moid of the iamSession instance. (required) - :param str moid4: The moid of the iamSession instance. (required) - :param str moid5: The moid of the iamSession instance. (required) - :param str moid6: The moid of the iamSession instance. (required) - :param str moid7: The moid of the iamSession instance. (required) - :param str moid8: The moid of the iamSession instance. (required) - :param str moid9: The moid of the iamSession instance. (required) - :param str moid10: The moid of the iamSession instance. (required) - :param str moid11: The moid of the iamSession instance. (required) - :param str moid12: The moid of the iamSession instance. (required) - :param str moid13: The moid of the iamSession instance. (required) - :param str moid14: The moid of the iamSession instance. (required) - :param str moid15: The moid of the iamSession instance. (required) :return: IamSession If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_sessions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_sessions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_sessions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_sessions_moid_get_with_http_info(moid, **kwargs) return data - def iam_sessions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_sessions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamSession' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_sessions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_sessions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_sessions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSession instance. (required) - :param str moid2: The moid of the iamSession instance. (required) - :param str moid3: The moid of the iamSession instance. (required) - :param str moid4: The moid of the iamSession instance. (required) - :param str moid5: The moid of the iamSession instance. (required) - :param str moid6: The moid of the iamSession instance. (required) - :param str moid7: The moid of the iamSession instance. (required) - :param str moid8: The moid of the iamSession instance. (required) - :param str moid9: The moid of the iamSession instance. (required) - :param str moid10: The moid of the iamSession instance. (required) - :param str moid11: The moid of the iamSession instance. (required) - :param str moid12: The moid of the iamSession instance. (required) - :param str moid13: The moid of the iamSession instance. (required) - :param str moid14: The moid of the iamSession instance. (required) - :param str moid15: The moid of the iamSession instance. (required) :return: IamSession If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_sessions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_sessions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_sessions_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_sessions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_session_limits_api.py b/intersight/apis/iam_session_limits_api.py index b7f22cf0..de582ce6 100644 --- a/intersight/apis/iam_session_limits_api.py +++ b/intersight/apis/iam_session_limits_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_session_limits_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamSessionLimitsList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_session_limits_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamSessionLimitsList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_session_limits_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_session_limits_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_session_limits_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_session_limits_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamSessionLimits' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_session_limits_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_session_limits_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_session_limits_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSessionLimits instance. (required) - :param str moid2: The moid of the iamSessionLimits instance. (required) - :param str moid3: The moid of the iamSessionLimits instance. (required) - :param str moid4: The moid of the iamSessionLimits instance. (required) - :param str moid5: The moid of the iamSessionLimits instance. (required) - :param str moid6: The moid of the iamSessionLimits instance. (required) - :param str moid7: The moid of the iamSessionLimits instance. (required) - :param str moid8: The moid of the iamSessionLimits instance. (required) - :param str moid9: The moid of the iamSessionLimits instance. (required) - :param str moid10: The moid of the iamSessionLimits instance. (required) - :param str moid11: The moid of the iamSessionLimits instance. (required) - :param str moid12: The moid of the iamSessionLimits instance. (required) - :param str moid13: The moid of the iamSessionLimits instance. (required) - :param str moid14: The moid of the iamSessionLimits instance. (required) - :param str moid15: The moid of the iamSessionLimits instance. (required) :return: IamSessionLimits If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_session_limits_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_session_limits_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_session_limits_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_session_limits_moid_get_with_http_info(moid, **kwargs) return data - def iam_session_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_session_limits_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamSessionLimits' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_session_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_session_limits_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_session_limits_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSessionLimits instance. (required) - :param str moid2: The moid of the iamSessionLimits instance. (required) - :param str moid3: The moid of the iamSessionLimits instance. (required) - :param str moid4: The moid of the iamSessionLimits instance. (required) - :param str moid5: The moid of the iamSessionLimits instance. (required) - :param str moid6: The moid of the iamSessionLimits instance. (required) - :param str moid7: The moid of the iamSessionLimits instance. (required) - :param str moid8: The moid of the iamSessionLimits instance. (required) - :param str moid9: The moid of the iamSessionLimits instance. (required) - :param str moid10: The moid of the iamSessionLimits instance. (required) - :param str moid11: The moid of the iamSessionLimits instance. (required) - :param str moid12: The moid of the iamSessionLimits instance. (required) - :param str moid13: The moid of the iamSessionLimits instance. (required) - :param str moid14: The moid of the iamSessionLimits instance. (required) - :param str moid15: The moid of the iamSessionLimits instance. (required) :return: IamSessionLimits If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_session_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_session_limits_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_session_limits_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_session_limits_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_system_api.py b/intersight/apis/iam_system_api.py index 599512b0..97284b44 100644 --- a/intersight/apis/iam_system_api.py +++ b/intersight/apis/iam_system_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_systems_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamSystemList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_systems_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamSystemList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_systems_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_systems_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_systems_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_systems_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamSystem' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_systems_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_systems_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_systems_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSystem instance. (required) - :param str moid2: The moid of the iamSystem instance. (required) - :param str moid3: The moid of the iamSystem instance. (required) - :param str moid4: The moid of the iamSystem instance. (required) - :param str moid5: The moid of the iamSystem instance. (required) - :param str moid6: The moid of the iamSystem instance. (required) - :param str moid7: The moid of the iamSystem instance. (required) - :param str moid8: The moid of the iamSystem instance. (required) - :param str moid9: The moid of the iamSystem instance. (required) - :param str moid10: The moid of the iamSystem instance. (required) - :param str moid11: The moid of the iamSystem instance. (required) - :param str moid12: The moid of the iamSystem instance. (required) - :param str moid13: The moid of the iamSystem instance. (required) - :param str moid14: The moid of the iamSystem instance. (required) - :param str moid15: The moid of the iamSystem instance. (required) :return: IamSystem If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_systems_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_systems_moid_get_with_http_info(moid, **kwargs) return data - def iam_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_systems_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamSystem' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_systems_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamSystem instance. (required) - :param str moid2: The moid of the iamSystem instance. (required) - :param str moid3: The moid of the iamSystem instance. (required) - :param str moid4: The moid of the iamSystem instance. (required) - :param str moid5: The moid of the iamSystem instance. (required) - :param str moid6: The moid of the iamSystem instance. (required) - :param str moid7: The moid of the iamSystem instance. (required) - :param str moid8: The moid of the iamSystem instance. (required) - :param str moid9: The moid of the iamSystem instance. (required) - :param str moid10: The moid of the iamSystem instance. (required) - :param str moid11: The moid of the iamSystem instance. (required) - :param str moid12: The moid of the iamSystem instance. (required) - :param str moid13: The moid of the iamSystem instance. (required) - :param str moid14: The moid of the iamSystem instance. (required) - :param str moid15: The moid of the iamSystem instance. (required) :return: IamSystem If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_systems_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_systems_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/iam_user_api.py b/intersight/apis/iam_user_api.py index d0066dd4..62147afd 100644 --- a/intersight/apis/iam_user_api.py +++ b/intersight/apis/iam_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_users_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamUserList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_users_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamUserList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_users_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_users_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_users_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_users_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_users_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_users_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) - :param str moid2: The moid of the iamUser instance. (required) - :param str moid3: The moid of the iamUser instance. (required) - :param str moid4: The moid of the iamUser instance. (required) - :param str moid5: The moid of the iamUser instance. (required) - :param str moid6: The moid of the iamUser instance. (required) - :param str moid7: The moid of the iamUser instance. (required) - :param str moid8: The moid of the iamUser instance. (required) - :param str moid9: The moid of the iamUser instance. (required) - :param str moid10: The moid of the iamUser instance. (required) - :param str moid11: The moid of the iamUser instance. (required) - :param str moid12: The moid of the iamUser instance. (required) - :param str moid13: The moid of the iamUser instance. (required) - :param str moid14: The moid of the iamUser instance. (required) - :param str moid15: The moid of the iamUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_users_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_users_moid_delete_with_http_info(moid, **kwargs) return data - def iam_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_users_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_users_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) - :param str moid2: The moid of the iamUser instance. (required) - :param str moid3: The moid of the iamUser instance. (required) - :param str moid4: The moid of the iamUser instance. (required) - :param str moid5: The moid of the iamUser instance. (required) - :param str moid6: The moid of the iamUser instance. (required) - :param str moid7: The moid of the iamUser instance. (required) - :param str moid8: The moid of the iamUser instance. (required) - :param str moid9: The moid of the iamUser instance. (required) - :param str moid10: The moid of the iamUser instance. (required) - :param str moid11: The moid of the iamUser instance. (required) - :param str moid12: The moid of the iamUser instance. (required) - :param str moid13: The moid of the iamUser instance. (required) - :param str moid14: The moid of the iamUser instance. (required) - :param str moid15: The moid of the iamUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_users_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_users_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_users_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_users_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_users_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_users_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) - :param str moid2: The moid of the iamUser instance. (required) - :param str moid3: The moid of the iamUser instance. (required) - :param str moid4: The moid of the iamUser instance. (required) - :param str moid5: The moid of the iamUser instance. (required) - :param str moid6: The moid of the iamUser instance. (required) - :param str moid7: The moid of the iamUser instance. (required) - :param str moid8: The moid of the iamUser instance. (required) - :param str moid9: The moid of the iamUser instance. (required) - :param str moid10: The moid of the iamUser instance. (required) - :param str moid11: The moid of the iamUser instance. (required) - :param str moid12: The moid of the iamUser instance. (required) - :param str moid13: The moid of the iamUser instance. (required) - :param str moid14: The moid of the iamUser instance. (required) - :param str moid15: The moid of the iamUser instance. (required) :return: IamUser If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_users_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_users_moid_get_with_http_info(moid, **kwargs) return data - def iam_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_users_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_users_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) - :param str moid2: The moid of the iamUser instance. (required) - :param str moid3: The moid of the iamUser instance. (required) - :param str moid4: The moid of the iamUser instance. (required) - :param str moid5: The moid of the iamUser instance. (required) - :param str moid6: The moid of the iamUser instance. (required) - :param str moid7: The moid of the iamUser instance. (required) - :param str moid8: The moid of the iamUser instance. (required) - :param str moid9: The moid of the iamUser instance. (required) - :param str moid10: The moid of the iamUser instance. (required) - :param str moid11: The moid of the iamUser instance. (required) - :param str moid12: The moid of the iamUser instance. (required) - :param str moid13: The moid of the iamUser instance. (required) - :param str moid14: The moid of the iamUser instance. (required) - :param str moid15: The moid of the iamUser instance. (required) :return: IamUser If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_users_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_users_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_users_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_users_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_users_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_users_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_users_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_users_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_users_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_users_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_users_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_users_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_users_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_users_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_users_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_users_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_users_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_users_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_users_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) :param IamUser body: iamUser to update (required) - :param str moid2: The moid of the iamUser instance. (required) - :param IamUser body2: iamUser to update (required) - :param str moid3: The moid of the iamUser instance. (required) - :param IamUser body3: iamUser to update (required) - :param str moid4: The moid of the iamUser instance. (required) - :param IamUser body4: iamUser to update (required) - :param str moid5: The moid of the iamUser instance. (required) - :param IamUser body5: iamUser to update (required) - :param str moid6: The moid of the iamUser instance. (required) - :param IamUser body6: iamUser to update (required) - :param str moid7: The moid of the iamUser instance. (required) - :param IamUser body7: iamUser to update (required) - :param str moid8: The moid of the iamUser instance. (required) - :param IamUser body8: iamUser to update (required) - :param str moid9: The moid of the iamUser instance. (required) - :param IamUser body9: iamUser to update (required) - :param str moid10: The moid of the iamUser instance. (required) - :param IamUser body10: iamUser to update (required) - :param str moid11: The moid of the iamUser instance. (required) - :param IamUser body11: iamUser to update (required) - :param str moid12: The moid of the iamUser instance. (required) - :param IamUser body12: iamUser to update (required) - :param str moid13: The moid of the iamUser instance. (required) - :param IamUser body13: iamUser to update (required) - :param str moid14: The moid of the iamUser instance. (required) - :param IamUser body14: iamUser to update (required) - :param str moid15: The moid of the iamUser instance. (required) - :param IamUser body15: iamUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_users_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_users_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_users_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_users_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) :param IamUser body: iamUser to update (required) - :param str moid2: The moid of the iamUser instance. (required) - :param IamUser body2: iamUser to update (required) - :param str moid3: The moid of the iamUser instance. (required) - :param IamUser body3: iamUser to update (required) - :param str moid4: The moid of the iamUser instance. (required) - :param IamUser body4: iamUser to update (required) - :param str moid5: The moid of the iamUser instance. (required) - :param IamUser body5: iamUser to update (required) - :param str moid6: The moid of the iamUser instance. (required) - :param IamUser body6: iamUser to update (required) - :param str moid7: The moid of the iamUser instance. (required) - :param IamUser body7: iamUser to update (required) - :param str moid8: The moid of the iamUser instance. (required) - :param IamUser body8: iamUser to update (required) - :param str moid9: The moid of the iamUser instance. (required) - :param IamUser body9: iamUser to update (required) - :param str moid10: The moid of the iamUser instance. (required) - :param IamUser body10: iamUser to update (required) - :param str moid11: The moid of the iamUser instance. (required) - :param IamUser body11: iamUser to update (required) - :param str moid12: The moid of the iamUser instance. (required) - :param IamUser body12: iamUser to update (required) - :param str moid13: The moid of the iamUser instance. (required) - :param IamUser body13: iamUser to update (required) - :param str moid14: The moid of the iamUser instance. (required) - :param IamUser body14: iamUser to update (required) - :param str moid15: The moid of the iamUser instance. (required) - :param IamUser body15: iamUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_users_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_users_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_users_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_users_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_users_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_users_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_users_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_users_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_users_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_users_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_users_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_users_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_users_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_users_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_users_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_users_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_users_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_users_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_users_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_users_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) :param IamUser body: iamUser to update (required) - :param str moid2: The moid of the iamUser instance. (required) - :param IamUser body2: iamUser to update (required) - :param str moid3: The moid of the iamUser instance. (required) - :param IamUser body3: iamUser to update (required) - :param str moid4: The moid of the iamUser instance. (required) - :param IamUser body4: iamUser to update (required) - :param str moid5: The moid of the iamUser instance. (required) - :param IamUser body5: iamUser to update (required) - :param str moid6: The moid of the iamUser instance. (required) - :param IamUser body6: iamUser to update (required) - :param str moid7: The moid of the iamUser instance. (required) - :param IamUser body7: iamUser to update (required) - :param str moid8: The moid of the iamUser instance. (required) - :param IamUser body8: iamUser to update (required) - :param str moid9: The moid of the iamUser instance. (required) - :param IamUser body9: iamUser to update (required) - :param str moid10: The moid of the iamUser instance. (required) - :param IamUser body10: iamUser to update (required) - :param str moid11: The moid of the iamUser instance. (required) - :param IamUser body11: iamUser to update (required) - :param str moid12: The moid of the iamUser instance. (required) - :param IamUser body12: iamUser to update (required) - :param str moid13: The moid of the iamUser instance. (required) - :param IamUser body13: iamUser to update (required) - :param str moid14: The moid of the iamUser instance. (required) - :param IamUser body14: iamUser to update (required) - :param str moid15: The moid of the iamUser instance. (required) - :param IamUser body15: iamUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_users_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_users_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_users_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_users_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUser instance. (required) :param IamUser body: iamUser to update (required) - :param str moid2: The moid of the iamUser instance. (required) - :param IamUser body2: iamUser to update (required) - :param str moid3: The moid of the iamUser instance. (required) - :param IamUser body3: iamUser to update (required) - :param str moid4: The moid of the iamUser instance. (required) - :param IamUser body4: iamUser to update (required) - :param str moid5: The moid of the iamUser instance. (required) - :param IamUser body5: iamUser to update (required) - :param str moid6: The moid of the iamUser instance. (required) - :param IamUser body6: iamUser to update (required) - :param str moid7: The moid of the iamUser instance. (required) - :param IamUser body7: iamUser to update (required) - :param str moid8: The moid of the iamUser instance. (required) - :param IamUser body8: iamUser to update (required) - :param str moid9: The moid of the iamUser instance. (required) - :param IamUser body9: iamUser to update (required) - :param str moid10: The moid of the iamUser instance. (required) - :param IamUser body10: iamUser to update (required) - :param str moid11: The moid of the iamUser instance. (required) - :param IamUser body11: iamUser to update (required) - :param str moid12: The moid of the iamUser instance. (required) - :param IamUser body12: iamUser to update (required) - :param str moid13: The moid of the iamUser instance. (required) - :param IamUser body13: iamUser to update (required) - :param str moid14: The moid of the iamUser instance. (required) - :param IamUser body14: iamUser to update (required) - :param str moid15: The moid of the iamUser instance. (required) - :param IamUser body15: iamUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_users_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_users_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_users_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_users_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_users_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_users_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_users_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_users_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_users_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_users_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_users_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_users_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_users_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_users_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_users_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_users_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_users_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_users_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_users_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_users_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_users_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_users_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_users_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_users_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_users_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_users_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_users_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_users_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_users_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_users_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_users_post(self, body, **kwargs): """ Create an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_users_post(self, body, body2, body3, body4, body5, body6, body7, body8, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_users_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamUser body: iamUser to add (required) - :param IamUser body2: iamUser to add (required) - :param IamUser body3: iamUser to add (required) - :param IamUser body4: iamUser to add (required) - :param IamUser body5: iamUser to add (required) - :param IamUser body6: iamUser to add (required) - :param IamUser body7: iamUser to add (required) - :param IamUser body8: iamUser to add (required) - :param IamUser body9: iamUser to add (required) - :param IamUser body10: iamUser to add (required) - :param IamUser body11: iamUser to add (required) - :param IamUser body12: iamUser to add (required) - :param IamUser body13: iamUser to add (required) - :param IamUser body14: iamUser to add (required) - :param IamUser body15: iamUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_users_post_with_http_info(body, **kwargs) else: - (data) = self.iam_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_users_post_with_http_info(body, **kwargs) return data - def iam_users_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_users_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamUser' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_users_post_with_http_info(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_users_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamUser body: iamUser to add (required) - :param IamUser body2: iamUser to add (required) - :param IamUser body3: iamUser to add (required) - :param IamUser body4: iamUser to add (required) - :param IamUser body5: iamUser to add (required) - :param IamUser body6: iamUser to add (required) - :param IamUser body7: iamUser to add (required) - :param IamUser body8: iamUser to add (required) - :param IamUser body9: iamUser to add (required) - :param IamUser body10: iamUser to add (required) - :param IamUser body11: iamUser to add (required) - :param IamUser body12: iamUser to add (required) - :param IamUser body13: iamUser to add (required) - :param IamUser body14: iamUser to add (required) - :param IamUser body15: iamUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_users_post_with_http_info(self, body, body2, body3, body4, body5, body6, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_users_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_users_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_users_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_users_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_users_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_users_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_users_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_users_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_users_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_users_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_users_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_users_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_users_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_users_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_users_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_users_post_with_http_info(self, body, body2, body3, body4, body5, body6, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_user_group_api.py b/intersight/apis/iam_user_group_api.py index 84c199b3..f0a94c2c 100644 --- a/intersight/apis/iam_user_group_api.py +++ b/intersight/apis/iam_user_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_user_groups_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamUserGroupList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_user_groups_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamUserGroupList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_user_groups_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_user_groups_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_groups_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_user_groups_moid_delete(self, moid, **kwargs): """ Delete an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_user_groups_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param str moid15: The moid of the iamUserGroup instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_user_groups_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.iam_user_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_user_groups_moid_delete_with_http_info(moid, **kwargs) return data - def iam_user_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_user_groups_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_user_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param str moid15: The moid of the iamUserGroup instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_user_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_user_groups_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_user_groups_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_user_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_user_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_user_groups_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def iam_user_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param str moid15: The moid of the iamUserGroup instance. (required) :return: IamUserGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_user_groups_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_user_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_user_groups_moid_get_with_http_info(moid, **kwargs) return data - def iam_user_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_user_groups_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def iam_user_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param str moid15: The moid of the iamUserGroup instance. (required) :return: IamUserGroup If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def iam_user_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_user_groups_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_user_groups_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def iam_user_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def iam_user_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_groups_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def iam_user_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) :param IamUserGroup body: iamUserGroup to update (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body2: iamUserGroup to update (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body3: iamUserGroup to update (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body4: iamUserGroup to update (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body5: iamUserGroup to update (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body6: iamUserGroup to update (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body7: iamUserGroup to update (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body8: iamUserGroup to update (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body9: iamUserGroup to update (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body10: iamUserGroup to update (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body11: iamUserGroup to update (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body12: iamUserGroup to update (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body13: iamUserGroup to update (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body14: iamUserGroup to update (required) - :param str moid15: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body15: iamUserGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_user_groups_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_user_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_user_groups_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_user_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_groups_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def iam_user_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) :param IamUserGroup body: iamUserGroup to update (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body2: iamUserGroup to update (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body3: iamUserGroup to update (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body4: iamUserGroup to update (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body5: iamUserGroup to update (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body6: iamUserGroup to update (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body7: iamUserGroup to update (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body8: iamUserGroup to update (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body9: iamUserGroup to update (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body10: iamUserGroup to update (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body11: iamUserGroup to update (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body12: iamUserGroup to update (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body13: iamUserGroup to update (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body14: iamUserGroup to update (required) - :param str moid15: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body15: iamUserGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def iam_user_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_user_groups_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_user_groups_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def iam_user_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def iam_user_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def iam_user_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_groups_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def iam_user_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) :param IamUserGroup body: iamUserGroup to update (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body2: iamUserGroup to update (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body3: iamUserGroup to update (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body4: iamUserGroup to update (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body5: iamUserGroup to update (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body6: iamUserGroup to update (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body7: iamUserGroup to update (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body8: iamUserGroup to update (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body9: iamUserGroup to update (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body10: iamUserGroup to update (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body11: iamUserGroup to update (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body12: iamUserGroup to update (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body13: iamUserGroup to update (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body14: iamUserGroup to update (required) - :param str moid15: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body15: iamUserGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_user_groups_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_user_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_user_groups_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_user_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_groups_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def iam_user_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_groups_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserGroup instance. (required) :param IamUserGroup body: iamUserGroup to update (required) - :param str moid2: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body2: iamUserGroup to update (required) - :param str moid3: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body3: iamUserGroup to update (required) - :param str moid4: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body4: iamUserGroup to update (required) - :param str moid5: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body5: iamUserGroup to update (required) - :param str moid6: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body6: iamUserGroup to update (required) - :param str moid7: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body7: iamUserGroup to update (required) - :param str moid8: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body8: iamUserGroup to update (required) - :param str moid9: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body9: iamUserGroup to update (required) - :param str moid10: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body10: iamUserGroup to update (required) - :param str moid11: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body11: iamUserGroup to update (required) - :param str moid12: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body12: iamUserGroup to update (required) - :param str moid13: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body13: iamUserGroup to update (required) - :param str moid14: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body14: iamUserGroup to update (required) - :param str moid15: The moid of the iamUserGroup instance. (required) - :param IamUserGroup body15: iamUserGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def iam_user_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_user_groups_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_user_groups_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def iam_user_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def iam_user_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def iam_user_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_groups_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_user_groups_post(self, body, **kwargs): """ Create an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def iam_user_groups_post(self, body, body2, body3, body4, body5, body6, body7, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_user_groups_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamUserGroup body: iamUserGroup to add (required) - :param IamUserGroup body2: iamUserGroup to add (required) - :param IamUserGroup body3: iamUserGroup to add (required) - :param IamUserGroup body4: iamUserGroup to add (required) - :param IamUserGroup body5: iamUserGroup to add (required) - :param IamUserGroup body6: iamUserGroup to add (required) - :param IamUserGroup body7: iamUserGroup to add (required) - :param IamUserGroup body8: iamUserGroup to add (required) - :param IamUserGroup body9: iamUserGroup to add (required) - :param IamUserGroup body10: iamUserGroup to add (required) - :param IamUserGroup body11: iamUserGroup to add (required) - :param IamUserGroup body12: iamUserGroup to add (required) - :param IamUserGroup body13: iamUserGroup to add (required) - :param IamUserGroup body14: iamUserGroup to add (required) - :param IamUserGroup body15: iamUserGroup to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.iam_user_groups_post_with_http_info(body, **kwargs) else: - (data) = self.iam_user_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.iam_user_groups_post_with_http_info(body, **kwargs) return data - def iam_user_groups_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def iam_user_groups_post_with_http_info(self, body, **kwargs): """ Create an instance of 'iamUserGroup' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def iam_user_groups_post_with_http_info(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.iam_user_groups_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IamUserGroup body: iamUserGroup to add (required) - :param IamUserGroup body2: iamUserGroup to add (required) - :param IamUserGroup body3: iamUserGroup to add (required) - :param IamUserGroup body4: iamUserGroup to add (required) - :param IamUserGroup body5: iamUserGroup to add (required) - :param IamUserGroup body6: iamUserGroup to add (required) - :param IamUserGroup body7: iamUserGroup to add (required) - :param IamUserGroup body8: iamUserGroup to add (required) - :param IamUserGroup body9: iamUserGroup to add (required) - :param IamUserGroup body10: iamUserGroup to add (required) - :param IamUserGroup body11: iamUserGroup to add (required) - :param IamUserGroup body12: iamUserGroup to add (required) - :param IamUserGroup body13: iamUserGroup to add (required) - :param IamUserGroup body14: iamUserGroup to add (required) - :param IamUserGroup body15: iamUserGroup to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def iam_user_groups_post_with_http_info(self, body, body2, body3, body4, body5, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_user_groups_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_user_groups_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_user_groups_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_user_groups_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_user_groups_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_user_groups_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_user_groups_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_user_groups_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_user_groups_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_user_groups_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_user_groups_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_user_groups_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_user_groups_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_user_groups_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_user_groups_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def iam_user_groups_post_with_http_info(self, body, body2, body3, body4, body5, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/iam_user_preference_api.py b/intersight/apis/iam_user_preference_api.py index 3452afd9..cc012174 100644 --- a/intersight/apis/iam_user_preference_api.py +++ b/intersight/apis/iam_user_preference_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def iam_user_preferences_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamUserPreferenceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def iam_user_preferences_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: IamUserPreferenceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def iam_user_preferences_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def iam_user_preferences_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_preferences_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_user_preferences_moid_get(self, moid, **kwargs): """ Get a specific instance of 'iamUserPreference' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def iam_user_preferences_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_preferences_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_user_preferences_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserPreference instance. (required) - :param str moid2: The moid of the iamUserPreference instance. (required) - :param str moid3: The moid of the iamUserPreference instance. (required) - :param str moid4: The moid of the iamUserPreference instance. (required) - :param str moid5: The moid of the iamUserPreference instance. (required) - :param str moid6: The moid of the iamUserPreference instance. (required) - :param str moid7: The moid of the iamUserPreference instance. (required) - :param str moid8: The moid of the iamUserPreference instance. (required) - :param str moid9: The moid of the iamUserPreference instance. (required) - :param str moid10: The moid of the iamUserPreference instance. (required) - :param str moid11: The moid of the iamUserPreference instance. (required) - :param str moid12: The moid of the iamUserPreference instance. (required) - :param str moid13: The moid of the iamUserPreference instance. (required) - :param str moid14: The moid of the iamUserPreference instance. (required) - :param str moid15: The moid of the iamUserPreference instance. (required) :return: IamUserPreference If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_preferences_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.iam_user_preferences_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.iam_user_preferences_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.iam_user_preferences_moid_get_with_http_info(moid, **kwargs) return data - def iam_user_preferences_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def iam_user_preferences_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'iamUserPreference' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def iam_user_preferences_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_preferences_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.iam_user_preferences_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserPreference instance. (required) - :param str moid2: The moid of the iamUserPreference instance. (required) - :param str moid3: The moid of the iamUserPreference instance. (required) - :param str moid4: The moid of the iamUserPreference instance. (required) - :param str moid5: The moid of the iamUserPreference instance. (required) - :param str moid6: The moid of the iamUserPreference instance. (required) - :param str moid7: The moid of the iamUserPreference instance. (required) - :param str moid8: The moid of the iamUserPreference instance. (required) - :param str moid9: The moid of the iamUserPreference instance. (required) - :param str moid10: The moid of the iamUserPreference instance. (required) - :param str moid11: The moid of the iamUserPreference instance. (required) - :param str moid12: The moid of the iamUserPreference instance. (required) - :param str moid13: The moid of the iamUserPreference instance. (required) - :param str moid14: The moid of the iamUserPreference instance. (required) - :param str moid15: The moid of the iamUserPreference instance. (required) :return: IamUserPreference If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def iam_user_preferences_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_user_preferences_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_user_preferences_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def iam_user_preferences_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def iam_user_preferences_moid_get_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_preferences_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_preferences_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'iamUserPreference' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def iam_user_preferences_moid_patch(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_preferences_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_preferences_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserPreference instance. (required) :param IamUserPreference body: iamUserPreference to update (required) - :param str moid2: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body2: iamUserPreference to update (required) - :param str moid3: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body3: iamUserPreference to update (required) - :param str moid4: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body4: iamUserPreference to update (required) - :param str moid5: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body5: iamUserPreference to update (required) - :param str moid6: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body6: iamUserPreference to update (required) - :param str moid7: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body7: iamUserPreference to update (required) - :param str moid8: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body8: iamUserPreference to update (required) - :param str moid9: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body9: iamUserPreference to update (required) - :param str moid10: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body10: iamUserPreference to update (required) - :param str moid11: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body11: iamUserPreference to update (required) - :param str moid12: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body12: iamUserPreference to update (required) - :param str moid13: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body13: iamUserPreference to update (required) - :param str moid14: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body14: iamUserPreference to update (required) - :param str moid15: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body15: iamUserPreference to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_preferences_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_user_preferences_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_user_preferences_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_user_preferences_moid_patch_with_http_info(moid, body, **kwargs) return data - def iam_user_preferences_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_preferences_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamUserPreference' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def iam_user_preferences_moid_patch_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_preferences_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_preferences_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserPreference instance. (required) :param IamUserPreference body: iamUserPreference to update (required) - :param str moid2: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body2: iamUserPreference to update (required) - :param str moid3: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body3: iamUserPreference to update (required) - :param str moid4: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body4: iamUserPreference to update (required) - :param str moid5: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body5: iamUserPreference to update (required) - :param str moid6: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body6: iamUserPreference to update (required) - :param str moid7: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body7: iamUserPreference to update (required) - :param str moid8: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body8: iamUserPreference to update (required) - :param str moid9: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body9: iamUserPreference to update (required) - :param str moid10: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body10: iamUserPreference to update (required) - :param str moid11: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body11: iamUserPreference to update (required) - :param str moid12: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body12: iamUserPreference to update (required) - :param str moid13: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body13: iamUserPreference to update (required) - :param str moid14: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body14: iamUserPreference to update (required) - :param str moid15: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body15: iamUserPreference to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def iam_user_preferences_moid_patch_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_user_preferences_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_user_preferences_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def iam_user_preferences_moid_patch_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def iam_user_preferences_moid_patch_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def iam_user_preferences_moid_patch_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def iam_user_preferences_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_preferences_moid_post(self, moid, body, **kwargs): """ Update an instance of 'iamUserPreference' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def iam_user_preferences_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_preferences_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_preferences_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserPreference instance. (required) :param IamUserPreference body: iamUserPreference to update (required) - :param str moid2: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body2: iamUserPreference to update (required) - :param str moid3: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body3: iamUserPreference to update (required) - :param str moid4: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body4: iamUserPreference to update (required) - :param str moid5: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body5: iamUserPreference to update (required) - :param str moid6: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body6: iamUserPreference to update (required) - :param str moid7: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body7: iamUserPreference to update (required) - :param str moid8: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body8: iamUserPreference to update (required) - :param str moid9: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body9: iamUserPreference to update (required) - :param str moid10: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body10: iamUserPreference to update (required) - :param str moid11: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body11: iamUserPreference to update (required) - :param str moid12: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body12: iamUserPreference to update (required) - :param str moid13: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body13: iamUserPreference to update (required) - :param str moid14: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body14: iamUserPreference to update (required) - :param str moid15: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body15: iamUserPreference to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.iam_user_preferences_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.iam_user_preferences_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.iam_user_preferences_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.iam_user_preferences_moid_post_with_http_info(moid, body, **kwargs) return data - def iam_user_preferences_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def iam_user_preferences_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'iamUserPreference' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def iam_user_preferences_moid_post_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.iam_user_preferences_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.iam_user_preferences_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the iamUserPreference instance. (required) :param IamUserPreference body: iamUserPreference to update (required) - :param str moid2: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body2: iamUserPreference to update (required) - :param str moid3: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body3: iamUserPreference to update (required) - :param str moid4: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body4: iamUserPreference to update (required) - :param str moid5: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body5: iamUserPreference to update (required) - :param str moid6: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body6: iamUserPreference to update (required) - :param str moid7: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body7: iamUserPreference to update (required) - :param str moid8: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body8: iamUserPreference to update (required) - :param str moid9: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body9: iamUserPreference to update (required) - :param str moid10: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body10: iamUserPreference to update (required) - :param str moid11: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body11: iamUserPreference to update (required) - :param str moid12: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body12: iamUserPreference to update (required) - :param str moid13: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body13: iamUserPreference to update (required) - :param str moid14: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body14: iamUserPreference to update (required) - :param str moid15: The moid of the iamUserPreference instance. (required) - :param IamUserPreference body15: iamUserPreference to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def iam_user_preferences_moid_post_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `iam_user_preferences_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `iam_user_preferences_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def iam_user_preferences_moid_post_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def iam_user_preferences_moid_post_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/inventory_device_info_api.py b/intersight/apis/inventory_device_info_api.py index c5f8fcbe..44c51053 100644 --- a/intersight/apis/inventory_device_info_api.py +++ b/intersight/apis/inventory_device_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def inventory_device_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryDeviceInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def inventory_device_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryDeviceInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def inventory_device_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def inventory_device_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_device_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_device_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'inventoryDeviceInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def inventory_device_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_device_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_device_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryDeviceInfo instance. (required) - :param str moid2: The moid of the inventoryDeviceInfo instance. (required) - :param str moid3: The moid of the inventoryDeviceInfo instance. (required) - :param str moid4: The moid of the inventoryDeviceInfo instance. (required) - :param str moid5: The moid of the inventoryDeviceInfo instance. (required) - :param str moid6: The moid of the inventoryDeviceInfo instance. (required) - :param str moid7: The moid of the inventoryDeviceInfo instance. (required) - :param str moid8: The moid of the inventoryDeviceInfo instance. (required) - :param str moid9: The moid of the inventoryDeviceInfo instance. (required) - :param str moid10: The moid of the inventoryDeviceInfo instance. (required) - :param str moid11: The moid of the inventoryDeviceInfo instance. (required) - :param str moid12: The moid of the inventoryDeviceInfo instance. (required) - :param str moid13: The moid of the inventoryDeviceInfo instance. (required) - :param str moid14: The moid of the inventoryDeviceInfo instance. (required) - :param str moid15: The moid of the inventoryDeviceInfo instance. (required) :return: InventoryDeviceInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_device_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.inventory_device_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.inventory_device_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.inventory_device_infos_moid_get_with_http_info(moid, **kwargs) return data - def inventory_device_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_device_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'inventoryDeviceInfo' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def inventory_device_infos_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_device_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_device_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryDeviceInfo instance. (required) - :param str moid2: The moid of the inventoryDeviceInfo instance. (required) - :param str moid3: The moid of the inventoryDeviceInfo instance. (required) - :param str moid4: The moid of the inventoryDeviceInfo instance. (required) - :param str moid5: The moid of the inventoryDeviceInfo instance. (required) - :param str moid6: The moid of the inventoryDeviceInfo instance. (required) - :param str moid7: The moid of the inventoryDeviceInfo instance. (required) - :param str moid8: The moid of the inventoryDeviceInfo instance. (required) - :param str moid9: The moid of the inventoryDeviceInfo instance. (required) - :param str moid10: The moid of the inventoryDeviceInfo instance. (required) - :param str moid11: The moid of the inventoryDeviceInfo instance. (required) - :param str moid12: The moid of the inventoryDeviceInfo instance. (required) - :param str moid13: The moid of the inventoryDeviceInfo instance. (required) - :param str moid14: The moid of the inventoryDeviceInfo instance. (required) - :param str moid15: The moid of the inventoryDeviceInfo instance. (required) :return: InventoryDeviceInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def inventory_device_infos_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_device_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_device_infos_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def inventory_device_infos_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/inventory_dn_mo_binding_api.py b/intersight/apis/inventory_dn_mo_binding_api.py index bd1fac21..734726c3 100644 --- a/intersight/apis/inventory_dn_mo_binding_api.py +++ b/intersight/apis/inventory_dn_mo_binding_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def inventory_dn_mo_bindings_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryDnMoBindingList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def inventory_dn_mo_bindings_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryDnMoBindingList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def inventory_dn_mo_bindings_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def inventory_dn_mo_bindings_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_dn_mo_bindings_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_dn_mo_bindings_moid_get(self, moid, **kwargs): """ Get a specific instance of 'inventoryDnMoBinding' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def inventory_dn_mo_bindings_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_dn_mo_bindings_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_dn_mo_bindings_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryDnMoBinding instance. (required) - :param str moid2: The moid of the inventoryDnMoBinding instance. (required) - :param str moid3: The moid of the inventoryDnMoBinding instance. (required) - :param str moid4: The moid of the inventoryDnMoBinding instance. (required) - :param str moid5: The moid of the inventoryDnMoBinding instance. (required) - :param str moid6: The moid of the inventoryDnMoBinding instance. (required) - :param str moid7: The moid of the inventoryDnMoBinding instance. (required) - :param str moid8: The moid of the inventoryDnMoBinding instance. (required) - :param str moid9: The moid of the inventoryDnMoBinding instance. (required) - :param str moid10: The moid of the inventoryDnMoBinding instance. (required) - :param str moid11: The moid of the inventoryDnMoBinding instance. (required) - :param str moid12: The moid of the inventoryDnMoBinding instance. (required) - :param str moid13: The moid of the inventoryDnMoBinding instance. (required) - :param str moid14: The moid of the inventoryDnMoBinding instance. (required) - :param str moid15: The moid of the inventoryDnMoBinding instance. (required) :return: InventoryDnMoBinding If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_dn_mo_bindings_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.inventory_dn_mo_bindings_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.inventory_dn_mo_bindings_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.inventory_dn_mo_bindings_moid_get_with_http_info(moid, **kwargs) return data - def inventory_dn_mo_bindings_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_dn_mo_bindings_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'inventoryDnMoBinding' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def inventory_dn_mo_bindings_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_dn_mo_bindings_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_dn_mo_bindings_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryDnMoBinding instance. (required) - :param str moid2: The moid of the inventoryDnMoBinding instance. (required) - :param str moid3: The moid of the inventoryDnMoBinding instance. (required) - :param str moid4: The moid of the inventoryDnMoBinding instance. (required) - :param str moid5: The moid of the inventoryDnMoBinding instance. (required) - :param str moid6: The moid of the inventoryDnMoBinding instance. (required) - :param str moid7: The moid of the inventoryDnMoBinding instance. (required) - :param str moid8: The moid of the inventoryDnMoBinding instance. (required) - :param str moid9: The moid of the inventoryDnMoBinding instance. (required) - :param str moid10: The moid of the inventoryDnMoBinding instance. (required) - :param str moid11: The moid of the inventoryDnMoBinding instance. (required) - :param str moid12: The moid of the inventoryDnMoBinding instance. (required) - :param str moid13: The moid of the inventoryDnMoBinding instance. (required) - :param str moid14: The moid of the inventoryDnMoBinding instance. (required) - :param str moid15: The moid of the inventoryDnMoBinding instance. (required) :return: InventoryDnMoBinding If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def inventory_dn_mo_bindings_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_dn_mo_bindings_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_dn_mo_bindings_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def inventory_dn_mo_bindings_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/inventory_generic_inventory_api.py b/intersight/apis/inventory_generic_inventory_api.py index e7988261..a5ed99da 100644 --- a/intersight/apis/inventory_generic_inventory_api.py +++ b/intersight/apis/inventory_generic_inventory_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def inventory_generic_inventories_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryGenericInventoryList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def inventory_generic_inventories_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryGenericInventoryList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def inventory_generic_inventories_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def inventory_generic_inventories_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_generic_inventories_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_generic_inventories_moid_get(self, moid, **kwargs): """ Get a specific instance of 'inventoryGenericInventory' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def inventory_generic_inventories_moid_get(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventories_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_generic_inventories_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventory instance. (required) - :param str moid2: The moid of the inventoryGenericInventory instance. (required) - :param str moid3: The moid of the inventoryGenericInventory instance. (required) - :param str moid4: The moid of the inventoryGenericInventory instance. (required) - :param str moid5: The moid of the inventoryGenericInventory instance. (required) - :param str moid6: The moid of the inventoryGenericInventory instance. (required) - :param str moid7: The moid of the inventoryGenericInventory instance. (required) - :param str moid8: The moid of the inventoryGenericInventory instance. (required) - :param str moid9: The moid of the inventoryGenericInventory instance. (required) - :param str moid10: The moid of the inventoryGenericInventory instance. (required) - :param str moid11: The moid of the inventoryGenericInventory instance. (required) - :param str moid12: The moid of the inventoryGenericInventory instance. (required) - :param str moid13: The moid of the inventoryGenericInventory instance. (required) - :param str moid14: The moid of the inventoryGenericInventory instance. (required) - :param str moid15: The moid of the inventoryGenericInventory instance. (required) :return: InventoryGenericInventory If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_generic_inventories_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.inventory_generic_inventories_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.inventory_generic_inventories_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.inventory_generic_inventories_moid_get_with_http_info(moid, **kwargs) return data - def inventory_generic_inventories_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_generic_inventories_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'inventoryGenericInventory' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def inventory_generic_inventories_moid_get_with_http_info(self, moid, moid2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventories_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_generic_inventories_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventory instance. (required) - :param str moid2: The moid of the inventoryGenericInventory instance. (required) - :param str moid3: The moid of the inventoryGenericInventory instance. (required) - :param str moid4: The moid of the inventoryGenericInventory instance. (required) - :param str moid5: The moid of the inventoryGenericInventory instance. (required) - :param str moid6: The moid of the inventoryGenericInventory instance. (required) - :param str moid7: The moid of the inventoryGenericInventory instance. (required) - :param str moid8: The moid of the inventoryGenericInventory instance. (required) - :param str moid9: The moid of the inventoryGenericInventory instance. (required) - :param str moid10: The moid of the inventoryGenericInventory instance. (required) - :param str moid11: The moid of the inventoryGenericInventory instance. (required) - :param str moid12: The moid of the inventoryGenericInventory instance. (required) - :param str moid13: The moid of the inventoryGenericInventory instance. (required) - :param str moid14: The moid of the inventoryGenericInventory instance. (required) - :param str moid15: The moid of the inventoryGenericInventory instance. (required) :return: InventoryGenericInventory If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def inventory_generic_inventories_moid_get_with_http_info(self, moid, moid2, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_generic_inventories_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_generic_inventories_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def inventory_generic_inventories_moid_get_with_http_info(self, moid, moid2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def inventory_generic_inventories_moid_get_with_http_info(self, moid, moid2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_generic_inventories_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventories_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventory' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def inventory_generic_inventories_moid_patch(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventories_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventories_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventory instance. (required) :param InventoryGenericInventory body: inventoryGenericInventory to update (required) - :param str moid2: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body2: inventoryGenericInventory to update (required) - :param str moid3: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body3: inventoryGenericInventory to update (required) - :param str moid4: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body4: inventoryGenericInventory to update (required) - :param str moid5: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body5: inventoryGenericInventory to update (required) - :param str moid6: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body6: inventoryGenericInventory to update (required) - :param str moid7: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body7: inventoryGenericInventory to update (required) - :param str moid8: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body8: inventoryGenericInventory to update (required) - :param str moid9: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body9: inventoryGenericInventory to update (required) - :param str moid10: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body10: inventoryGenericInventory to update (required) - :param str moid11: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body11: inventoryGenericInventory to update (required) - :param str moid12: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body12: inventoryGenericInventory to update (required) - :param str moid13: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body13: inventoryGenericInventory to update (required) - :param str moid14: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body14: inventoryGenericInventory to update (required) - :param str moid15: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body15: inventoryGenericInventory to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_generic_inventories_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.inventory_generic_inventories_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.inventory_generic_inventories_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.inventory_generic_inventories_moid_patch_with_http_info(moid, body, **kwargs) return data - def inventory_generic_inventories_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventories_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventory' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def inventory_generic_inventories_moid_patch_with_http_info(self, moid, body, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventories_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventories_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventory instance. (required) :param InventoryGenericInventory body: inventoryGenericInventory to update (required) - :param str moid2: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body2: inventoryGenericInventory to update (required) - :param str moid3: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body3: inventoryGenericInventory to update (required) - :param str moid4: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body4: inventoryGenericInventory to update (required) - :param str moid5: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body5: inventoryGenericInventory to update (required) - :param str moid6: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body6: inventoryGenericInventory to update (required) - :param str moid7: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body7: inventoryGenericInventory to update (required) - :param str moid8: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body8: inventoryGenericInventory to update (required) - :param str moid9: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body9: inventoryGenericInventory to update (required) - :param str moid10: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body10: inventoryGenericInventory to update (required) - :param str moid11: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body11: inventoryGenericInventory to update (required) - :param str moid12: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body12: inventoryGenericInventory to update (required) - :param str moid13: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body13: inventoryGenericInventory to update (required) - :param str moid14: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body14: inventoryGenericInventory to update (required) - :param str moid15: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body15: inventoryGenericInventory to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def inventory_generic_inventories_moid_patch_with_http_info(self, moid, body, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_generic_inventories_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `inventory_generic_inventories_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def inventory_generic_inventories_moid_patch_with_http_info(self, moid, body, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def inventory_generic_inventories_moid_patch_with_http_info(self, moid, body, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def inventory_generic_inventories_moid_patch_with_http_info(self, moid, body, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_generic_inventories_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventories_moid_post(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventory' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def inventory_generic_inventories_moid_post(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventories_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventories_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventory instance. (required) :param InventoryGenericInventory body: inventoryGenericInventory to update (required) - :param str moid2: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body2: inventoryGenericInventory to update (required) - :param str moid3: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body3: inventoryGenericInventory to update (required) - :param str moid4: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body4: inventoryGenericInventory to update (required) - :param str moid5: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body5: inventoryGenericInventory to update (required) - :param str moid6: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body6: inventoryGenericInventory to update (required) - :param str moid7: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body7: inventoryGenericInventory to update (required) - :param str moid8: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body8: inventoryGenericInventory to update (required) - :param str moid9: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body9: inventoryGenericInventory to update (required) - :param str moid10: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body10: inventoryGenericInventory to update (required) - :param str moid11: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body11: inventoryGenericInventory to update (required) - :param str moid12: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body12: inventoryGenericInventory to update (required) - :param str moid13: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body13: inventoryGenericInventory to update (required) - :param str moid14: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body14: inventoryGenericInventory to update (required) - :param str moid15: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body15: inventoryGenericInventory to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_generic_inventories_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.inventory_generic_inventories_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.inventory_generic_inventories_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.inventory_generic_inventories_moid_post_with_http_info(moid, body, **kwargs) return data - def inventory_generic_inventories_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventories_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventory' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def inventory_generic_inventories_moid_post_with_http_info(self, moid, body, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventories_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventories_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventory instance. (required) :param InventoryGenericInventory body: inventoryGenericInventory to update (required) - :param str moid2: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body2: inventoryGenericInventory to update (required) - :param str moid3: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body3: inventoryGenericInventory to update (required) - :param str moid4: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body4: inventoryGenericInventory to update (required) - :param str moid5: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body5: inventoryGenericInventory to update (required) - :param str moid6: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body6: inventoryGenericInventory to update (required) - :param str moid7: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body7: inventoryGenericInventory to update (required) - :param str moid8: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body8: inventoryGenericInventory to update (required) - :param str moid9: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body9: inventoryGenericInventory to update (required) - :param str moid10: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body10: inventoryGenericInventory to update (required) - :param str moid11: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body11: inventoryGenericInventory to update (required) - :param str moid12: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body12: inventoryGenericInventory to update (required) - :param str moid13: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body13: inventoryGenericInventory to update (required) - :param str moid14: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body14: inventoryGenericInventory to update (required) - :param str moid15: The moid of the inventoryGenericInventory instance. (required) - :param InventoryGenericInventory body15: inventoryGenericInventory to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def inventory_generic_inventories_moid_post_with_http_info(self, moid, body, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_generic_inventories_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `inventory_generic_inventories_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def inventory_generic_inventories_moid_post_with_http_info(self, moid, body, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def inventory_generic_inventories_moid_post_with_http_info(self, moid, body, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/inventory_generic_inventory_holder_api.py b/intersight/apis/inventory_generic_inventory_holder_api.py index be625241..e9e66d80 100644 --- a/intersight/apis/inventory_generic_inventory_holder_api.py +++ b/intersight/apis/inventory_generic_inventory_holder_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def inventory_generic_inventory_holders_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryGenericInventoryHolderList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def inventory_generic_inventory_holders_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: InventoryGenericInventoryHolderList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def inventory_generic_inventory_holders_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def inventory_generic_inventory_holders_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_generic_inventory_holders_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_generic_inventory_holders_moid_get(self, moid, **kwargs): """ Get a specific instance of 'inventoryGenericInventoryHolder' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def inventory_generic_inventory_holders_moid_get(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventory_holders_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_generic_inventory_holders_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid2: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid3: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid4: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid5: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid6: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid7: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid8: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid9: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid10: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid11: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid12: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid13: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid14: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid15: The moid of the inventoryGenericInventoryHolder instance. (required) :return: InventoryGenericInventoryHolder If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_generic_inventory_holders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.inventory_generic_inventory_holders_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.inventory_generic_inventory_holders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.inventory_generic_inventory_holders_moid_get_with_http_info(moid, **kwargs) return data - def inventory_generic_inventory_holders_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def inventory_generic_inventory_holders_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'inventoryGenericInventoryHolder' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def inventory_generic_inventory_holders_moid_get_with_http_info(self, moid, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventory_holders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.inventory_generic_inventory_holders_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid2: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid3: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid4: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid5: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid6: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid7: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid8: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid9: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid10: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid11: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid12: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid13: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid14: The moid of the inventoryGenericInventoryHolder instance. (required) - :param str moid15: The moid of the inventoryGenericInventoryHolder instance. (required) :return: InventoryGenericInventoryHolder If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def inventory_generic_inventory_holders_moid_get_with_http_info(self, moid, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_generic_inventory_holders_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_generic_inventory_holders_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def inventory_generic_inventory_holders_moid_get_with_http_info(self, moid, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def inventory_generic_inventory_holders_moid_get_with_http_info(self, moid, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_generic_inventory_holders_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventory_holders_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventoryHolder' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def inventory_generic_inventory_holders_moid_patch(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventory_holders_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventory_holders_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventoryHolder instance. (required) :param InventoryGenericInventoryHolder body: inventoryGenericInventoryHolder to update (required) - :param str moid2: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body2: inventoryGenericInventoryHolder to update (required) - :param str moid3: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body3: inventoryGenericInventoryHolder to update (required) - :param str moid4: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body4: inventoryGenericInventoryHolder to update (required) - :param str moid5: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body5: inventoryGenericInventoryHolder to update (required) - :param str moid6: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body6: inventoryGenericInventoryHolder to update (required) - :param str moid7: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body7: inventoryGenericInventoryHolder to update (required) - :param str moid8: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body8: inventoryGenericInventoryHolder to update (required) - :param str moid9: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body9: inventoryGenericInventoryHolder to update (required) - :param str moid10: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body10: inventoryGenericInventoryHolder to update (required) - :param str moid11: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body11: inventoryGenericInventoryHolder to update (required) - :param str moid12: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body12: inventoryGenericInventoryHolder to update (required) - :param str moid13: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body13: inventoryGenericInventoryHolder to update (required) - :param str moid14: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body14: inventoryGenericInventoryHolder to update (required) - :param str moid15: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body15: inventoryGenericInventoryHolder to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_generic_inventory_holders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.inventory_generic_inventory_holders_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.inventory_generic_inventory_holders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.inventory_generic_inventory_holders_moid_patch_with_http_info(moid, body, **kwargs) return data - def inventory_generic_inventory_holders_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventory_holders_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventoryHolder' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def inventory_generic_inventory_holders_moid_patch_with_http_info(self, moid, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventory_holders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventory_holders_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventoryHolder instance. (required) :param InventoryGenericInventoryHolder body: inventoryGenericInventoryHolder to update (required) - :param str moid2: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body2: inventoryGenericInventoryHolder to update (required) - :param str moid3: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body3: inventoryGenericInventoryHolder to update (required) - :param str moid4: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body4: inventoryGenericInventoryHolder to update (required) - :param str moid5: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body5: inventoryGenericInventoryHolder to update (required) - :param str moid6: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body6: inventoryGenericInventoryHolder to update (required) - :param str moid7: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body7: inventoryGenericInventoryHolder to update (required) - :param str moid8: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body8: inventoryGenericInventoryHolder to update (required) - :param str moid9: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body9: inventoryGenericInventoryHolder to update (required) - :param str moid10: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body10: inventoryGenericInventoryHolder to update (required) - :param str moid11: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body11: inventoryGenericInventoryHolder to update (required) - :param str moid12: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body12: inventoryGenericInventoryHolder to update (required) - :param str moid13: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body13: inventoryGenericInventoryHolder to update (required) - :param str moid14: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body14: inventoryGenericInventoryHolder to update (required) - :param str moid15: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body15: inventoryGenericInventoryHolder to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def inventory_generic_inventory_holders_moid_patch_with_http_info(self, moid, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_generic_inventory_holders_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `inventory_generic_inventory_holders_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def inventory_generic_inventory_holders_moid_patch_with_http_info(self, moid, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def inventory_generic_inventory_holders_moid_patch_with_http_info(self, moid, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def inventory_generic_inventory_holders_moid_patch_with_http_info(self, moid, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def inventory_generic_inventory_holders_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventory_holders_moid_post(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventoryHolder' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def inventory_generic_inventory_holders_moid_post(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventory_holders_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventory_holders_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventoryHolder instance. (required) :param InventoryGenericInventoryHolder body: inventoryGenericInventoryHolder to update (required) - :param str moid2: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body2: inventoryGenericInventoryHolder to update (required) - :param str moid3: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body3: inventoryGenericInventoryHolder to update (required) - :param str moid4: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body4: inventoryGenericInventoryHolder to update (required) - :param str moid5: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body5: inventoryGenericInventoryHolder to update (required) - :param str moid6: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body6: inventoryGenericInventoryHolder to update (required) - :param str moid7: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body7: inventoryGenericInventoryHolder to update (required) - :param str moid8: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body8: inventoryGenericInventoryHolder to update (required) - :param str moid9: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body9: inventoryGenericInventoryHolder to update (required) - :param str moid10: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body10: inventoryGenericInventoryHolder to update (required) - :param str moid11: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body11: inventoryGenericInventoryHolder to update (required) - :param str moid12: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body12: inventoryGenericInventoryHolder to update (required) - :param str moid13: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body13: inventoryGenericInventoryHolder to update (required) - :param str moid14: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body14: inventoryGenericInventoryHolder to update (required) - :param str moid15: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body15: inventoryGenericInventoryHolder to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_generic_inventory_holders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.inventory_generic_inventory_holders_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.inventory_generic_inventory_holders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.inventory_generic_inventory_holders_moid_post_with_http_info(moid, body, **kwargs) return data - def inventory_generic_inventory_holders_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def inventory_generic_inventory_holders_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'inventoryGenericInventoryHolder' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def inventory_generic_inventory_holders_moid_post_with_http_info(self, moid, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_generic_inventory_holders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.inventory_generic_inventory_holders_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the inventoryGenericInventoryHolder instance. (required) :param InventoryGenericInventoryHolder body: inventoryGenericInventoryHolder to update (required) - :param str moid2: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body2: inventoryGenericInventoryHolder to update (required) - :param str moid3: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body3: inventoryGenericInventoryHolder to update (required) - :param str moid4: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body4: inventoryGenericInventoryHolder to update (required) - :param str moid5: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body5: inventoryGenericInventoryHolder to update (required) - :param str moid6: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body6: inventoryGenericInventoryHolder to update (required) - :param str moid7: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body7: inventoryGenericInventoryHolder to update (required) - :param str moid8: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body8: inventoryGenericInventoryHolder to update (required) - :param str moid9: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body9: inventoryGenericInventoryHolder to update (required) - :param str moid10: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body10: inventoryGenericInventoryHolder to update (required) - :param str moid11: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body11: inventoryGenericInventoryHolder to update (required) - :param str moid12: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body12: inventoryGenericInventoryHolder to update (required) - :param str moid13: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body13: inventoryGenericInventoryHolder to update (required) - :param str moid14: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body14: inventoryGenericInventoryHolder to update (required) - :param str moid15: The moid of the inventoryGenericInventoryHolder instance. (required) - :param InventoryGenericInventoryHolder body15: inventoryGenericInventoryHolder to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def inventory_generic_inventory_holders_moid_post_with_http_info(self, moid, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `inventory_generic_inventory_holders_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `inventory_generic_inventory_holders_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def inventory_generic_inventory_holders_moid_post_with_http_info(self, moid, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def inventory_generic_inventory_holders_moid_post_with_http_info(self, moid, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/inventory_request_api.py b/intersight/apis/inventory_request_api.py index 16718266..884c0a8e 100644 --- a/intersight/apis/inventory_request_api.py +++ b/intersight/apis/inventory_request_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,7 +40,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def inventory_requests_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def inventory_requests_post(self, body, **kwargs): """ Create an instance of 'inventoryRequest' This method makes a synchronous HTTP request by default. To make an @@ -49,37 +49,23 @@ def inventory_requests_post(self, body, body2, body3, body4, body5, body6, body7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_requests_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.inventory_requests_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param InventoryRequest body: inventoryRequest to add (required) - :param InventoryRequest body2: inventoryRequest to add (required) - :param InventoryRequest body3: inventoryRequest to add (required) - :param InventoryRequest body4: inventoryRequest to add (required) - :param InventoryRequest body5: inventoryRequest to add (required) - :param InventoryRequest body6: inventoryRequest to add (required) - :param InventoryRequest body7: inventoryRequest to add (required) - :param InventoryRequest body8: inventoryRequest to add (required) - :param InventoryRequest body9: inventoryRequest to add (required) - :param InventoryRequest body10: inventoryRequest to add (required) - :param InventoryRequest body11: inventoryRequest to add (required) - :param InventoryRequest body12: inventoryRequest to add (required) - :param InventoryRequest body13: inventoryRequest to add (required) - :param InventoryRequest body14: inventoryRequest to add (required) - :param InventoryRequest body15: inventoryRequest to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.inventory_requests_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.inventory_requests_post_with_http_info(body, **kwargs) else: - (data) = self.inventory_requests_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.inventory_requests_post_with_http_info(body, **kwargs) return data - def inventory_requests_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def inventory_requests_post_with_http_info(self, body, **kwargs): """ Create an instance of 'inventoryRequest' This method makes a synchronous HTTP request by default. To make an @@ -88,31 +74,17 @@ def inventory_requests_post_with_http_info(self, body, body2, body3, body4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.inventory_requests_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.inventory_requests_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param InventoryRequest body: inventoryRequest to add (required) - :param InventoryRequest body2: inventoryRequest to add (required) - :param InventoryRequest body3: inventoryRequest to add (required) - :param InventoryRequest body4: inventoryRequest to add (required) - :param InventoryRequest body5: inventoryRequest to add (required) - :param InventoryRequest body6: inventoryRequest to add (required) - :param InventoryRequest body7: inventoryRequest to add (required) - :param InventoryRequest body8: inventoryRequest to add (required) - :param InventoryRequest body9: inventoryRequest to add (required) - :param InventoryRequest body10: inventoryRequest to add (required) - :param InventoryRequest body11: inventoryRequest to add (required) - :param InventoryRequest body12: inventoryRequest to add (required) - :param InventoryRequest body13: inventoryRequest to add (required) - :param InventoryRequest body14: inventoryRequest to add (required) - :param InventoryRequest body15: inventoryRequest to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -130,48 +102,6 @@ def inventory_requests_post_with_http_info(self, body, body2, body3, body4, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `inventory_requests_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `inventory_requests_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `inventory_requests_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `inventory_requests_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `inventory_requests_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `inventory_requests_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `inventory_requests_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `inventory_requests_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `inventory_requests_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `inventory_requests_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `inventory_requests_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `inventory_requests_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `inventory_requests_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `inventory_requests_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `inventory_requests_post`") collection_formats = {} @@ -186,8 +116,8 @@ def inventory_requests_post_with_http_info(self, body, body2, body3, body4, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/ipmioverlan_policy_api.py b/intersight/apis/ipmioverlan_policy_api.py index bedbb4b8..28d2cb28 100644 --- a/intersight/apis/ipmioverlan_policy_api.py +++ b/intersight/apis/ipmioverlan_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def ipmioverlan_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IpmioverlanPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def ipmioverlan_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: IpmioverlanPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def ipmioverlan_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def ipmioverlan_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ipmioverlan_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ipmioverlan_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def ipmioverlan_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ipmioverlan_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ipmioverlan_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.ipmioverlan_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ipmioverlan_policies_moid_delete_with_http_info(moid, **kwargs) return data - def ipmioverlan_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ipmioverlan_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def ipmioverlan_policies_moid_delete_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def ipmioverlan_policies_moid_delete_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ipmioverlan_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ipmioverlan_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def ipmioverlan_policies_moid_delete_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def ipmioverlan_policies_moid_delete_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ipmioverlan_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ipmioverlan_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def ipmioverlan_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) :return: IpmioverlanPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ipmioverlan_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ipmioverlan_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.ipmioverlan_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ipmioverlan_policies_moid_get_with_http_info(moid, **kwargs) return data - def ipmioverlan_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ipmioverlan_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def ipmioverlan_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) :return: IpmioverlanPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def ipmioverlan_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ipmioverlan_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ipmioverlan_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def ipmioverlan_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def ipmioverlan_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ipmioverlan_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ipmioverlan_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def ipmioverlan_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) :param IpmioverlanPolicy body: ipmioverlanPolicy to update (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body2: ipmioverlanPolicy to update (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body3: ipmioverlanPolicy to update (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body4: ipmioverlanPolicy to update (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body5: ipmioverlanPolicy to update (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body6: ipmioverlanPolicy to update (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body7: ipmioverlanPolicy to update (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body8: ipmioverlanPolicy to update (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body9: ipmioverlanPolicy to update (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body10: ipmioverlanPolicy to update (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body11: ipmioverlanPolicy to update (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body12: ipmioverlanPolicy to update (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body13: ipmioverlanPolicy to update (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body14: ipmioverlanPolicy to update (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body15: ipmioverlanPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ipmioverlan_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ipmioverlan_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.ipmioverlan_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ipmioverlan_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def ipmioverlan_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ipmioverlan_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def ipmioverlan_policies_moid_patch_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) :param IpmioverlanPolicy body: ipmioverlanPolicy to update (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body2: ipmioverlanPolicy to update (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body3: ipmioverlanPolicy to update (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body4: ipmioverlanPolicy to update (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body5: ipmioverlanPolicy to update (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body6: ipmioverlanPolicy to update (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body7: ipmioverlanPolicy to update (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body8: ipmioverlanPolicy to update (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body9: ipmioverlanPolicy to update (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body10: ipmioverlanPolicy to update (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body11: ipmioverlanPolicy to update (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body12: ipmioverlanPolicy to update (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body13: ipmioverlanPolicy to update (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body14: ipmioverlanPolicy to update (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body15: ipmioverlanPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def ipmioverlan_policies_moid_patch_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ipmioverlan_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ipmioverlan_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def ipmioverlan_policies_moid_patch_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def ipmioverlan_policies_moid_patch_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def ipmioverlan_policies_moid_patch_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ipmioverlan_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ipmioverlan_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def ipmioverlan_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) :param IpmioverlanPolicy body: ipmioverlanPolicy to update (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body2: ipmioverlanPolicy to update (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body3: ipmioverlanPolicy to update (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body4: ipmioverlanPolicy to update (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body5: ipmioverlanPolicy to update (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body6: ipmioverlanPolicy to update (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body7: ipmioverlanPolicy to update (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body8: ipmioverlanPolicy to update (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body9: ipmioverlanPolicy to update (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body10: ipmioverlanPolicy to update (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body11: ipmioverlanPolicy to update (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body12: ipmioverlanPolicy to update (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body13: ipmioverlanPolicy to update (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body14: ipmioverlanPolicy to update (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body15: ipmioverlanPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ipmioverlan_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ipmioverlan_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.ipmioverlan_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ipmioverlan_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def ipmioverlan_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ipmioverlan_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def ipmioverlan_policies_moid_post_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ipmioverlanPolicy instance. (required) :param IpmioverlanPolicy body: ipmioverlanPolicy to update (required) - :param str moid2: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body2: ipmioverlanPolicy to update (required) - :param str moid3: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body3: ipmioverlanPolicy to update (required) - :param str moid4: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body4: ipmioverlanPolicy to update (required) - :param str moid5: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body5: ipmioverlanPolicy to update (required) - :param str moid6: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body6: ipmioverlanPolicy to update (required) - :param str moid7: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body7: ipmioverlanPolicy to update (required) - :param str moid8: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body8: ipmioverlanPolicy to update (required) - :param str moid9: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body9: ipmioverlanPolicy to update (required) - :param str moid10: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body10: ipmioverlanPolicy to update (required) - :param str moid11: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body11: ipmioverlanPolicy to update (required) - :param str moid12: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body12: ipmioverlanPolicy to update (required) - :param str moid13: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body13: ipmioverlanPolicy to update (required) - :param str moid14: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body14: ipmioverlanPolicy to update (required) - :param str moid15: The moid of the ipmioverlanPolicy instance. (required) - :param IpmioverlanPolicy body15: ipmioverlanPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def ipmioverlan_policies_moid_post_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ipmioverlan_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ipmioverlan_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def ipmioverlan_policies_moid_post_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def ipmioverlan_policies_moid_post_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def ipmioverlan_policies_moid_post_with_http_info(self, moid, body, moid2, body2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ipmioverlan_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def ipmioverlan_policies_post(self, body, **kwargs): """ Create an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def ipmioverlan_policies_post(self, body, body2, body3, body4, body5, body6, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IpmioverlanPolicy body: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body2: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body3: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body4: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body5: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body6: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body7: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body8: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body9: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body10: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body11: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body12: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body13: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body14: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body15: ipmioverlanPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ipmioverlan_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.ipmioverlan_policies_post_with_http_info(body, **kwargs) else: - (data) = self.ipmioverlan_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.ipmioverlan_policies_post_with_http_info(body, **kwargs) return data - def ipmioverlan_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def ipmioverlan_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'ipmioverlanPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def ipmioverlan_policies_post_with_http_info(self, body, body2, body3, body4, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ipmioverlan_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.ipmioverlan_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param IpmioverlanPolicy body: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body2: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body3: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body4: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body5: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body6: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body7: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body8: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body9: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body10: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body11: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body12: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body13: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body14: ipmioverlanPolicy to add (required) - :param IpmioverlanPolicy body15: ipmioverlanPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def ipmioverlan_policies_post_with_http_info(self, body, body2, body3, body4, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ipmioverlan_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ipmioverlan_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def ipmioverlan_policies_post_with_http_info(self, body, body2, body3, body4, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/kvm_policy_api.py b/intersight/apis/kvm_policy_api.py index 6894cdb5..71001173 100644 --- a/intersight/apis/kvm_policy_api.py +++ b/intersight/apis/kvm_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def kvm_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: KvmPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def kvm_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: KvmPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def kvm_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def kvm_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def kvm_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def kvm_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def kvm_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.kvm_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param str moid15: The moid of the kvmPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.kvm_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.kvm_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.kvm_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.kvm_policies_moid_delete_with_http_info(moid, **kwargs) return data - def kvm_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def kvm_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def kvm_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.kvm_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param str moid15: The moid of the kvmPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def kvm_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `kvm_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `kvm_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def kvm_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def kvm_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def kvm_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def kvm_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def kvm_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.kvm_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param str moid15: The moid of the kvmPolicy instance. (required) :return: KvmPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.kvm_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.kvm_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.kvm_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.kvm_policies_moid_get_with_http_info(moid, **kwargs) return data - def kvm_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def kvm_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def kvm_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.kvm_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param str moid15: The moid of the kvmPolicy instance. (required) :return: KvmPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def kvm_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `kvm_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `kvm_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def kvm_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def kvm_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def kvm_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def kvm_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def kvm_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.kvm_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) :param KvmPolicy body: kvmPolicy to update (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body2: kvmPolicy to update (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body3: kvmPolicy to update (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body4: kvmPolicy to update (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body5: kvmPolicy to update (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body6: kvmPolicy to update (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body7: kvmPolicy to update (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body8: kvmPolicy to update (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body9: kvmPolicy to update (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body10: kvmPolicy to update (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body11: kvmPolicy to update (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body12: kvmPolicy to update (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body13: kvmPolicy to update (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body14: kvmPolicy to update (required) - :param str moid15: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body15: kvmPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.kvm_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.kvm_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.kvm_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.kvm_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def kvm_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def kvm_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def kvm_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.kvm_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) :param KvmPolicy body: kvmPolicy to update (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body2: kvmPolicy to update (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body3: kvmPolicy to update (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body4: kvmPolicy to update (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body5: kvmPolicy to update (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body6: kvmPolicy to update (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body7: kvmPolicy to update (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body8: kvmPolicy to update (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body9: kvmPolicy to update (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body10: kvmPolicy to update (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body11: kvmPolicy to update (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body12: kvmPolicy to update (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body13: kvmPolicy to update (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body14: kvmPolicy to update (required) - :param str moid15: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body15: kvmPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def kvm_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `kvm_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `kvm_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def kvm_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def kvm_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def kvm_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def kvm_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def kvm_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def kvm_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.kvm_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) :param KvmPolicy body: kvmPolicy to update (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body2: kvmPolicy to update (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body3: kvmPolicy to update (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body4: kvmPolicy to update (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body5: kvmPolicy to update (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body6: kvmPolicy to update (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body7: kvmPolicy to update (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body8: kvmPolicy to update (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body9: kvmPolicy to update (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body10: kvmPolicy to update (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body11: kvmPolicy to update (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body12: kvmPolicy to update (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body13: kvmPolicy to update (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body14: kvmPolicy to update (required) - :param str moid15: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body15: kvmPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.kvm_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.kvm_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.kvm_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.kvm_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def kvm_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def kvm_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def kvm_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.kvm_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the kvmPolicy instance. (required) :param KvmPolicy body: kvmPolicy to update (required) - :param str moid2: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body2: kvmPolicy to update (required) - :param str moid3: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body3: kvmPolicy to update (required) - :param str moid4: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body4: kvmPolicy to update (required) - :param str moid5: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body5: kvmPolicy to update (required) - :param str moid6: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body6: kvmPolicy to update (required) - :param str moid7: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body7: kvmPolicy to update (required) - :param str moid8: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body8: kvmPolicy to update (required) - :param str moid9: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body9: kvmPolicy to update (required) - :param str moid10: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body10: kvmPolicy to update (required) - :param str moid11: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body11: kvmPolicy to update (required) - :param str moid12: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body12: kvmPolicy to update (required) - :param str moid13: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body13: kvmPolicy to update (required) - :param str moid14: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body14: kvmPolicy to update (required) - :param str moid15: The moid of the kvmPolicy instance. (required) - :param KvmPolicy body15: kvmPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def kvm_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `kvm_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `kvm_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `kvm_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def kvm_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def kvm_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def kvm_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def kvm_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def kvm_policies_post(self, body, **kwargs): """ Create an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def kvm_policies_post(self, body, body2, body3, body4, body5, body6, body7, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.kvm_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param KvmPolicy body: kvmPolicy to add (required) - :param KvmPolicy body2: kvmPolicy to add (required) - :param KvmPolicy body3: kvmPolicy to add (required) - :param KvmPolicy body4: kvmPolicy to add (required) - :param KvmPolicy body5: kvmPolicy to add (required) - :param KvmPolicy body6: kvmPolicy to add (required) - :param KvmPolicy body7: kvmPolicy to add (required) - :param KvmPolicy body8: kvmPolicy to add (required) - :param KvmPolicy body9: kvmPolicy to add (required) - :param KvmPolicy body10: kvmPolicy to add (required) - :param KvmPolicy body11: kvmPolicy to add (required) - :param KvmPolicy body12: kvmPolicy to add (required) - :param KvmPolicy body13: kvmPolicy to add (required) - :param KvmPolicy body14: kvmPolicy to add (required) - :param KvmPolicy body15: kvmPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.kvm_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.kvm_policies_post_with_http_info(body, **kwargs) else: - (data) = self.kvm_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.kvm_policies_post_with_http_info(body, **kwargs) return data - def kvm_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def kvm_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'kvmPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def kvm_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.kvm_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.kvm_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param KvmPolicy body: kvmPolicy to add (required) - :param KvmPolicy body2: kvmPolicy to add (required) - :param KvmPolicy body3: kvmPolicy to add (required) - :param KvmPolicy body4: kvmPolicy to add (required) - :param KvmPolicy body5: kvmPolicy to add (required) - :param KvmPolicy body6: kvmPolicy to add (required) - :param KvmPolicy body7: kvmPolicy to add (required) - :param KvmPolicy body8: kvmPolicy to add (required) - :param KvmPolicy body9: kvmPolicy to add (required) - :param KvmPolicy body10: kvmPolicy to add (required) - :param KvmPolicy body11: kvmPolicy to add (required) - :param KvmPolicy body12: kvmPolicy to add (required) - :param KvmPolicy body13: kvmPolicy to add (required) - :param KvmPolicy body14: kvmPolicy to add (required) - :param KvmPolicy body15: kvmPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def kvm_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `kvm_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `kvm_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `kvm_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `kvm_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `kvm_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `kvm_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `kvm_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `kvm_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `kvm_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `kvm_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `kvm_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `kvm_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `kvm_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `kvm_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `kvm_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def kvm_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/license_account_license_data_api.py b/intersight/apis/license_account_license_data_api.py index 2f55832c..cd6b5e44 100644 --- a/intersight/apis/license_account_license_data_api.py +++ b/intersight/apis/license_account_license_data_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def license_account_license_data_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseAccountLicenseDataList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def license_account_license_data_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseAccountLicenseDataList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def license_account_license_data_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def license_account_license_data_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_account_license_data_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_account_license_data_moid_get(self, moid, **kwargs): """ Get a specific instance of 'licenseAccountLicenseData' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def license_account_license_data_moid_get(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_account_license_data_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_account_license_data_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseAccountLicenseData instance. (required) - :param str moid2: The moid of the licenseAccountLicenseData instance. (required) - :param str moid3: The moid of the licenseAccountLicenseData instance. (required) - :param str moid4: The moid of the licenseAccountLicenseData instance. (required) - :param str moid5: The moid of the licenseAccountLicenseData instance. (required) - :param str moid6: The moid of the licenseAccountLicenseData instance. (required) - :param str moid7: The moid of the licenseAccountLicenseData instance. (required) - :param str moid8: The moid of the licenseAccountLicenseData instance. (required) - :param str moid9: The moid of the licenseAccountLicenseData instance. (required) - :param str moid10: The moid of the licenseAccountLicenseData instance. (required) - :param str moid11: The moid of the licenseAccountLicenseData instance. (required) - :param str moid12: The moid of the licenseAccountLicenseData instance. (required) - :param str moid13: The moid of the licenseAccountLicenseData instance. (required) - :param str moid14: The moid of the licenseAccountLicenseData instance. (required) - :param str moid15: The moid of the licenseAccountLicenseData instance. (required) :return: LicenseAccountLicenseData If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_account_license_data_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.license_account_license_data_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.license_account_license_data_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.license_account_license_data_moid_get_with_http_info(moid, **kwargs) return data - def license_account_license_data_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_account_license_data_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'licenseAccountLicenseData' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def license_account_license_data_moid_get_with_http_info(self, moid, moid2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_account_license_data_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_account_license_data_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseAccountLicenseData instance. (required) - :param str moid2: The moid of the licenseAccountLicenseData instance. (required) - :param str moid3: The moid of the licenseAccountLicenseData instance. (required) - :param str moid4: The moid of the licenseAccountLicenseData instance. (required) - :param str moid5: The moid of the licenseAccountLicenseData instance. (required) - :param str moid6: The moid of the licenseAccountLicenseData instance. (required) - :param str moid7: The moid of the licenseAccountLicenseData instance. (required) - :param str moid8: The moid of the licenseAccountLicenseData instance. (required) - :param str moid9: The moid of the licenseAccountLicenseData instance. (required) - :param str moid10: The moid of the licenseAccountLicenseData instance. (required) - :param str moid11: The moid of the licenseAccountLicenseData instance. (required) - :param str moid12: The moid of the licenseAccountLicenseData instance. (required) - :param str moid13: The moid of the licenseAccountLicenseData instance. (required) - :param str moid14: The moid of the licenseAccountLicenseData instance. (required) - :param str moid15: The moid of the licenseAccountLicenseData instance. (required) :return: LicenseAccountLicenseData If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def license_account_license_data_moid_get_with_http_info(self, moid, moid2, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_account_license_data_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_account_license_data_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def license_account_license_data_moid_get_with_http_info(self, moid, moid2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/license_customer_op_api.py b/intersight/apis/license_customer_op_api.py index 2e2357d6..aa7169d4 100644 --- a/intersight/apis/license_customer_op_api.py +++ b/intersight/apis/license_customer_op_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def license_customer_ops_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseCustomerOpList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def license_customer_ops_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseCustomerOpList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def license_customer_ops_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def license_customer_ops_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_customer_ops_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_customer_ops_moid_get(self, moid, **kwargs): """ Get a specific instance of 'licenseCustomerOp' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def license_customer_ops_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_customer_ops_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_customer_ops_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseCustomerOp instance. (required) - :param str moid2: The moid of the licenseCustomerOp instance. (required) - :param str moid3: The moid of the licenseCustomerOp instance. (required) - :param str moid4: The moid of the licenseCustomerOp instance. (required) - :param str moid5: The moid of the licenseCustomerOp instance. (required) - :param str moid6: The moid of the licenseCustomerOp instance. (required) - :param str moid7: The moid of the licenseCustomerOp instance. (required) - :param str moid8: The moid of the licenseCustomerOp instance. (required) - :param str moid9: The moid of the licenseCustomerOp instance. (required) - :param str moid10: The moid of the licenseCustomerOp instance. (required) - :param str moid11: The moid of the licenseCustomerOp instance. (required) - :param str moid12: The moid of the licenseCustomerOp instance. (required) - :param str moid13: The moid of the licenseCustomerOp instance. (required) - :param str moid14: The moid of the licenseCustomerOp instance. (required) - :param str moid15: The moid of the licenseCustomerOp instance. (required) :return: LicenseCustomerOp If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_customer_ops_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.license_customer_ops_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.license_customer_ops_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.license_customer_ops_moid_get_with_http_info(moid, **kwargs) return data - def license_customer_ops_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_customer_ops_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'licenseCustomerOp' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def license_customer_ops_moid_get_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_customer_ops_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_customer_ops_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseCustomerOp instance. (required) - :param str moid2: The moid of the licenseCustomerOp instance. (required) - :param str moid3: The moid of the licenseCustomerOp instance. (required) - :param str moid4: The moid of the licenseCustomerOp instance. (required) - :param str moid5: The moid of the licenseCustomerOp instance. (required) - :param str moid6: The moid of the licenseCustomerOp instance. (required) - :param str moid7: The moid of the licenseCustomerOp instance. (required) - :param str moid8: The moid of the licenseCustomerOp instance. (required) - :param str moid9: The moid of the licenseCustomerOp instance. (required) - :param str moid10: The moid of the licenseCustomerOp instance. (required) - :param str moid11: The moid of the licenseCustomerOp instance. (required) - :param str moid12: The moid of the licenseCustomerOp instance. (required) - :param str moid13: The moid of the licenseCustomerOp instance. (required) - :param str moid14: The moid of the licenseCustomerOp instance. (required) - :param str moid15: The moid of the licenseCustomerOp instance. (required) :return: LicenseCustomerOp If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def license_customer_ops_moid_get_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_customer_ops_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_customer_ops_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def license_customer_ops_moid_get_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def license_customer_ops_moid_get_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_customer_ops_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_customer_ops_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'licenseCustomerOp' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def license_customer_ops_moid_patch(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_customer_ops_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_customer_ops_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseCustomerOp instance. (required) :param LicenseCustomerOp body: licenseCustomerOp to update (required) - :param str moid2: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body2: licenseCustomerOp to update (required) - :param str moid3: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body3: licenseCustomerOp to update (required) - :param str moid4: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body4: licenseCustomerOp to update (required) - :param str moid5: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body5: licenseCustomerOp to update (required) - :param str moid6: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body6: licenseCustomerOp to update (required) - :param str moid7: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body7: licenseCustomerOp to update (required) - :param str moid8: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body8: licenseCustomerOp to update (required) - :param str moid9: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body9: licenseCustomerOp to update (required) - :param str moid10: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body10: licenseCustomerOp to update (required) - :param str moid11: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body11: licenseCustomerOp to update (required) - :param str moid12: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body12: licenseCustomerOp to update (required) - :param str moid13: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body13: licenseCustomerOp to update (required) - :param str moid14: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body14: licenseCustomerOp to update (required) - :param str moid15: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body15: licenseCustomerOp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_customer_ops_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.license_customer_ops_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.license_customer_ops_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.license_customer_ops_moid_patch_with_http_info(moid, body, **kwargs) return data - def license_customer_ops_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_customer_ops_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'licenseCustomerOp' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def license_customer_ops_moid_patch_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_customer_ops_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_customer_ops_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseCustomerOp instance. (required) :param LicenseCustomerOp body: licenseCustomerOp to update (required) - :param str moid2: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body2: licenseCustomerOp to update (required) - :param str moid3: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body3: licenseCustomerOp to update (required) - :param str moid4: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body4: licenseCustomerOp to update (required) - :param str moid5: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body5: licenseCustomerOp to update (required) - :param str moid6: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body6: licenseCustomerOp to update (required) - :param str moid7: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body7: licenseCustomerOp to update (required) - :param str moid8: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body8: licenseCustomerOp to update (required) - :param str moid9: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body9: licenseCustomerOp to update (required) - :param str moid10: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body10: licenseCustomerOp to update (required) - :param str moid11: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body11: licenseCustomerOp to update (required) - :param str moid12: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body12: licenseCustomerOp to update (required) - :param str moid13: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body13: licenseCustomerOp to update (required) - :param str moid14: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body14: licenseCustomerOp to update (required) - :param str moid15: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body15: licenseCustomerOp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def license_customer_ops_moid_patch_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_customer_ops_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `license_customer_ops_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def license_customer_ops_moid_patch_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def license_customer_ops_moid_patch_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def license_customer_ops_moid_patch_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_customer_ops_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_customer_ops_moid_post(self, moid, body, **kwargs): """ Update an instance of 'licenseCustomerOp' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def license_customer_ops_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_customer_ops_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_customer_ops_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseCustomerOp instance. (required) :param LicenseCustomerOp body: licenseCustomerOp to update (required) - :param str moid2: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body2: licenseCustomerOp to update (required) - :param str moid3: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body3: licenseCustomerOp to update (required) - :param str moid4: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body4: licenseCustomerOp to update (required) - :param str moid5: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body5: licenseCustomerOp to update (required) - :param str moid6: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body6: licenseCustomerOp to update (required) - :param str moid7: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body7: licenseCustomerOp to update (required) - :param str moid8: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body8: licenseCustomerOp to update (required) - :param str moid9: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body9: licenseCustomerOp to update (required) - :param str moid10: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body10: licenseCustomerOp to update (required) - :param str moid11: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body11: licenseCustomerOp to update (required) - :param str moid12: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body12: licenseCustomerOp to update (required) - :param str moid13: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body13: licenseCustomerOp to update (required) - :param str moid14: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body14: licenseCustomerOp to update (required) - :param str moid15: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body15: licenseCustomerOp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_customer_ops_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.license_customer_ops_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.license_customer_ops_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.license_customer_ops_moid_post_with_http_info(moid, body, **kwargs) return data - def license_customer_ops_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_customer_ops_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'licenseCustomerOp' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def license_customer_ops_moid_post_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_customer_ops_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_customer_ops_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseCustomerOp instance. (required) :param LicenseCustomerOp body: licenseCustomerOp to update (required) - :param str moid2: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body2: licenseCustomerOp to update (required) - :param str moid3: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body3: licenseCustomerOp to update (required) - :param str moid4: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body4: licenseCustomerOp to update (required) - :param str moid5: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body5: licenseCustomerOp to update (required) - :param str moid6: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body6: licenseCustomerOp to update (required) - :param str moid7: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body7: licenseCustomerOp to update (required) - :param str moid8: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body8: licenseCustomerOp to update (required) - :param str moid9: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body9: licenseCustomerOp to update (required) - :param str moid10: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body10: licenseCustomerOp to update (required) - :param str moid11: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body11: licenseCustomerOp to update (required) - :param str moid12: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body12: licenseCustomerOp to update (required) - :param str moid13: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body13: licenseCustomerOp to update (required) - :param str moid14: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body14: licenseCustomerOp to update (required) - :param str moid15: The moid of the licenseCustomerOp instance. (required) - :param LicenseCustomerOp body15: licenseCustomerOp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def license_customer_ops_moid_post_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_customer_ops_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `license_customer_ops_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def license_customer_ops_moid_post_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def license_customer_ops_moid_post_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/license_license_info_api.py b/intersight/apis/license_license_info_api.py index 54095e7c..d6b64915 100644 --- a/intersight/apis/license_license_info_api.py +++ b/intersight/apis/license_license_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def license_license_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseLicenseInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def license_license_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseLicenseInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def license_license_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def license_license_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_license_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_license_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def license_license_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_license_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseLicenseInfo instance. (required) - :param str moid2: The moid of the licenseLicenseInfo instance. (required) - :param str moid3: The moid of the licenseLicenseInfo instance. (required) - :param str moid4: The moid of the licenseLicenseInfo instance. (required) - :param str moid5: The moid of the licenseLicenseInfo instance. (required) - :param str moid6: The moid of the licenseLicenseInfo instance. (required) - :param str moid7: The moid of the licenseLicenseInfo instance. (required) - :param str moid8: The moid of the licenseLicenseInfo instance. (required) - :param str moid9: The moid of the licenseLicenseInfo instance. (required) - :param str moid10: The moid of the licenseLicenseInfo instance. (required) - :param str moid11: The moid of the licenseLicenseInfo instance. (required) - :param str moid12: The moid of the licenseLicenseInfo instance. (required) - :param str moid13: The moid of the licenseLicenseInfo instance. (required) - :param str moid14: The moid of the licenseLicenseInfo instance. (required) - :param str moid15: The moid of the licenseLicenseInfo instance. (required) :return: LicenseLicenseInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_license_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.license_license_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.license_license_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.license_license_infos_moid_get_with_http_info(moid, **kwargs) return data - def license_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_license_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def license_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_license_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseLicenseInfo instance. (required) - :param str moid2: The moid of the licenseLicenseInfo instance. (required) - :param str moid3: The moid of the licenseLicenseInfo instance. (required) - :param str moid4: The moid of the licenseLicenseInfo instance. (required) - :param str moid5: The moid of the licenseLicenseInfo instance. (required) - :param str moid6: The moid of the licenseLicenseInfo instance. (required) - :param str moid7: The moid of the licenseLicenseInfo instance. (required) - :param str moid8: The moid of the licenseLicenseInfo instance. (required) - :param str moid9: The moid of the licenseLicenseInfo instance. (required) - :param str moid10: The moid of the licenseLicenseInfo instance. (required) - :param str moid11: The moid of the licenseLicenseInfo instance. (required) - :param str moid12: The moid of the licenseLicenseInfo instance. (required) - :param str moid13: The moid of the licenseLicenseInfo instance. (required) - :param str moid14: The moid of the licenseLicenseInfo instance. (required) - :param str moid15: The moid of the licenseLicenseInfo instance. (required) :return: LicenseLicenseInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def license_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_license_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_license_infos_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def license_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def license_license_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_license_infos_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_license_infos_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def license_license_infos_moid_patch(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_license_infos_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseLicenseInfo instance. (required) :param LicenseLicenseInfo body: licenseLicenseInfo to update (required) - :param str moid2: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body2: licenseLicenseInfo to update (required) - :param str moid3: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body3: licenseLicenseInfo to update (required) - :param str moid4: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body4: licenseLicenseInfo to update (required) - :param str moid5: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body5: licenseLicenseInfo to update (required) - :param str moid6: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body6: licenseLicenseInfo to update (required) - :param str moid7: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body7: licenseLicenseInfo to update (required) - :param str moid8: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body8: licenseLicenseInfo to update (required) - :param str moid9: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body9: licenseLicenseInfo to update (required) - :param str moid10: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body10: licenseLicenseInfo to update (required) - :param str moid11: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body11: licenseLicenseInfo to update (required) - :param str moid12: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body12: licenseLicenseInfo to update (required) - :param str moid13: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body13: licenseLicenseInfo to update (required) - :param str moid14: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body14: licenseLicenseInfo to update (required) - :param str moid15: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body15: licenseLicenseInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_license_infos_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.license_license_infos_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.license_license_infos_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.license_license_infos_moid_patch_with_http_info(moid, body, **kwargs) return data - def license_license_infos_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_license_infos_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def license_license_infos_moid_patch_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_license_infos_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseLicenseInfo instance. (required) :param LicenseLicenseInfo body: licenseLicenseInfo to update (required) - :param str moid2: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body2: licenseLicenseInfo to update (required) - :param str moid3: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body3: licenseLicenseInfo to update (required) - :param str moid4: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body4: licenseLicenseInfo to update (required) - :param str moid5: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body5: licenseLicenseInfo to update (required) - :param str moid6: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body6: licenseLicenseInfo to update (required) - :param str moid7: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body7: licenseLicenseInfo to update (required) - :param str moid8: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body8: licenseLicenseInfo to update (required) - :param str moid9: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body9: licenseLicenseInfo to update (required) - :param str moid10: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body10: licenseLicenseInfo to update (required) - :param str moid11: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body11: licenseLicenseInfo to update (required) - :param str moid12: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body12: licenseLicenseInfo to update (required) - :param str moid13: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body13: licenseLicenseInfo to update (required) - :param str moid14: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body14: licenseLicenseInfo to update (required) - :param str moid15: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body15: licenseLicenseInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def license_license_infos_moid_patch_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_license_infos_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `license_license_infos_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def license_license_infos_moid_patch_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def license_license_infos_moid_patch_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def license_license_infos_moid_patch_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_license_infos_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_license_infos_moid_post(self, moid, body, **kwargs): """ Update an instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def license_license_infos_moid_post(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_license_infos_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseLicenseInfo instance. (required) :param LicenseLicenseInfo body: licenseLicenseInfo to update (required) - :param str moid2: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body2: licenseLicenseInfo to update (required) - :param str moid3: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body3: licenseLicenseInfo to update (required) - :param str moid4: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body4: licenseLicenseInfo to update (required) - :param str moid5: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body5: licenseLicenseInfo to update (required) - :param str moid6: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body6: licenseLicenseInfo to update (required) - :param str moid7: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body7: licenseLicenseInfo to update (required) - :param str moid8: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body8: licenseLicenseInfo to update (required) - :param str moid9: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body9: licenseLicenseInfo to update (required) - :param str moid10: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body10: licenseLicenseInfo to update (required) - :param str moid11: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body11: licenseLicenseInfo to update (required) - :param str moid12: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body12: licenseLicenseInfo to update (required) - :param str moid13: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body13: licenseLicenseInfo to update (required) - :param str moid14: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body14: licenseLicenseInfo to update (required) - :param str moid15: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body15: licenseLicenseInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_license_infos_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.license_license_infos_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.license_license_infos_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.license_license_infos_moid_post_with_http_info(moid, body, **kwargs) return data - def license_license_infos_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_license_infos_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def license_license_infos_moid_post_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_license_infos_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseLicenseInfo instance. (required) :param LicenseLicenseInfo body: licenseLicenseInfo to update (required) - :param str moid2: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body2: licenseLicenseInfo to update (required) - :param str moid3: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body3: licenseLicenseInfo to update (required) - :param str moid4: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body4: licenseLicenseInfo to update (required) - :param str moid5: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body5: licenseLicenseInfo to update (required) - :param str moid6: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body6: licenseLicenseInfo to update (required) - :param str moid7: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body7: licenseLicenseInfo to update (required) - :param str moid8: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body8: licenseLicenseInfo to update (required) - :param str moid9: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body9: licenseLicenseInfo to update (required) - :param str moid10: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body10: licenseLicenseInfo to update (required) - :param str moid11: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body11: licenseLicenseInfo to update (required) - :param str moid12: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body12: licenseLicenseInfo to update (required) - :param str moid13: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body13: licenseLicenseInfo to update (required) - :param str moid14: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body14: licenseLicenseInfo to update (required) - :param str moid15: The moid of the licenseLicenseInfo instance. (required) - :param LicenseLicenseInfo body15: licenseLicenseInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def license_license_infos_moid_post_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `license_license_infos_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_license_infos_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `license_license_infos_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def license_license_infos_moid_post_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def license_license_infos_moid_post_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1461,7 +503,7 @@ def license_license_infos_moid_post_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_license_infos_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def license_license_infos_post(self, body, **kwargs): """ Create an instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -1470,37 +512,23 @@ def license_license_infos_post(self, body, body2, body3, body4, body5, body6, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.license_license_infos_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param LicenseLicenseInfo body: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body2: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body3: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body4: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body5: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body6: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body7: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body8: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body9: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body10: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body11: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body12: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body13: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body14: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body15: licenseLicenseInfo to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_license_infos_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.license_license_infos_post_with_http_info(body, **kwargs) else: - (data) = self.license_license_infos_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.license_license_infos_post_with_http_info(body, **kwargs) return data - def license_license_infos_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def license_license_infos_post_with_http_info(self, body, **kwargs): """ Create an instance of 'licenseLicenseInfo' This method makes a synchronous HTTP request by default. To make an @@ -1509,31 +537,17 @@ def license_license_infos_post_with_http_info(self, body, body2, body3, body4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_license_infos_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.license_license_infos_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param LicenseLicenseInfo body: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body2: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body3: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body4: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body5: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body6: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body7: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body8: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body9: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body10: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body11: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body12: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body13: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body14: licenseLicenseInfo to add (required) - :param LicenseLicenseInfo body15: licenseLicenseInfo to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1551,48 +565,6 @@ def license_license_infos_post_with_http_info(self, body, body2, body3, body4, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `license_license_infos_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `license_license_infos_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `license_license_infos_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `license_license_infos_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `license_license_infos_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `license_license_infos_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `license_license_infos_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `license_license_infos_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `license_license_infos_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `license_license_infos_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `license_license_infos_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `license_license_infos_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `license_license_infos_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `license_license_infos_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `license_license_infos_post`") collection_formats = {} @@ -1607,8 +579,8 @@ def license_license_infos_post_with_http_info(self, body, body2, body3, body4, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/license_smartlicense_token_api.py b/intersight/apis/license_smartlicense_token_api.py index 3bb30011..b92e8f73 100644 --- a/intersight/apis/license_smartlicense_token_api.py +++ b/intersight/apis/license_smartlicense_token_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def license_smartlicense_tokens_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseSmartlicenseTokenList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def license_smartlicense_tokens_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: LicenseSmartlicenseTokenList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def license_smartlicense_tokens_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def license_smartlicense_tokens_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_smartlicense_tokens_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_smartlicense_tokens_moid_get(self, moid, **kwargs): """ Get a specific instance of 'licenseSmartlicenseToken' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def license_smartlicense_tokens_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_smartlicense_tokens_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_smartlicense_tokens_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid2: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid3: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid4: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid5: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid6: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid7: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid8: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid9: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid10: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid11: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid12: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid13: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid14: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid15: The moid of the licenseSmartlicenseToken instance. (required) :return: LicenseSmartlicenseToken If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_smartlicense_tokens_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.license_smartlicense_tokens_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.license_smartlicense_tokens_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.license_smartlicense_tokens_moid_get_with_http_info(moid, **kwargs) return data - def license_smartlicense_tokens_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def license_smartlicense_tokens_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'licenseSmartlicenseToken' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def license_smartlicense_tokens_moid_get_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_smartlicense_tokens_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.license_smartlicense_tokens_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid2: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid3: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid4: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid5: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid6: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid7: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid8: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid9: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid10: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid11: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid12: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid13: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid14: The moid of the licenseSmartlicenseToken instance. (required) - :param str moid15: The moid of the licenseSmartlicenseToken instance. (required) :return: LicenseSmartlicenseToken If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def license_smartlicense_tokens_moid_get_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_smartlicense_tokens_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_smartlicense_tokens_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def license_smartlicense_tokens_moid_get_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def license_smartlicense_tokens_moid_get_with_http_info(self, moid, moid2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_smartlicense_tokens_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_smartlicense_tokens_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'licenseSmartlicenseToken' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def license_smartlicense_tokens_moid_patch(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_smartlicense_tokens_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_smartlicense_tokens_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseSmartlicenseToken instance. (required) :param LicenseSmartlicenseToken body: licenseSmartlicenseToken to update (required) - :param str moid2: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body2: licenseSmartlicenseToken to update (required) - :param str moid3: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body3: licenseSmartlicenseToken to update (required) - :param str moid4: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body4: licenseSmartlicenseToken to update (required) - :param str moid5: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body5: licenseSmartlicenseToken to update (required) - :param str moid6: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body6: licenseSmartlicenseToken to update (required) - :param str moid7: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body7: licenseSmartlicenseToken to update (required) - :param str moid8: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body8: licenseSmartlicenseToken to update (required) - :param str moid9: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body9: licenseSmartlicenseToken to update (required) - :param str moid10: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body10: licenseSmartlicenseToken to update (required) - :param str moid11: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body11: licenseSmartlicenseToken to update (required) - :param str moid12: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body12: licenseSmartlicenseToken to update (required) - :param str moid13: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body13: licenseSmartlicenseToken to update (required) - :param str moid14: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body14: licenseSmartlicenseToken to update (required) - :param str moid15: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body15: licenseSmartlicenseToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_smartlicense_tokens_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.license_smartlicense_tokens_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.license_smartlicense_tokens_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.license_smartlicense_tokens_moid_patch_with_http_info(moid, body, **kwargs) return data - def license_smartlicense_tokens_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_smartlicense_tokens_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'licenseSmartlicenseToken' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def license_smartlicense_tokens_moid_patch_with_http_info(self, moid, body, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_smartlicense_tokens_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_smartlicense_tokens_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseSmartlicenseToken instance. (required) :param LicenseSmartlicenseToken body: licenseSmartlicenseToken to update (required) - :param str moid2: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body2: licenseSmartlicenseToken to update (required) - :param str moid3: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body3: licenseSmartlicenseToken to update (required) - :param str moid4: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body4: licenseSmartlicenseToken to update (required) - :param str moid5: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body5: licenseSmartlicenseToken to update (required) - :param str moid6: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body6: licenseSmartlicenseToken to update (required) - :param str moid7: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body7: licenseSmartlicenseToken to update (required) - :param str moid8: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body8: licenseSmartlicenseToken to update (required) - :param str moid9: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body9: licenseSmartlicenseToken to update (required) - :param str moid10: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body10: licenseSmartlicenseToken to update (required) - :param str moid11: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body11: licenseSmartlicenseToken to update (required) - :param str moid12: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body12: licenseSmartlicenseToken to update (required) - :param str moid13: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body13: licenseSmartlicenseToken to update (required) - :param str moid14: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body14: licenseSmartlicenseToken to update (required) - :param str moid15: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body15: licenseSmartlicenseToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def license_smartlicense_tokens_moid_patch_with_http_info(self, moid, body, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_smartlicense_tokens_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `license_smartlicense_tokens_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def license_smartlicense_tokens_moid_patch_with_http_info(self, moid, body, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def license_smartlicense_tokens_moid_patch_with_http_info(self, moid, body, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def license_smartlicense_tokens_moid_patch_with_http_info(self, moid, body, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def license_smartlicense_tokens_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_smartlicense_tokens_moid_post(self, moid, body, **kwargs): """ Update an instance of 'licenseSmartlicenseToken' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def license_smartlicense_tokens_moid_post(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_smartlicense_tokens_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_smartlicense_tokens_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseSmartlicenseToken instance. (required) :param LicenseSmartlicenseToken body: licenseSmartlicenseToken to update (required) - :param str moid2: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body2: licenseSmartlicenseToken to update (required) - :param str moid3: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body3: licenseSmartlicenseToken to update (required) - :param str moid4: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body4: licenseSmartlicenseToken to update (required) - :param str moid5: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body5: licenseSmartlicenseToken to update (required) - :param str moid6: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body6: licenseSmartlicenseToken to update (required) - :param str moid7: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body7: licenseSmartlicenseToken to update (required) - :param str moid8: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body8: licenseSmartlicenseToken to update (required) - :param str moid9: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body9: licenseSmartlicenseToken to update (required) - :param str moid10: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body10: licenseSmartlicenseToken to update (required) - :param str moid11: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body11: licenseSmartlicenseToken to update (required) - :param str moid12: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body12: licenseSmartlicenseToken to update (required) - :param str moid13: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body13: licenseSmartlicenseToken to update (required) - :param str moid14: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body14: licenseSmartlicenseToken to update (required) - :param str moid15: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body15: licenseSmartlicenseToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.license_smartlicense_tokens_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.license_smartlicense_tokens_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.license_smartlicense_tokens_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.license_smartlicense_tokens_moid_post_with_http_info(moid, body, **kwargs) return data - def license_smartlicense_tokens_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def license_smartlicense_tokens_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'licenseSmartlicenseToken' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def license_smartlicense_tokens_moid_post_with_http_info(self, moid, body, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.license_smartlicense_tokens_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.license_smartlicense_tokens_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the licenseSmartlicenseToken instance. (required) :param LicenseSmartlicenseToken body: licenseSmartlicenseToken to update (required) - :param str moid2: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body2: licenseSmartlicenseToken to update (required) - :param str moid3: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body3: licenseSmartlicenseToken to update (required) - :param str moid4: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body4: licenseSmartlicenseToken to update (required) - :param str moid5: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body5: licenseSmartlicenseToken to update (required) - :param str moid6: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body6: licenseSmartlicenseToken to update (required) - :param str moid7: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body7: licenseSmartlicenseToken to update (required) - :param str moid8: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body8: licenseSmartlicenseToken to update (required) - :param str moid9: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body9: licenseSmartlicenseToken to update (required) - :param str moid10: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body10: licenseSmartlicenseToken to update (required) - :param str moid11: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body11: licenseSmartlicenseToken to update (required) - :param str moid12: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body12: licenseSmartlicenseToken to update (required) - :param str moid13: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body13: licenseSmartlicenseToken to update (required) - :param str moid14: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body14: licenseSmartlicenseToken to update (required) - :param str moid15: The moid of the licenseSmartlicenseToken instance. (required) - :param LicenseSmartlicenseToken body15: licenseSmartlicenseToken to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def license_smartlicense_tokens_moid_post_with_http_info(self, moid, body, moid2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `license_smartlicense_tokens_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `license_smartlicense_tokens_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def license_smartlicense_tokens_moid_post_with_http_info(self, moid, body, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def license_smartlicense_tokens_moid_post_with_http_info(self, moid, body, moid2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/ls_service_profile_api.py b/intersight/apis/ls_service_profile_api.py index 380ae17e..73577d98 100644 --- a/intersight/apis/ls_service_profile_api.py +++ b/intersight/apis/ls_service_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def ls_service_profiles_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: LsServiceProfileList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def ls_service_profiles_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: LsServiceProfileList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def ls_service_profiles_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def ls_service_profiles_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ls_service_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ls_service_profiles_moid_get(self, moid, **kwargs): """ Get a specific instance of 'lsServiceProfile' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def ls_service_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ls_service_profiles_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ls_service_profiles_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the lsServiceProfile instance. (required) - :param str moid2: The moid of the lsServiceProfile instance. (required) - :param str moid3: The moid of the lsServiceProfile instance. (required) - :param str moid4: The moid of the lsServiceProfile instance. (required) - :param str moid5: The moid of the lsServiceProfile instance. (required) - :param str moid6: The moid of the lsServiceProfile instance. (required) - :param str moid7: The moid of the lsServiceProfile instance. (required) - :param str moid8: The moid of the lsServiceProfile instance. (required) - :param str moid9: The moid of the lsServiceProfile instance. (required) - :param str moid10: The moid of the lsServiceProfile instance. (required) - :param str moid11: The moid of the lsServiceProfile instance. (required) - :param str moid12: The moid of the lsServiceProfile instance. (required) - :param str moid13: The moid of the lsServiceProfile instance. (required) - :param str moid14: The moid of the lsServiceProfile instance. (required) - :param str moid15: The moid of the lsServiceProfile instance. (required) :return: LsServiceProfile If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ls_service_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ls_service_profiles_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.ls_service_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ls_service_profiles_moid_get_with_http_info(moid, **kwargs) return data - def ls_service_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ls_service_profiles_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'lsServiceProfile' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def ls_service_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ls_service_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ls_service_profiles_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the lsServiceProfile instance. (required) - :param str moid2: The moid of the lsServiceProfile instance. (required) - :param str moid3: The moid of the lsServiceProfile instance. (required) - :param str moid4: The moid of the lsServiceProfile instance. (required) - :param str moid5: The moid of the lsServiceProfile instance. (required) - :param str moid6: The moid of the lsServiceProfile instance. (required) - :param str moid7: The moid of the lsServiceProfile instance. (required) - :param str moid8: The moid of the lsServiceProfile instance. (required) - :param str moid9: The moid of the lsServiceProfile instance. (required) - :param str moid10: The moid of the lsServiceProfile instance. (required) - :param str moid11: The moid of the lsServiceProfile instance. (required) - :param str moid12: The moid of the lsServiceProfile instance. (required) - :param str moid13: The moid of the lsServiceProfile instance. (required) - :param str moid14: The moid of the lsServiceProfile instance. (required) - :param str moid15: The moid of the lsServiceProfile instance. (required) :return: LsServiceProfile If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def ls_service_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ls_service_profiles_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ls_service_profiles_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def ls_service_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def ls_service_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ls_service_profiles_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ls_service_profiles_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'lsServiceProfile' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def ls_service_profiles_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ls_service_profiles_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ls_service_profiles_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the lsServiceProfile instance. (required) :param LsServiceProfile body: lsServiceProfile to update (required) - :param str moid2: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body2: lsServiceProfile to update (required) - :param str moid3: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body3: lsServiceProfile to update (required) - :param str moid4: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body4: lsServiceProfile to update (required) - :param str moid5: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body5: lsServiceProfile to update (required) - :param str moid6: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body6: lsServiceProfile to update (required) - :param str moid7: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body7: lsServiceProfile to update (required) - :param str moid8: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body8: lsServiceProfile to update (required) - :param str moid9: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body9: lsServiceProfile to update (required) - :param str moid10: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body10: lsServiceProfile to update (required) - :param str moid11: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body11: lsServiceProfile to update (required) - :param str moid12: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body12: lsServiceProfile to update (required) - :param str moid13: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body13: lsServiceProfile to update (required) - :param str moid14: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body14: lsServiceProfile to update (required) - :param str moid15: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body15: lsServiceProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ls_service_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ls_service_profiles_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.ls_service_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ls_service_profiles_moid_patch_with_http_info(moid, body, **kwargs) return data - def ls_service_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ls_service_profiles_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'lsServiceProfile' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def ls_service_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ls_service_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ls_service_profiles_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the lsServiceProfile instance. (required) :param LsServiceProfile body: lsServiceProfile to update (required) - :param str moid2: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body2: lsServiceProfile to update (required) - :param str moid3: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body3: lsServiceProfile to update (required) - :param str moid4: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body4: lsServiceProfile to update (required) - :param str moid5: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body5: lsServiceProfile to update (required) - :param str moid6: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body6: lsServiceProfile to update (required) - :param str moid7: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body7: lsServiceProfile to update (required) - :param str moid8: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body8: lsServiceProfile to update (required) - :param str moid9: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body9: lsServiceProfile to update (required) - :param str moid10: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body10: lsServiceProfile to update (required) - :param str moid11: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body11: lsServiceProfile to update (required) - :param str moid12: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body12: lsServiceProfile to update (required) - :param str moid13: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body13: lsServiceProfile to update (required) - :param str moid14: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body14: lsServiceProfile to update (required) - :param str moid15: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body15: lsServiceProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def ls_service_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ls_service_profiles_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ls_service_profiles_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def ls_service_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def ls_service_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def ls_service_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ls_service_profiles_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ls_service_profiles_moid_post(self, moid, body, **kwargs): """ Update an instance of 'lsServiceProfile' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def ls_service_profiles_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ls_service_profiles_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ls_service_profiles_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the lsServiceProfile instance. (required) :param LsServiceProfile body: lsServiceProfile to update (required) - :param str moid2: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body2: lsServiceProfile to update (required) - :param str moid3: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body3: lsServiceProfile to update (required) - :param str moid4: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body4: lsServiceProfile to update (required) - :param str moid5: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body5: lsServiceProfile to update (required) - :param str moid6: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body6: lsServiceProfile to update (required) - :param str moid7: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body7: lsServiceProfile to update (required) - :param str moid8: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body8: lsServiceProfile to update (required) - :param str moid9: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body9: lsServiceProfile to update (required) - :param str moid10: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body10: lsServiceProfile to update (required) - :param str moid11: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body11: lsServiceProfile to update (required) - :param str moid12: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body12: lsServiceProfile to update (required) - :param str moid13: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body13: lsServiceProfile to update (required) - :param str moid14: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body14: lsServiceProfile to update (required) - :param str moid15: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body15: lsServiceProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ls_service_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ls_service_profiles_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.ls_service_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ls_service_profiles_moid_post_with_http_info(moid, body, **kwargs) return data - def ls_service_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ls_service_profiles_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'lsServiceProfile' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def ls_service_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ls_service_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ls_service_profiles_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the lsServiceProfile instance. (required) :param LsServiceProfile body: lsServiceProfile to update (required) - :param str moid2: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body2: lsServiceProfile to update (required) - :param str moid3: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body3: lsServiceProfile to update (required) - :param str moid4: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body4: lsServiceProfile to update (required) - :param str moid5: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body5: lsServiceProfile to update (required) - :param str moid6: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body6: lsServiceProfile to update (required) - :param str moid7: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body7: lsServiceProfile to update (required) - :param str moid8: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body8: lsServiceProfile to update (required) - :param str moid9: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body9: lsServiceProfile to update (required) - :param str moid10: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body10: lsServiceProfile to update (required) - :param str moid11: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body11: lsServiceProfile to update (required) - :param str moid12: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body12: lsServiceProfile to update (required) - :param str moid13: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body13: lsServiceProfile to update (required) - :param str moid14: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body14: lsServiceProfile to update (required) - :param str moid15: The moid of the lsServiceProfile instance. (required) - :param LsServiceProfile body15: lsServiceProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def ls_service_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ls_service_profiles_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ls_service_profiles_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def ls_service_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def ls_service_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/management_controller_api.py b/intersight/apis/management_controller_api.py index 16a48041..2088cfe0 100644 --- a/intersight/apis/management_controller_api.py +++ b/intersight/apis/management_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def management_controllers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ManagementControllerList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def management_controllers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ManagementControllerList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def management_controllers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def management_controllers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def management_controllers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'managementController' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def management_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_controllers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.management_controllers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementController instance. (required) - :param str moid2: The moid of the managementController instance. (required) - :param str moid3: The moid of the managementController instance. (required) - :param str moid4: The moid of the managementController instance. (required) - :param str moid5: The moid of the managementController instance. (required) - :param str moid6: The moid of the managementController instance. (required) - :param str moid7: The moid of the managementController instance. (required) - :param str moid8: The moid of the managementController instance. (required) - :param str moid9: The moid of the managementController instance. (required) - :param str moid10: The moid of the managementController instance. (required) - :param str moid11: The moid of the managementController instance. (required) - :param str moid12: The moid of the managementController instance. (required) - :param str moid13: The moid of the managementController instance. (required) - :param str moid14: The moid of the managementController instance. (required) - :param str moid15: The moid of the managementController instance. (required) :return: ManagementController If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.management_controllers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.management_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.management_controllers_moid_get_with_http_info(moid, **kwargs) return data - def management_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def management_controllers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'managementController' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def management_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.management_controllers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementController instance. (required) - :param str moid2: The moid of the managementController instance. (required) - :param str moid3: The moid of the managementController instance. (required) - :param str moid4: The moid of the managementController instance. (required) - :param str moid5: The moid of the managementController instance. (required) - :param str moid6: The moid of the managementController instance. (required) - :param str moid7: The moid of the managementController instance. (required) - :param str moid8: The moid of the managementController instance. (required) - :param str moid9: The moid of the managementController instance. (required) - :param str moid10: The moid of the managementController instance. (required) - :param str moid11: The moid of the managementController instance. (required) - :param str moid12: The moid of the managementController instance. (required) - :param str moid13: The moid of the managementController instance. (required) - :param str moid14: The moid of the managementController instance. (required) - :param str moid15: The moid of the managementController instance. (required) :return: ManagementController If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def management_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_controllers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_controllers_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def management_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def management_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_controllers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'managementController' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def management_controllers_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_controllers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_controllers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementController instance. (required) :param ManagementController body: managementController to update (required) - :param str moid2: The moid of the managementController instance. (required) - :param ManagementController body2: managementController to update (required) - :param str moid3: The moid of the managementController instance. (required) - :param ManagementController body3: managementController to update (required) - :param str moid4: The moid of the managementController instance. (required) - :param ManagementController body4: managementController to update (required) - :param str moid5: The moid of the managementController instance. (required) - :param ManagementController body5: managementController to update (required) - :param str moid6: The moid of the managementController instance. (required) - :param ManagementController body6: managementController to update (required) - :param str moid7: The moid of the managementController instance. (required) - :param ManagementController body7: managementController to update (required) - :param str moid8: The moid of the managementController instance. (required) - :param ManagementController body8: managementController to update (required) - :param str moid9: The moid of the managementController instance. (required) - :param ManagementController body9: managementController to update (required) - :param str moid10: The moid of the managementController instance. (required) - :param ManagementController body10: managementController to update (required) - :param str moid11: The moid of the managementController instance. (required) - :param ManagementController body11: managementController to update (required) - :param str moid12: The moid of the managementController instance. (required) - :param ManagementController body12: managementController to update (required) - :param str moid13: The moid of the managementController instance. (required) - :param ManagementController body13: managementController to update (required) - :param str moid14: The moid of the managementController instance. (required) - :param ManagementController body14: managementController to update (required) - :param str moid15: The moid of the managementController instance. (required) - :param ManagementController body15: managementController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.management_controllers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.management_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.management_controllers_moid_patch_with_http_info(moid, body, **kwargs) return data - def management_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_controllers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'managementController' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def management_controllers_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_controllers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementController instance. (required) :param ManagementController body: managementController to update (required) - :param str moid2: The moid of the managementController instance. (required) - :param ManagementController body2: managementController to update (required) - :param str moid3: The moid of the managementController instance. (required) - :param ManagementController body3: managementController to update (required) - :param str moid4: The moid of the managementController instance. (required) - :param ManagementController body4: managementController to update (required) - :param str moid5: The moid of the managementController instance. (required) - :param ManagementController body5: managementController to update (required) - :param str moid6: The moid of the managementController instance. (required) - :param ManagementController body6: managementController to update (required) - :param str moid7: The moid of the managementController instance. (required) - :param ManagementController body7: managementController to update (required) - :param str moid8: The moid of the managementController instance. (required) - :param ManagementController body8: managementController to update (required) - :param str moid9: The moid of the managementController instance. (required) - :param ManagementController body9: managementController to update (required) - :param str moid10: The moid of the managementController instance. (required) - :param ManagementController body10: managementController to update (required) - :param str moid11: The moid of the managementController instance. (required) - :param ManagementController body11: managementController to update (required) - :param str moid12: The moid of the managementController instance. (required) - :param ManagementController body12: managementController to update (required) - :param str moid13: The moid of the managementController instance. (required) - :param ManagementController body13: managementController to update (required) - :param str moid14: The moid of the managementController instance. (required) - :param ManagementController body14: managementController to update (required) - :param str moid15: The moid of the managementController instance. (required) - :param ManagementController body15: managementController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def management_controllers_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `management_controllers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_controllers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `management_controllers_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def management_controllers_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def management_controllers_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def management_controllers_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_controllers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'managementController' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def management_controllers_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_controllers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_controllers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementController instance. (required) :param ManagementController body: managementController to update (required) - :param str moid2: The moid of the managementController instance. (required) - :param ManagementController body2: managementController to update (required) - :param str moid3: The moid of the managementController instance. (required) - :param ManagementController body3: managementController to update (required) - :param str moid4: The moid of the managementController instance. (required) - :param ManagementController body4: managementController to update (required) - :param str moid5: The moid of the managementController instance. (required) - :param ManagementController body5: managementController to update (required) - :param str moid6: The moid of the managementController instance. (required) - :param ManagementController body6: managementController to update (required) - :param str moid7: The moid of the managementController instance. (required) - :param ManagementController body7: managementController to update (required) - :param str moid8: The moid of the managementController instance. (required) - :param ManagementController body8: managementController to update (required) - :param str moid9: The moid of the managementController instance. (required) - :param ManagementController body9: managementController to update (required) - :param str moid10: The moid of the managementController instance. (required) - :param ManagementController body10: managementController to update (required) - :param str moid11: The moid of the managementController instance. (required) - :param ManagementController body11: managementController to update (required) - :param str moid12: The moid of the managementController instance. (required) - :param ManagementController body12: managementController to update (required) - :param str moid13: The moid of the managementController instance. (required) - :param ManagementController body13: managementController to update (required) - :param str moid14: The moid of the managementController instance. (required) - :param ManagementController body14: managementController to update (required) - :param str moid15: The moid of the managementController instance. (required) - :param ManagementController body15: managementController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.management_controllers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.management_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.management_controllers_moid_post_with_http_info(moid, body, **kwargs) return data - def management_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_controllers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'managementController' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def management_controllers_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_controllers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementController instance. (required) :param ManagementController body: managementController to update (required) - :param str moid2: The moid of the managementController instance. (required) - :param ManagementController body2: managementController to update (required) - :param str moid3: The moid of the managementController instance. (required) - :param ManagementController body3: managementController to update (required) - :param str moid4: The moid of the managementController instance. (required) - :param ManagementController body4: managementController to update (required) - :param str moid5: The moid of the managementController instance. (required) - :param ManagementController body5: managementController to update (required) - :param str moid6: The moid of the managementController instance. (required) - :param ManagementController body6: managementController to update (required) - :param str moid7: The moid of the managementController instance. (required) - :param ManagementController body7: managementController to update (required) - :param str moid8: The moid of the managementController instance. (required) - :param ManagementController body8: managementController to update (required) - :param str moid9: The moid of the managementController instance. (required) - :param ManagementController body9: managementController to update (required) - :param str moid10: The moid of the managementController instance. (required) - :param ManagementController body10: managementController to update (required) - :param str moid11: The moid of the managementController instance. (required) - :param ManagementController body11: managementController to update (required) - :param str moid12: The moid of the managementController instance. (required) - :param ManagementController body12: managementController to update (required) - :param str moid13: The moid of the managementController instance. (required) - :param ManagementController body13: managementController to update (required) - :param str moid14: The moid of the managementController instance. (required) - :param ManagementController body14: managementController to update (required) - :param str moid15: The moid of the managementController instance. (required) - :param ManagementController body15: managementController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def management_controllers_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_controllers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_controllers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_controllers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_controllers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_controllers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_controllers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_controllers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_controllers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_controllers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_controllers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_controllers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_controllers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_controllers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `management_controllers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_controllers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `management_controllers_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def management_controllers_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def management_controllers_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/management_entity_api.py b/intersight/apis/management_entity_api.py index 5b5e4432..3c8eeee5 100644 --- a/intersight/apis/management_entity_api.py +++ b/intersight/apis/management_entity_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def management_entities_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ManagementEntityList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def management_entities_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ManagementEntityList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def management_entities_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def management_entities_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_entities_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def management_entities_moid_get(self, moid, **kwargs): """ Get a specific instance of 'managementEntity' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def management_entities_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_entities_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.management_entities_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementEntity instance. (required) - :param str moid2: The moid of the managementEntity instance. (required) - :param str moid3: The moid of the managementEntity instance. (required) - :param str moid4: The moid of the managementEntity instance. (required) - :param str moid5: The moid of the managementEntity instance. (required) - :param str moid6: The moid of the managementEntity instance. (required) - :param str moid7: The moid of the managementEntity instance. (required) - :param str moid8: The moid of the managementEntity instance. (required) - :param str moid9: The moid of the managementEntity instance. (required) - :param str moid10: The moid of the managementEntity instance. (required) - :param str moid11: The moid of the managementEntity instance. (required) - :param str moid12: The moid of the managementEntity instance. (required) - :param str moid13: The moid of the managementEntity instance. (required) - :param str moid14: The moid of the managementEntity instance. (required) - :param str moid15: The moid of the managementEntity instance. (required) :return: ManagementEntity If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_entities_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.management_entities_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.management_entities_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.management_entities_moid_get_with_http_info(moid, **kwargs) return data - def management_entities_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def management_entities_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'managementEntity' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def management_entities_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_entities_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.management_entities_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementEntity instance. (required) - :param str moid2: The moid of the managementEntity instance. (required) - :param str moid3: The moid of the managementEntity instance. (required) - :param str moid4: The moid of the managementEntity instance. (required) - :param str moid5: The moid of the managementEntity instance. (required) - :param str moid6: The moid of the managementEntity instance. (required) - :param str moid7: The moid of the managementEntity instance. (required) - :param str moid8: The moid of the managementEntity instance. (required) - :param str moid9: The moid of the managementEntity instance. (required) - :param str moid10: The moid of the managementEntity instance. (required) - :param str moid11: The moid of the managementEntity instance. (required) - :param str moid12: The moid of the managementEntity instance. (required) - :param str moid13: The moid of the managementEntity instance. (required) - :param str moid14: The moid of the managementEntity instance. (required) - :param str moid15: The moid of the managementEntity instance. (required) :return: ManagementEntity If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def management_entities_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `management_entities_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_entities_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_entities_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_entities_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_entities_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_entities_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_entities_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_entities_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_entities_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_entities_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_entities_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_entities_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_entities_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_entities_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_entities_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def management_entities_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def management_entities_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_entities_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_entities_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'managementEntity' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def management_entities_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_entities_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_entities_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementEntity instance. (required) :param ManagementEntity body: managementEntity to update (required) - :param str moid2: The moid of the managementEntity instance. (required) - :param ManagementEntity body2: managementEntity to update (required) - :param str moid3: The moid of the managementEntity instance. (required) - :param ManagementEntity body3: managementEntity to update (required) - :param str moid4: The moid of the managementEntity instance. (required) - :param ManagementEntity body4: managementEntity to update (required) - :param str moid5: The moid of the managementEntity instance. (required) - :param ManagementEntity body5: managementEntity to update (required) - :param str moid6: The moid of the managementEntity instance. (required) - :param ManagementEntity body6: managementEntity to update (required) - :param str moid7: The moid of the managementEntity instance. (required) - :param ManagementEntity body7: managementEntity to update (required) - :param str moid8: The moid of the managementEntity instance. (required) - :param ManagementEntity body8: managementEntity to update (required) - :param str moid9: The moid of the managementEntity instance. (required) - :param ManagementEntity body9: managementEntity to update (required) - :param str moid10: The moid of the managementEntity instance. (required) - :param ManagementEntity body10: managementEntity to update (required) - :param str moid11: The moid of the managementEntity instance. (required) - :param ManagementEntity body11: managementEntity to update (required) - :param str moid12: The moid of the managementEntity instance. (required) - :param ManagementEntity body12: managementEntity to update (required) - :param str moid13: The moid of the managementEntity instance. (required) - :param ManagementEntity body13: managementEntity to update (required) - :param str moid14: The moid of the managementEntity instance. (required) - :param ManagementEntity body14: managementEntity to update (required) - :param str moid15: The moid of the managementEntity instance. (required) - :param ManagementEntity body15: managementEntity to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_entities_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.management_entities_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.management_entities_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.management_entities_moid_patch_with_http_info(moid, body, **kwargs) return data - def management_entities_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_entities_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'managementEntity' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def management_entities_moid_patch_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_entities_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_entities_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementEntity instance. (required) :param ManagementEntity body: managementEntity to update (required) - :param str moid2: The moid of the managementEntity instance. (required) - :param ManagementEntity body2: managementEntity to update (required) - :param str moid3: The moid of the managementEntity instance. (required) - :param ManagementEntity body3: managementEntity to update (required) - :param str moid4: The moid of the managementEntity instance. (required) - :param ManagementEntity body4: managementEntity to update (required) - :param str moid5: The moid of the managementEntity instance. (required) - :param ManagementEntity body5: managementEntity to update (required) - :param str moid6: The moid of the managementEntity instance. (required) - :param ManagementEntity body6: managementEntity to update (required) - :param str moid7: The moid of the managementEntity instance. (required) - :param ManagementEntity body7: managementEntity to update (required) - :param str moid8: The moid of the managementEntity instance. (required) - :param ManagementEntity body8: managementEntity to update (required) - :param str moid9: The moid of the managementEntity instance. (required) - :param ManagementEntity body9: managementEntity to update (required) - :param str moid10: The moid of the managementEntity instance. (required) - :param ManagementEntity body10: managementEntity to update (required) - :param str moid11: The moid of the managementEntity instance. (required) - :param ManagementEntity body11: managementEntity to update (required) - :param str moid12: The moid of the managementEntity instance. (required) - :param ManagementEntity body12: managementEntity to update (required) - :param str moid13: The moid of the managementEntity instance. (required) - :param ManagementEntity body13: managementEntity to update (required) - :param str moid14: The moid of the managementEntity instance. (required) - :param ManagementEntity body14: managementEntity to update (required) - :param str moid15: The moid of the managementEntity instance. (required) - :param ManagementEntity body15: managementEntity to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def management_entities_moid_patch_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_entities_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_entities_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_entities_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_entities_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_entities_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_entities_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_entities_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_entities_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_entities_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_entities_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_entities_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_entities_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_entities_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `management_entities_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_entities_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `management_entities_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def management_entities_moid_patch_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def management_entities_moid_patch_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def management_entities_moid_patch_with_http_info(self, moid, body, moid2, body2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_entities_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_entities_moid_post(self, moid, body, **kwargs): """ Update an instance of 'managementEntity' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def management_entities_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_entities_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_entities_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementEntity instance. (required) :param ManagementEntity body: managementEntity to update (required) - :param str moid2: The moid of the managementEntity instance. (required) - :param ManagementEntity body2: managementEntity to update (required) - :param str moid3: The moid of the managementEntity instance. (required) - :param ManagementEntity body3: managementEntity to update (required) - :param str moid4: The moid of the managementEntity instance. (required) - :param ManagementEntity body4: managementEntity to update (required) - :param str moid5: The moid of the managementEntity instance. (required) - :param ManagementEntity body5: managementEntity to update (required) - :param str moid6: The moid of the managementEntity instance. (required) - :param ManagementEntity body6: managementEntity to update (required) - :param str moid7: The moid of the managementEntity instance. (required) - :param ManagementEntity body7: managementEntity to update (required) - :param str moid8: The moid of the managementEntity instance. (required) - :param ManagementEntity body8: managementEntity to update (required) - :param str moid9: The moid of the managementEntity instance. (required) - :param ManagementEntity body9: managementEntity to update (required) - :param str moid10: The moid of the managementEntity instance. (required) - :param ManagementEntity body10: managementEntity to update (required) - :param str moid11: The moid of the managementEntity instance. (required) - :param ManagementEntity body11: managementEntity to update (required) - :param str moid12: The moid of the managementEntity instance. (required) - :param ManagementEntity body12: managementEntity to update (required) - :param str moid13: The moid of the managementEntity instance. (required) - :param ManagementEntity body13: managementEntity to update (required) - :param str moid14: The moid of the managementEntity instance. (required) - :param ManagementEntity body14: managementEntity to update (required) - :param str moid15: The moid of the managementEntity instance. (required) - :param ManagementEntity body15: managementEntity to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_entities_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.management_entities_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.management_entities_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.management_entities_moid_post_with_http_info(moid, body, **kwargs) return data - def management_entities_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_entities_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'managementEntity' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def management_entities_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_entities_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_entities_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementEntity instance. (required) :param ManagementEntity body: managementEntity to update (required) - :param str moid2: The moid of the managementEntity instance. (required) - :param ManagementEntity body2: managementEntity to update (required) - :param str moid3: The moid of the managementEntity instance. (required) - :param ManagementEntity body3: managementEntity to update (required) - :param str moid4: The moid of the managementEntity instance. (required) - :param ManagementEntity body4: managementEntity to update (required) - :param str moid5: The moid of the managementEntity instance. (required) - :param ManagementEntity body5: managementEntity to update (required) - :param str moid6: The moid of the managementEntity instance. (required) - :param ManagementEntity body6: managementEntity to update (required) - :param str moid7: The moid of the managementEntity instance. (required) - :param ManagementEntity body7: managementEntity to update (required) - :param str moid8: The moid of the managementEntity instance. (required) - :param ManagementEntity body8: managementEntity to update (required) - :param str moid9: The moid of the managementEntity instance. (required) - :param ManagementEntity body9: managementEntity to update (required) - :param str moid10: The moid of the managementEntity instance. (required) - :param ManagementEntity body10: managementEntity to update (required) - :param str moid11: The moid of the managementEntity instance. (required) - :param ManagementEntity body11: managementEntity to update (required) - :param str moid12: The moid of the managementEntity instance. (required) - :param ManagementEntity body12: managementEntity to update (required) - :param str moid13: The moid of the managementEntity instance. (required) - :param ManagementEntity body13: managementEntity to update (required) - :param str moid14: The moid of the managementEntity instance. (required) - :param ManagementEntity body14: managementEntity to update (required) - :param str moid15: The moid of the managementEntity instance. (required) - :param ManagementEntity body15: managementEntity to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def management_entities_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `management_entities_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_entities_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `management_entities_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_entities_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `management_entities_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_entities_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `management_entities_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_entities_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `management_entities_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_entities_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `management_entities_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_entities_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `management_entities_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_entities_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `management_entities_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_entities_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `management_entities_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_entities_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `management_entities_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_entities_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `management_entities_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_entities_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `management_entities_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_entities_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `management_entities_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_entities_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `management_entities_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_entities_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `management_entities_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def management_entities_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def management_entities_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/management_interface_api.py b/intersight/apis/management_interface_api.py index 5d847464..2487b13a 100644 --- a/intersight/apis/management_interface_api.py +++ b/intersight/apis/management_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def management_interfaces_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ManagementInterfaceList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def management_interfaces_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ManagementInterfaceList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def management_interfaces_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def management_interfaces_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def management_interfaces_moid_get(self, moid, **kwargs): """ Get a specific instance of 'managementInterface' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def management_interfaces_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_interfaces_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.management_interfaces_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementInterface instance. (required) - :param str moid2: The moid of the managementInterface instance. (required) - :param str moid3: The moid of the managementInterface instance. (required) - :param str moid4: The moid of the managementInterface instance. (required) - :param str moid5: The moid of the managementInterface instance. (required) - :param str moid6: The moid of the managementInterface instance. (required) - :param str moid7: The moid of the managementInterface instance. (required) - :param str moid8: The moid of the managementInterface instance. (required) - :param str moid9: The moid of the managementInterface instance. (required) - :param str moid10: The moid of the managementInterface instance. (required) - :param str moid11: The moid of the managementInterface instance. (required) - :param str moid12: The moid of the managementInterface instance. (required) - :param str moid13: The moid of the managementInterface instance. (required) - :param str moid14: The moid of the managementInterface instance. (required) - :param str moid15: The moid of the managementInterface instance. (required) :return: ManagementInterface If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.management_interfaces_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.management_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.management_interfaces_moid_get_with_http_info(moid, **kwargs) return data - def management_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def management_interfaces_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'managementInterface' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def management_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_interfaces_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.management_interfaces_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementInterface instance. (required) - :param str moid2: The moid of the managementInterface instance. (required) - :param str moid3: The moid of the managementInterface instance. (required) - :param str moid4: The moid of the managementInterface instance. (required) - :param str moid5: The moid of the managementInterface instance. (required) - :param str moid6: The moid of the managementInterface instance. (required) - :param str moid7: The moid of the managementInterface instance. (required) - :param str moid8: The moid of the managementInterface instance. (required) - :param str moid9: The moid of the managementInterface instance. (required) - :param str moid10: The moid of the managementInterface instance. (required) - :param str moid11: The moid of the managementInterface instance. (required) - :param str moid12: The moid of the managementInterface instance. (required) - :param str moid13: The moid of the managementInterface instance. (required) - :param str moid14: The moid of the managementInterface instance. (required) - :param str moid15: The moid of the managementInterface instance. (required) :return: ManagementInterface If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def management_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_interfaces_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_interfaces_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def management_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def management_interfaces_moid_get_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_interfaces_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_interfaces_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'managementInterface' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def management_interfaces_moid_patch(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_interfaces_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_interfaces_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementInterface instance. (required) :param ManagementInterface body: managementInterface to update (required) - :param str moid2: The moid of the managementInterface instance. (required) - :param ManagementInterface body2: managementInterface to update (required) - :param str moid3: The moid of the managementInterface instance. (required) - :param ManagementInterface body3: managementInterface to update (required) - :param str moid4: The moid of the managementInterface instance. (required) - :param ManagementInterface body4: managementInterface to update (required) - :param str moid5: The moid of the managementInterface instance. (required) - :param ManagementInterface body5: managementInterface to update (required) - :param str moid6: The moid of the managementInterface instance. (required) - :param ManagementInterface body6: managementInterface to update (required) - :param str moid7: The moid of the managementInterface instance. (required) - :param ManagementInterface body7: managementInterface to update (required) - :param str moid8: The moid of the managementInterface instance. (required) - :param ManagementInterface body8: managementInterface to update (required) - :param str moid9: The moid of the managementInterface instance. (required) - :param ManagementInterface body9: managementInterface to update (required) - :param str moid10: The moid of the managementInterface instance. (required) - :param ManagementInterface body10: managementInterface to update (required) - :param str moid11: The moid of the managementInterface instance. (required) - :param ManagementInterface body11: managementInterface to update (required) - :param str moid12: The moid of the managementInterface instance. (required) - :param ManagementInterface body12: managementInterface to update (required) - :param str moid13: The moid of the managementInterface instance. (required) - :param ManagementInterface body13: managementInterface to update (required) - :param str moid14: The moid of the managementInterface instance. (required) - :param ManagementInterface body14: managementInterface to update (required) - :param str moid15: The moid of the managementInterface instance. (required) - :param ManagementInterface body15: managementInterface to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_interfaces_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.management_interfaces_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.management_interfaces_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.management_interfaces_moid_patch_with_http_info(moid, body, **kwargs) return data - def management_interfaces_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_interfaces_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'managementInterface' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def management_interfaces_moid_patch_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_interfaces_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_interfaces_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementInterface instance. (required) :param ManagementInterface body: managementInterface to update (required) - :param str moid2: The moid of the managementInterface instance. (required) - :param ManagementInterface body2: managementInterface to update (required) - :param str moid3: The moid of the managementInterface instance. (required) - :param ManagementInterface body3: managementInterface to update (required) - :param str moid4: The moid of the managementInterface instance. (required) - :param ManagementInterface body4: managementInterface to update (required) - :param str moid5: The moid of the managementInterface instance. (required) - :param ManagementInterface body5: managementInterface to update (required) - :param str moid6: The moid of the managementInterface instance. (required) - :param ManagementInterface body6: managementInterface to update (required) - :param str moid7: The moid of the managementInterface instance. (required) - :param ManagementInterface body7: managementInterface to update (required) - :param str moid8: The moid of the managementInterface instance. (required) - :param ManagementInterface body8: managementInterface to update (required) - :param str moid9: The moid of the managementInterface instance. (required) - :param ManagementInterface body9: managementInterface to update (required) - :param str moid10: The moid of the managementInterface instance. (required) - :param ManagementInterface body10: managementInterface to update (required) - :param str moid11: The moid of the managementInterface instance. (required) - :param ManagementInterface body11: managementInterface to update (required) - :param str moid12: The moid of the managementInterface instance. (required) - :param ManagementInterface body12: managementInterface to update (required) - :param str moid13: The moid of the managementInterface instance. (required) - :param ManagementInterface body13: managementInterface to update (required) - :param str moid14: The moid of the managementInterface instance. (required) - :param ManagementInterface body14: managementInterface to update (required) - :param str moid15: The moid of the managementInterface instance. (required) - :param ManagementInterface body15: managementInterface to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def management_interfaces_moid_patch_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_interfaces_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `management_interfaces_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def management_interfaces_moid_patch_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def management_interfaces_moid_patch_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def management_interfaces_moid_patch_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def management_interfaces_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_interfaces_moid_post(self, moid, body, **kwargs): """ Update an instance of 'managementInterface' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def management_interfaces_moid_post(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_interfaces_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_interfaces_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementInterface instance. (required) :param ManagementInterface body: managementInterface to update (required) - :param str moid2: The moid of the managementInterface instance. (required) - :param ManagementInterface body2: managementInterface to update (required) - :param str moid3: The moid of the managementInterface instance. (required) - :param ManagementInterface body3: managementInterface to update (required) - :param str moid4: The moid of the managementInterface instance. (required) - :param ManagementInterface body4: managementInterface to update (required) - :param str moid5: The moid of the managementInterface instance. (required) - :param ManagementInterface body5: managementInterface to update (required) - :param str moid6: The moid of the managementInterface instance. (required) - :param ManagementInterface body6: managementInterface to update (required) - :param str moid7: The moid of the managementInterface instance. (required) - :param ManagementInterface body7: managementInterface to update (required) - :param str moid8: The moid of the managementInterface instance. (required) - :param ManagementInterface body8: managementInterface to update (required) - :param str moid9: The moid of the managementInterface instance. (required) - :param ManagementInterface body9: managementInterface to update (required) - :param str moid10: The moid of the managementInterface instance. (required) - :param ManagementInterface body10: managementInterface to update (required) - :param str moid11: The moid of the managementInterface instance. (required) - :param ManagementInterface body11: managementInterface to update (required) - :param str moid12: The moid of the managementInterface instance. (required) - :param ManagementInterface body12: managementInterface to update (required) - :param str moid13: The moid of the managementInterface instance. (required) - :param ManagementInterface body13: managementInterface to update (required) - :param str moid14: The moid of the managementInterface instance. (required) - :param ManagementInterface body14: managementInterface to update (required) - :param str moid15: The moid of the managementInterface instance. (required) - :param ManagementInterface body15: managementInterface to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.management_interfaces_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.management_interfaces_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.management_interfaces_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.management_interfaces_moid_post_with_http_info(moid, body, **kwargs) return data - def management_interfaces_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def management_interfaces_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'managementInterface' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def management_interfaces_moid_post_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.management_interfaces_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.management_interfaces_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the managementInterface instance. (required) :param ManagementInterface body: managementInterface to update (required) - :param str moid2: The moid of the managementInterface instance. (required) - :param ManagementInterface body2: managementInterface to update (required) - :param str moid3: The moid of the managementInterface instance. (required) - :param ManagementInterface body3: managementInterface to update (required) - :param str moid4: The moid of the managementInterface instance. (required) - :param ManagementInterface body4: managementInterface to update (required) - :param str moid5: The moid of the managementInterface instance. (required) - :param ManagementInterface body5: managementInterface to update (required) - :param str moid6: The moid of the managementInterface instance. (required) - :param ManagementInterface body6: managementInterface to update (required) - :param str moid7: The moid of the managementInterface instance. (required) - :param ManagementInterface body7: managementInterface to update (required) - :param str moid8: The moid of the managementInterface instance. (required) - :param ManagementInterface body8: managementInterface to update (required) - :param str moid9: The moid of the managementInterface instance. (required) - :param ManagementInterface body9: managementInterface to update (required) - :param str moid10: The moid of the managementInterface instance. (required) - :param ManagementInterface body10: managementInterface to update (required) - :param str moid11: The moid of the managementInterface instance. (required) - :param ManagementInterface body11: managementInterface to update (required) - :param str moid12: The moid of the managementInterface instance. (required) - :param ManagementInterface body12: managementInterface to update (required) - :param str moid13: The moid of the managementInterface instance. (required) - :param ManagementInterface body13: managementInterface to update (required) - :param str moid14: The moid of the managementInterface instance. (required) - :param ManagementInterface body14: managementInterface to update (required) - :param str moid15: The moid of the managementInterface instance. (required) - :param ManagementInterface body15: managementInterface to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def management_interfaces_moid_post_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `management_interfaces_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `management_interfaces_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `management_interfaces_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def management_interfaces_moid_post_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def management_interfaces_moid_post_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/memory_array_api.py b/intersight/apis/memory_array_api.py index 0fa58294..702abc1f 100644 --- a/intersight/apis/memory_array_api.py +++ b/intersight/apis/memory_array_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def memory_arrays_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: MemoryArrayList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def memory_arrays_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: MemoryArrayList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def memory_arrays_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def memory_arrays_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def memory_arrays_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def memory_arrays_moid_get(self, moid, **kwargs): """ Get a specific instance of 'memoryArray' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def memory_arrays_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_arrays_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.memory_arrays_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryArray instance. (required) - :param str moid2: The moid of the memoryArray instance. (required) - :param str moid3: The moid of the memoryArray instance. (required) - :param str moid4: The moid of the memoryArray instance. (required) - :param str moid5: The moid of the memoryArray instance. (required) - :param str moid6: The moid of the memoryArray instance. (required) - :param str moid7: The moid of the memoryArray instance. (required) - :param str moid8: The moid of the memoryArray instance. (required) - :param str moid9: The moid of the memoryArray instance. (required) - :param str moid10: The moid of the memoryArray instance. (required) - :param str moid11: The moid of the memoryArray instance. (required) - :param str moid12: The moid of the memoryArray instance. (required) - :param str moid13: The moid of the memoryArray instance. (required) - :param str moid14: The moid of the memoryArray instance. (required) - :param str moid15: The moid of the memoryArray instance. (required) :return: MemoryArray If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.memory_arrays_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.memory_arrays_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.memory_arrays_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.memory_arrays_moid_get_with_http_info(moid, **kwargs) return data - def memory_arrays_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def memory_arrays_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'memoryArray' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def memory_arrays_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_arrays_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.memory_arrays_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryArray instance. (required) - :param str moid2: The moid of the memoryArray instance. (required) - :param str moid3: The moid of the memoryArray instance. (required) - :param str moid4: The moid of the memoryArray instance. (required) - :param str moid5: The moid of the memoryArray instance. (required) - :param str moid6: The moid of the memoryArray instance. (required) - :param str moid7: The moid of the memoryArray instance. (required) - :param str moid8: The moid of the memoryArray instance. (required) - :param str moid9: The moid of the memoryArray instance. (required) - :param str moid10: The moid of the memoryArray instance. (required) - :param str moid11: The moid of the memoryArray instance. (required) - :param str moid12: The moid of the memoryArray instance. (required) - :param str moid13: The moid of the memoryArray instance. (required) - :param str moid14: The moid of the memoryArray instance. (required) - :param str moid15: The moid of the memoryArray instance. (required) :return: MemoryArray If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def memory_arrays_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `memory_arrays_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `memory_arrays_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def memory_arrays_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def memory_arrays_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def memory_arrays_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_arrays_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'memoryArray' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def memory_arrays_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_arrays_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_arrays_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryArray instance. (required) :param MemoryArray body: memoryArray to update (required) - :param str moid2: The moid of the memoryArray instance. (required) - :param MemoryArray body2: memoryArray to update (required) - :param str moid3: The moid of the memoryArray instance. (required) - :param MemoryArray body3: memoryArray to update (required) - :param str moid4: The moid of the memoryArray instance. (required) - :param MemoryArray body4: memoryArray to update (required) - :param str moid5: The moid of the memoryArray instance. (required) - :param MemoryArray body5: memoryArray to update (required) - :param str moid6: The moid of the memoryArray instance. (required) - :param MemoryArray body6: memoryArray to update (required) - :param str moid7: The moid of the memoryArray instance. (required) - :param MemoryArray body7: memoryArray to update (required) - :param str moid8: The moid of the memoryArray instance. (required) - :param MemoryArray body8: memoryArray to update (required) - :param str moid9: The moid of the memoryArray instance. (required) - :param MemoryArray body9: memoryArray to update (required) - :param str moid10: The moid of the memoryArray instance. (required) - :param MemoryArray body10: memoryArray to update (required) - :param str moid11: The moid of the memoryArray instance. (required) - :param MemoryArray body11: memoryArray to update (required) - :param str moid12: The moid of the memoryArray instance. (required) - :param MemoryArray body12: memoryArray to update (required) - :param str moid13: The moid of the memoryArray instance. (required) - :param MemoryArray body13: memoryArray to update (required) - :param str moid14: The moid of the memoryArray instance. (required) - :param MemoryArray body14: memoryArray to update (required) - :param str moid15: The moid of the memoryArray instance. (required) - :param MemoryArray body15: memoryArray to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.memory_arrays_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.memory_arrays_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.memory_arrays_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.memory_arrays_moid_patch_with_http_info(moid, body, **kwargs) return data - def memory_arrays_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_arrays_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'memoryArray' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def memory_arrays_moid_patch_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_arrays_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_arrays_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryArray instance. (required) :param MemoryArray body: memoryArray to update (required) - :param str moid2: The moid of the memoryArray instance. (required) - :param MemoryArray body2: memoryArray to update (required) - :param str moid3: The moid of the memoryArray instance. (required) - :param MemoryArray body3: memoryArray to update (required) - :param str moid4: The moid of the memoryArray instance. (required) - :param MemoryArray body4: memoryArray to update (required) - :param str moid5: The moid of the memoryArray instance. (required) - :param MemoryArray body5: memoryArray to update (required) - :param str moid6: The moid of the memoryArray instance. (required) - :param MemoryArray body6: memoryArray to update (required) - :param str moid7: The moid of the memoryArray instance. (required) - :param MemoryArray body7: memoryArray to update (required) - :param str moid8: The moid of the memoryArray instance. (required) - :param MemoryArray body8: memoryArray to update (required) - :param str moid9: The moid of the memoryArray instance. (required) - :param MemoryArray body9: memoryArray to update (required) - :param str moid10: The moid of the memoryArray instance. (required) - :param MemoryArray body10: memoryArray to update (required) - :param str moid11: The moid of the memoryArray instance. (required) - :param MemoryArray body11: memoryArray to update (required) - :param str moid12: The moid of the memoryArray instance. (required) - :param MemoryArray body12: memoryArray to update (required) - :param str moid13: The moid of the memoryArray instance. (required) - :param MemoryArray body13: memoryArray to update (required) - :param str moid14: The moid of the memoryArray instance. (required) - :param MemoryArray body14: memoryArray to update (required) - :param str moid15: The moid of the memoryArray instance. (required) - :param MemoryArray body15: memoryArray to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def memory_arrays_moid_patch_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `memory_arrays_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `memory_arrays_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def memory_arrays_moid_patch_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def memory_arrays_moid_patch_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def memory_arrays_moid_patch_with_http_info(self, moid, body, moid2, body2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def memory_arrays_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_arrays_moid_post(self, moid, body, **kwargs): """ Update an instance of 'memoryArray' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def memory_arrays_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_arrays_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_arrays_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryArray instance. (required) :param MemoryArray body: memoryArray to update (required) - :param str moid2: The moid of the memoryArray instance. (required) - :param MemoryArray body2: memoryArray to update (required) - :param str moid3: The moid of the memoryArray instance. (required) - :param MemoryArray body3: memoryArray to update (required) - :param str moid4: The moid of the memoryArray instance. (required) - :param MemoryArray body4: memoryArray to update (required) - :param str moid5: The moid of the memoryArray instance. (required) - :param MemoryArray body5: memoryArray to update (required) - :param str moid6: The moid of the memoryArray instance. (required) - :param MemoryArray body6: memoryArray to update (required) - :param str moid7: The moid of the memoryArray instance. (required) - :param MemoryArray body7: memoryArray to update (required) - :param str moid8: The moid of the memoryArray instance. (required) - :param MemoryArray body8: memoryArray to update (required) - :param str moid9: The moid of the memoryArray instance. (required) - :param MemoryArray body9: memoryArray to update (required) - :param str moid10: The moid of the memoryArray instance. (required) - :param MemoryArray body10: memoryArray to update (required) - :param str moid11: The moid of the memoryArray instance. (required) - :param MemoryArray body11: memoryArray to update (required) - :param str moid12: The moid of the memoryArray instance. (required) - :param MemoryArray body12: memoryArray to update (required) - :param str moid13: The moid of the memoryArray instance. (required) - :param MemoryArray body13: memoryArray to update (required) - :param str moid14: The moid of the memoryArray instance. (required) - :param MemoryArray body14: memoryArray to update (required) - :param str moid15: The moid of the memoryArray instance. (required) - :param MemoryArray body15: memoryArray to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.memory_arrays_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.memory_arrays_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.memory_arrays_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.memory_arrays_moid_post_with_http_info(moid, body, **kwargs) return data - def memory_arrays_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_arrays_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'memoryArray' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def memory_arrays_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_arrays_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_arrays_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryArray instance. (required) :param MemoryArray body: memoryArray to update (required) - :param str moid2: The moid of the memoryArray instance. (required) - :param MemoryArray body2: memoryArray to update (required) - :param str moid3: The moid of the memoryArray instance. (required) - :param MemoryArray body3: memoryArray to update (required) - :param str moid4: The moid of the memoryArray instance. (required) - :param MemoryArray body4: memoryArray to update (required) - :param str moid5: The moid of the memoryArray instance. (required) - :param MemoryArray body5: memoryArray to update (required) - :param str moid6: The moid of the memoryArray instance. (required) - :param MemoryArray body6: memoryArray to update (required) - :param str moid7: The moid of the memoryArray instance. (required) - :param MemoryArray body7: memoryArray to update (required) - :param str moid8: The moid of the memoryArray instance. (required) - :param MemoryArray body8: memoryArray to update (required) - :param str moid9: The moid of the memoryArray instance. (required) - :param MemoryArray body9: memoryArray to update (required) - :param str moid10: The moid of the memoryArray instance. (required) - :param MemoryArray body10: memoryArray to update (required) - :param str moid11: The moid of the memoryArray instance. (required) - :param MemoryArray body11: memoryArray to update (required) - :param str moid12: The moid of the memoryArray instance. (required) - :param MemoryArray body12: memoryArray to update (required) - :param str moid13: The moid of the memoryArray instance. (required) - :param MemoryArray body13: memoryArray to update (required) - :param str moid14: The moid of the memoryArray instance. (required) - :param MemoryArray body14: memoryArray to update (required) - :param str moid15: The moid of the memoryArray instance. (required) - :param MemoryArray body15: memoryArray to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def memory_arrays_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `memory_arrays_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `memory_arrays_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `memory_arrays_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def memory_arrays_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def memory_arrays_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/memory_unit_api.py b/intersight/apis/memory_unit_api.py index e9c74163..40e128d1 100644 --- a/intersight/apis/memory_unit_api.py +++ b/intersight/apis/memory_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def memory_units_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: MemoryUnitList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def memory_units_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: MemoryUnitList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def memory_units_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def memory_units_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def memory_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def memory_units_moid_get(self, moid, **kwargs): """ Get a specific instance of 'memoryUnit' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def memory_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_units_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.memory_units_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryUnit instance. (required) - :param str moid2: The moid of the memoryUnit instance. (required) - :param str moid3: The moid of the memoryUnit instance. (required) - :param str moid4: The moid of the memoryUnit instance. (required) - :param str moid5: The moid of the memoryUnit instance. (required) - :param str moid6: The moid of the memoryUnit instance. (required) - :param str moid7: The moid of the memoryUnit instance. (required) - :param str moid8: The moid of the memoryUnit instance. (required) - :param str moid9: The moid of the memoryUnit instance. (required) - :param str moid10: The moid of the memoryUnit instance. (required) - :param str moid11: The moid of the memoryUnit instance. (required) - :param str moid12: The moid of the memoryUnit instance. (required) - :param str moid13: The moid of the memoryUnit instance. (required) - :param str moid14: The moid of the memoryUnit instance. (required) - :param str moid15: The moid of the memoryUnit instance. (required) :return: MemoryUnit If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.memory_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.memory_units_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.memory_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.memory_units_moid_get_with_http_info(moid, **kwargs) return data - def memory_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def memory_units_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'memoryUnit' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def memory_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.memory_units_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryUnit instance. (required) - :param str moid2: The moid of the memoryUnit instance. (required) - :param str moid3: The moid of the memoryUnit instance. (required) - :param str moid4: The moid of the memoryUnit instance. (required) - :param str moid5: The moid of the memoryUnit instance. (required) - :param str moid6: The moid of the memoryUnit instance. (required) - :param str moid7: The moid of the memoryUnit instance. (required) - :param str moid8: The moid of the memoryUnit instance. (required) - :param str moid9: The moid of the memoryUnit instance. (required) - :param str moid10: The moid of the memoryUnit instance. (required) - :param str moid11: The moid of the memoryUnit instance. (required) - :param str moid12: The moid of the memoryUnit instance. (required) - :param str moid13: The moid of the memoryUnit instance. (required) - :param str moid14: The moid of the memoryUnit instance. (required) - :param str moid15: The moid of the memoryUnit instance. (required) :return: MemoryUnit If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def memory_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `memory_units_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `memory_units_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `memory_units_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `memory_units_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `memory_units_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `memory_units_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `memory_units_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `memory_units_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `memory_units_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `memory_units_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `memory_units_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `memory_units_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `memory_units_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `memory_units_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `memory_units_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def memory_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def memory_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def memory_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_units_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'memoryUnit' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def memory_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_units_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_units_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryUnit instance. (required) :param MemoryUnit body: memoryUnit to update (required) - :param str moid2: The moid of the memoryUnit instance. (required) - :param MemoryUnit body2: memoryUnit to update (required) - :param str moid3: The moid of the memoryUnit instance. (required) - :param MemoryUnit body3: memoryUnit to update (required) - :param str moid4: The moid of the memoryUnit instance. (required) - :param MemoryUnit body4: memoryUnit to update (required) - :param str moid5: The moid of the memoryUnit instance. (required) - :param MemoryUnit body5: memoryUnit to update (required) - :param str moid6: The moid of the memoryUnit instance. (required) - :param MemoryUnit body6: memoryUnit to update (required) - :param str moid7: The moid of the memoryUnit instance. (required) - :param MemoryUnit body7: memoryUnit to update (required) - :param str moid8: The moid of the memoryUnit instance. (required) - :param MemoryUnit body8: memoryUnit to update (required) - :param str moid9: The moid of the memoryUnit instance. (required) - :param MemoryUnit body9: memoryUnit to update (required) - :param str moid10: The moid of the memoryUnit instance. (required) - :param MemoryUnit body10: memoryUnit to update (required) - :param str moid11: The moid of the memoryUnit instance. (required) - :param MemoryUnit body11: memoryUnit to update (required) - :param str moid12: The moid of the memoryUnit instance. (required) - :param MemoryUnit body12: memoryUnit to update (required) - :param str moid13: The moid of the memoryUnit instance. (required) - :param MemoryUnit body13: memoryUnit to update (required) - :param str moid14: The moid of the memoryUnit instance. (required) - :param MemoryUnit body14: memoryUnit to update (required) - :param str moid15: The moid of the memoryUnit instance. (required) - :param MemoryUnit body15: memoryUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.memory_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.memory_units_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.memory_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.memory_units_moid_patch_with_http_info(moid, body, **kwargs) return data - def memory_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_units_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'memoryUnit' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def memory_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_units_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryUnit instance. (required) :param MemoryUnit body: memoryUnit to update (required) - :param str moid2: The moid of the memoryUnit instance. (required) - :param MemoryUnit body2: memoryUnit to update (required) - :param str moid3: The moid of the memoryUnit instance. (required) - :param MemoryUnit body3: memoryUnit to update (required) - :param str moid4: The moid of the memoryUnit instance. (required) - :param MemoryUnit body4: memoryUnit to update (required) - :param str moid5: The moid of the memoryUnit instance. (required) - :param MemoryUnit body5: memoryUnit to update (required) - :param str moid6: The moid of the memoryUnit instance. (required) - :param MemoryUnit body6: memoryUnit to update (required) - :param str moid7: The moid of the memoryUnit instance. (required) - :param MemoryUnit body7: memoryUnit to update (required) - :param str moid8: The moid of the memoryUnit instance. (required) - :param MemoryUnit body8: memoryUnit to update (required) - :param str moid9: The moid of the memoryUnit instance. (required) - :param MemoryUnit body9: memoryUnit to update (required) - :param str moid10: The moid of the memoryUnit instance. (required) - :param MemoryUnit body10: memoryUnit to update (required) - :param str moid11: The moid of the memoryUnit instance. (required) - :param MemoryUnit body11: memoryUnit to update (required) - :param str moid12: The moid of the memoryUnit instance. (required) - :param MemoryUnit body12: memoryUnit to update (required) - :param str moid13: The moid of the memoryUnit instance. (required) - :param MemoryUnit body13: memoryUnit to update (required) - :param str moid14: The moid of the memoryUnit instance. (required) - :param MemoryUnit body14: memoryUnit to update (required) - :param str moid15: The moid of the memoryUnit instance. (required) - :param MemoryUnit body15: memoryUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def memory_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `memory_units_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `memory_units_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `memory_units_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `memory_units_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `memory_units_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `memory_units_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `memory_units_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `memory_units_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `memory_units_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `memory_units_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `memory_units_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `memory_units_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `memory_units_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `memory_units_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `memory_units_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `memory_units_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def memory_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def memory_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def memory_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def memory_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_units_moid_post(self, moid, body, **kwargs): """ Update an instance of 'memoryUnit' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def memory_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_units_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_units_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryUnit instance. (required) :param MemoryUnit body: memoryUnit to update (required) - :param str moid2: The moid of the memoryUnit instance. (required) - :param MemoryUnit body2: memoryUnit to update (required) - :param str moid3: The moid of the memoryUnit instance. (required) - :param MemoryUnit body3: memoryUnit to update (required) - :param str moid4: The moid of the memoryUnit instance. (required) - :param MemoryUnit body4: memoryUnit to update (required) - :param str moid5: The moid of the memoryUnit instance. (required) - :param MemoryUnit body5: memoryUnit to update (required) - :param str moid6: The moid of the memoryUnit instance. (required) - :param MemoryUnit body6: memoryUnit to update (required) - :param str moid7: The moid of the memoryUnit instance. (required) - :param MemoryUnit body7: memoryUnit to update (required) - :param str moid8: The moid of the memoryUnit instance. (required) - :param MemoryUnit body8: memoryUnit to update (required) - :param str moid9: The moid of the memoryUnit instance. (required) - :param MemoryUnit body9: memoryUnit to update (required) - :param str moid10: The moid of the memoryUnit instance. (required) - :param MemoryUnit body10: memoryUnit to update (required) - :param str moid11: The moid of the memoryUnit instance. (required) - :param MemoryUnit body11: memoryUnit to update (required) - :param str moid12: The moid of the memoryUnit instance. (required) - :param MemoryUnit body12: memoryUnit to update (required) - :param str moid13: The moid of the memoryUnit instance. (required) - :param MemoryUnit body13: memoryUnit to update (required) - :param str moid14: The moid of the memoryUnit instance. (required) - :param MemoryUnit body14: memoryUnit to update (required) - :param str moid15: The moid of the memoryUnit instance. (required) - :param MemoryUnit body15: memoryUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.memory_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.memory_units_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.memory_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.memory_units_moid_post_with_http_info(moid, body, **kwargs) return data - def memory_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def memory_units_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'memoryUnit' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def memory_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.memory_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.memory_units_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the memoryUnit instance. (required) :param MemoryUnit body: memoryUnit to update (required) - :param str moid2: The moid of the memoryUnit instance. (required) - :param MemoryUnit body2: memoryUnit to update (required) - :param str moid3: The moid of the memoryUnit instance. (required) - :param MemoryUnit body3: memoryUnit to update (required) - :param str moid4: The moid of the memoryUnit instance. (required) - :param MemoryUnit body4: memoryUnit to update (required) - :param str moid5: The moid of the memoryUnit instance. (required) - :param MemoryUnit body5: memoryUnit to update (required) - :param str moid6: The moid of the memoryUnit instance. (required) - :param MemoryUnit body6: memoryUnit to update (required) - :param str moid7: The moid of the memoryUnit instance. (required) - :param MemoryUnit body7: memoryUnit to update (required) - :param str moid8: The moid of the memoryUnit instance. (required) - :param MemoryUnit body8: memoryUnit to update (required) - :param str moid9: The moid of the memoryUnit instance. (required) - :param MemoryUnit body9: memoryUnit to update (required) - :param str moid10: The moid of the memoryUnit instance. (required) - :param MemoryUnit body10: memoryUnit to update (required) - :param str moid11: The moid of the memoryUnit instance. (required) - :param MemoryUnit body11: memoryUnit to update (required) - :param str moid12: The moid of the memoryUnit instance. (required) - :param MemoryUnit body12: memoryUnit to update (required) - :param str moid13: The moid of the memoryUnit instance. (required) - :param MemoryUnit body13: memoryUnit to update (required) - :param str moid14: The moid of the memoryUnit instance. (required) - :param MemoryUnit body14: memoryUnit to update (required) - :param str moid15: The moid of the memoryUnit instance. (required) - :param MemoryUnit body15: memoryUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def memory_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `memory_units_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `memory_units_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `memory_units_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `memory_units_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `memory_units_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `memory_units_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `memory_units_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `memory_units_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `memory_units_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `memory_units_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `memory_units_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `memory_units_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `memory_units_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `memory_units_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `memory_units_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `memory_units_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `memory_units_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `memory_units_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `memory_units_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `memory_units_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `memory_units_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `memory_units_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `memory_units_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `memory_units_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `memory_units_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `memory_units_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `memory_units_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `memory_units_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `memory_units_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def memory_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def memory_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/meta_definition_api.py b/intersight/apis/meta_definition_api.py index 7c6bf3d4..2ecae61d 100644 --- a/intersight/apis/meta_definition_api.py +++ b/intersight/apis/meta_definition_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def meta_definitions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: MetaDefinitionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def meta_definitions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: MetaDefinitionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def meta_definitions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def meta_definitions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def meta_definitions_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def meta_definitions_moid_delete(self, moid, **kwargs): """ Delete an instance of 'metaDefinition' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def meta_definitions_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.meta_definitions_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.meta_definitions_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the metaDefinition instance. (required) - :param str moid2: The moid of the metaDefinition instance. (required) - :param str moid3: The moid of the metaDefinition instance. (required) - :param str moid4: The moid of the metaDefinition instance. (required) - :param str moid5: The moid of the metaDefinition instance. (required) - :param str moid6: The moid of the metaDefinition instance. (required) - :param str moid7: The moid of the metaDefinition instance. (required) - :param str moid8: The moid of the metaDefinition instance. (required) - :param str moid9: The moid of the metaDefinition instance. (required) - :param str moid10: The moid of the metaDefinition instance. (required) - :param str moid11: The moid of the metaDefinition instance. (required) - :param str moid12: The moid of the metaDefinition instance. (required) - :param str moid13: The moid of the metaDefinition instance. (required) - :param str moid14: The moid of the metaDefinition instance. (required) - :param str moid15: The moid of the metaDefinition instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.meta_definitions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.meta_definitions_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.meta_definitions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.meta_definitions_moid_delete_with_http_info(moid, **kwargs) return data - def meta_definitions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def meta_definitions_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'metaDefinition' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def meta_definitions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.meta_definitions_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.meta_definitions_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the metaDefinition instance. (required) - :param str moid2: The moid of the metaDefinition instance. (required) - :param str moid3: The moid of the metaDefinition instance. (required) - :param str moid4: The moid of the metaDefinition instance. (required) - :param str moid5: The moid of the metaDefinition instance. (required) - :param str moid6: The moid of the metaDefinition instance. (required) - :param str moid7: The moid of the metaDefinition instance. (required) - :param str moid8: The moid of the metaDefinition instance. (required) - :param str moid9: The moid of the metaDefinition instance. (required) - :param str moid10: The moid of the metaDefinition instance. (required) - :param str moid11: The moid of the metaDefinition instance. (required) - :param str moid12: The moid of the metaDefinition instance. (required) - :param str moid13: The moid of the metaDefinition instance. (required) - :param str moid14: The moid of the metaDefinition instance. (required) - :param str moid15: The moid of the metaDefinition instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def meta_definitions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `meta_definitions_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `meta_definitions_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def meta_definitions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def meta_definitions_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def meta_definitions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def meta_definitions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'metaDefinition' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def meta_definitions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.meta_definitions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.meta_definitions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the metaDefinition instance. (required) - :param str moid2: The moid of the metaDefinition instance. (required) - :param str moid3: The moid of the metaDefinition instance. (required) - :param str moid4: The moid of the metaDefinition instance. (required) - :param str moid5: The moid of the metaDefinition instance. (required) - :param str moid6: The moid of the metaDefinition instance. (required) - :param str moid7: The moid of the metaDefinition instance. (required) - :param str moid8: The moid of the metaDefinition instance. (required) - :param str moid9: The moid of the metaDefinition instance. (required) - :param str moid10: The moid of the metaDefinition instance. (required) - :param str moid11: The moid of the metaDefinition instance. (required) - :param str moid12: The moid of the metaDefinition instance. (required) - :param str moid13: The moid of the metaDefinition instance. (required) - :param str moid14: The moid of the metaDefinition instance. (required) - :param str moid15: The moid of the metaDefinition instance. (required) :return: MetaDefinition If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.meta_definitions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.meta_definitions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.meta_definitions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.meta_definitions_moid_get_with_http_info(moid, **kwargs) return data - def meta_definitions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def meta_definitions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'metaDefinition' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def meta_definitions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.meta_definitions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.meta_definitions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the metaDefinition instance. (required) - :param str moid2: The moid of the metaDefinition instance. (required) - :param str moid3: The moid of the metaDefinition instance. (required) - :param str moid4: The moid of the metaDefinition instance. (required) - :param str moid5: The moid of the metaDefinition instance. (required) - :param str moid6: The moid of the metaDefinition instance. (required) - :param str moid7: The moid of the metaDefinition instance. (required) - :param str moid8: The moid of the metaDefinition instance. (required) - :param str moid9: The moid of the metaDefinition instance. (required) - :param str moid10: The moid of the metaDefinition instance. (required) - :param str moid11: The moid of the metaDefinition instance. (required) - :param str moid12: The moid of the metaDefinition instance. (required) - :param str moid13: The moid of the metaDefinition instance. (required) - :param str moid14: The moid of the metaDefinition instance. (required) - :param str moid15: The moid of the metaDefinition instance. (required) :return: MetaDefinition If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def meta_definitions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `meta_definitions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `meta_definitions_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def meta_definitions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/network_element_api.py b/intersight/apis/network_element_api.py index ea75a4ad..522c699c 100644 --- a/intersight/apis/network_element_api.py +++ b/intersight/apis/network_element_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def network_elements_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: NetworkElementList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def network_elements_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: NetworkElementList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def network_elements_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def network_elements_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def network_elements_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def network_elements_moid_get(self, moid, **kwargs): """ Get a specific instance of 'networkElement' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def network_elements_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_elements_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.network_elements_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElement instance. (required) - :param str moid2: The moid of the networkElement instance. (required) - :param str moid3: The moid of the networkElement instance. (required) - :param str moid4: The moid of the networkElement instance. (required) - :param str moid5: The moid of the networkElement instance. (required) - :param str moid6: The moid of the networkElement instance. (required) - :param str moid7: The moid of the networkElement instance. (required) - :param str moid8: The moid of the networkElement instance. (required) - :param str moid9: The moid of the networkElement instance. (required) - :param str moid10: The moid of the networkElement instance. (required) - :param str moid11: The moid of the networkElement instance. (required) - :param str moid12: The moid of the networkElement instance. (required) - :param str moid13: The moid of the networkElement instance. (required) - :param str moid14: The moid of the networkElement instance. (required) - :param str moid15: The moid of the networkElement instance. (required) :return: NetworkElement If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.network_elements_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.network_elements_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.network_elements_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.network_elements_moid_get_with_http_info(moid, **kwargs) return data - def network_elements_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def network_elements_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'networkElement' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def network_elements_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_elements_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.network_elements_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElement instance. (required) - :param str moid2: The moid of the networkElement instance. (required) - :param str moid3: The moid of the networkElement instance. (required) - :param str moid4: The moid of the networkElement instance. (required) - :param str moid5: The moid of the networkElement instance. (required) - :param str moid6: The moid of the networkElement instance. (required) - :param str moid7: The moid of the networkElement instance. (required) - :param str moid8: The moid of the networkElement instance. (required) - :param str moid9: The moid of the networkElement instance. (required) - :param str moid10: The moid of the networkElement instance. (required) - :param str moid11: The moid of the networkElement instance. (required) - :param str moid12: The moid of the networkElement instance. (required) - :param str moid13: The moid of the networkElement instance. (required) - :param str moid14: The moid of the networkElement instance. (required) - :param str moid15: The moid of the networkElement instance. (required) :return: NetworkElement If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def network_elements_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `network_elements_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `network_elements_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `network_elements_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `network_elements_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `network_elements_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `network_elements_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `network_elements_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `network_elements_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `network_elements_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `network_elements_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `network_elements_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `network_elements_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `network_elements_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `network_elements_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `network_elements_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def network_elements_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def network_elements_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def network_elements_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def network_elements_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'networkElement' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def network_elements_moid_patch(self, moid, body, moid2, body2, moid3, body3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_elements_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.network_elements_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElement instance. (required) :param NetworkElement body: networkElement to update (required) - :param str moid2: The moid of the networkElement instance. (required) - :param NetworkElement body2: networkElement to update (required) - :param str moid3: The moid of the networkElement instance. (required) - :param NetworkElement body3: networkElement to update (required) - :param str moid4: The moid of the networkElement instance. (required) - :param NetworkElement body4: networkElement to update (required) - :param str moid5: The moid of the networkElement instance. (required) - :param NetworkElement body5: networkElement to update (required) - :param str moid6: The moid of the networkElement instance. (required) - :param NetworkElement body6: networkElement to update (required) - :param str moid7: The moid of the networkElement instance. (required) - :param NetworkElement body7: networkElement to update (required) - :param str moid8: The moid of the networkElement instance. (required) - :param NetworkElement body8: networkElement to update (required) - :param str moid9: The moid of the networkElement instance. (required) - :param NetworkElement body9: networkElement to update (required) - :param str moid10: The moid of the networkElement instance. (required) - :param NetworkElement body10: networkElement to update (required) - :param str moid11: The moid of the networkElement instance. (required) - :param NetworkElement body11: networkElement to update (required) - :param str moid12: The moid of the networkElement instance. (required) - :param NetworkElement body12: networkElement to update (required) - :param str moid13: The moid of the networkElement instance. (required) - :param NetworkElement body13: networkElement to update (required) - :param str moid14: The moid of the networkElement instance. (required) - :param NetworkElement body14: networkElement to update (required) - :param str moid15: The moid of the networkElement instance. (required) - :param NetworkElement body15: networkElement to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.network_elements_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.network_elements_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.network_elements_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.network_elements_moid_patch_with_http_info(moid, body, **kwargs) return data - def network_elements_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def network_elements_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'networkElement' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def network_elements_moid_patch_with_http_info(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_elements_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.network_elements_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElement instance. (required) :param NetworkElement body: networkElement to update (required) - :param str moid2: The moid of the networkElement instance. (required) - :param NetworkElement body2: networkElement to update (required) - :param str moid3: The moid of the networkElement instance. (required) - :param NetworkElement body3: networkElement to update (required) - :param str moid4: The moid of the networkElement instance. (required) - :param NetworkElement body4: networkElement to update (required) - :param str moid5: The moid of the networkElement instance. (required) - :param NetworkElement body5: networkElement to update (required) - :param str moid6: The moid of the networkElement instance. (required) - :param NetworkElement body6: networkElement to update (required) - :param str moid7: The moid of the networkElement instance. (required) - :param NetworkElement body7: networkElement to update (required) - :param str moid8: The moid of the networkElement instance. (required) - :param NetworkElement body8: networkElement to update (required) - :param str moid9: The moid of the networkElement instance. (required) - :param NetworkElement body9: networkElement to update (required) - :param str moid10: The moid of the networkElement instance. (required) - :param NetworkElement body10: networkElement to update (required) - :param str moid11: The moid of the networkElement instance. (required) - :param NetworkElement body11: networkElement to update (required) - :param str moid12: The moid of the networkElement instance. (required) - :param NetworkElement body12: networkElement to update (required) - :param str moid13: The moid of the networkElement instance. (required) - :param NetworkElement body13: networkElement to update (required) - :param str moid14: The moid of the networkElement instance. (required) - :param NetworkElement body14: networkElement to update (required) - :param str moid15: The moid of the networkElement instance. (required) - :param NetworkElement body15: networkElement to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def network_elements_moid_patch_with_http_info(self, moid, body, moid2, body2, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `network_elements_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `network_elements_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `network_elements_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `network_elements_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `network_elements_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `network_elements_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `network_elements_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `network_elements_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `network_elements_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `network_elements_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `network_elements_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `network_elements_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `network_elements_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `network_elements_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `network_elements_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `network_elements_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def network_elements_moid_patch_with_http_info(self, moid, body, moid2, body2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def network_elements_moid_patch_with_http_info(self, moid, body, moid2, body2, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def network_elements_moid_patch_with_http_info(self, moid, body, moid2, body2, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def network_elements_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def network_elements_moid_post(self, moid, body, **kwargs): """ Update an instance of 'networkElement' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def network_elements_moid_post(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_elements_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.network_elements_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElement instance. (required) :param NetworkElement body: networkElement to update (required) - :param str moid2: The moid of the networkElement instance. (required) - :param NetworkElement body2: networkElement to update (required) - :param str moid3: The moid of the networkElement instance. (required) - :param NetworkElement body3: networkElement to update (required) - :param str moid4: The moid of the networkElement instance. (required) - :param NetworkElement body4: networkElement to update (required) - :param str moid5: The moid of the networkElement instance. (required) - :param NetworkElement body5: networkElement to update (required) - :param str moid6: The moid of the networkElement instance. (required) - :param NetworkElement body6: networkElement to update (required) - :param str moid7: The moid of the networkElement instance. (required) - :param NetworkElement body7: networkElement to update (required) - :param str moid8: The moid of the networkElement instance. (required) - :param NetworkElement body8: networkElement to update (required) - :param str moid9: The moid of the networkElement instance. (required) - :param NetworkElement body9: networkElement to update (required) - :param str moid10: The moid of the networkElement instance. (required) - :param NetworkElement body10: networkElement to update (required) - :param str moid11: The moid of the networkElement instance. (required) - :param NetworkElement body11: networkElement to update (required) - :param str moid12: The moid of the networkElement instance. (required) - :param NetworkElement body12: networkElement to update (required) - :param str moid13: The moid of the networkElement instance. (required) - :param NetworkElement body13: networkElement to update (required) - :param str moid14: The moid of the networkElement instance. (required) - :param NetworkElement body14: networkElement to update (required) - :param str moid15: The moid of the networkElement instance. (required) - :param NetworkElement body15: networkElement to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.network_elements_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.network_elements_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.network_elements_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.network_elements_moid_post_with_http_info(moid, body, **kwargs) return data - def network_elements_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def network_elements_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'networkElement' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def network_elements_moid_post_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_elements_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.network_elements_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElement instance. (required) :param NetworkElement body: networkElement to update (required) - :param str moid2: The moid of the networkElement instance. (required) - :param NetworkElement body2: networkElement to update (required) - :param str moid3: The moid of the networkElement instance. (required) - :param NetworkElement body3: networkElement to update (required) - :param str moid4: The moid of the networkElement instance. (required) - :param NetworkElement body4: networkElement to update (required) - :param str moid5: The moid of the networkElement instance. (required) - :param NetworkElement body5: networkElement to update (required) - :param str moid6: The moid of the networkElement instance. (required) - :param NetworkElement body6: networkElement to update (required) - :param str moid7: The moid of the networkElement instance. (required) - :param NetworkElement body7: networkElement to update (required) - :param str moid8: The moid of the networkElement instance. (required) - :param NetworkElement body8: networkElement to update (required) - :param str moid9: The moid of the networkElement instance. (required) - :param NetworkElement body9: networkElement to update (required) - :param str moid10: The moid of the networkElement instance. (required) - :param NetworkElement body10: networkElement to update (required) - :param str moid11: The moid of the networkElement instance. (required) - :param NetworkElement body11: networkElement to update (required) - :param str moid12: The moid of the networkElement instance. (required) - :param NetworkElement body12: networkElement to update (required) - :param str moid13: The moid of the networkElement instance. (required) - :param NetworkElement body13: networkElement to update (required) - :param str moid14: The moid of the networkElement instance. (required) - :param NetworkElement body14: networkElement to update (required) - :param str moid15: The moid of the networkElement instance. (required) - :param NetworkElement body15: networkElement to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def network_elements_moid_post_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `network_elements_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `network_elements_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `network_elements_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `network_elements_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `network_elements_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `network_elements_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `network_elements_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `network_elements_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `network_elements_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `network_elements_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `network_elements_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `network_elements_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `network_elements_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `network_elements_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `network_elements_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `network_elements_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `network_elements_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `network_elements_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `network_elements_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `network_elements_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `network_elements_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `network_elements_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `network_elements_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `network_elements_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `network_elements_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `network_elements_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `network_elements_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `network_elements_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `network_elements_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def network_elements_moid_post_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def network_elements_moid_post_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/network_element_summary_api.py b/intersight/apis/network_element_summary_api.py index 56e7846b..ffccdae5 100644 --- a/intersight/apis/network_element_summary_api.py +++ b/intersight/apis/network_element_summary_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def network_element_summaries_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: NetworkElementSummaryList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def network_element_summaries_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: NetworkElementSummaryList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def network_element_summaries_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def network_element_summaries_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def network_element_summaries_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def network_element_summaries_moid_get(self, moid, **kwargs): """ Get a specific instance of 'networkElementSummary' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def network_element_summaries_moid_get(self, moid, moid2, moid3, moid4, moid5, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_element_summaries_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.network_element_summaries_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElementSummary instance. (required) - :param str moid2: The moid of the networkElementSummary instance. (required) - :param str moid3: The moid of the networkElementSummary instance. (required) - :param str moid4: The moid of the networkElementSummary instance. (required) - :param str moid5: The moid of the networkElementSummary instance. (required) - :param str moid6: The moid of the networkElementSummary instance. (required) - :param str moid7: The moid of the networkElementSummary instance. (required) - :param str moid8: The moid of the networkElementSummary instance. (required) - :param str moid9: The moid of the networkElementSummary instance. (required) - :param str moid10: The moid of the networkElementSummary instance. (required) - :param str moid11: The moid of the networkElementSummary instance. (required) - :param str moid12: The moid of the networkElementSummary instance. (required) - :param str moid13: The moid of the networkElementSummary instance. (required) - :param str moid14: The moid of the networkElementSummary instance. (required) - :param str moid15: The moid of the networkElementSummary instance. (required) :return: NetworkElementSummary If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.network_element_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.network_element_summaries_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.network_element_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.network_element_summaries_moid_get_with_http_info(moid, **kwargs) return data - def network_element_summaries_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def network_element_summaries_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'networkElementSummary' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def network_element_summaries_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.network_element_summaries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.network_element_summaries_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkElementSummary instance. (required) - :param str moid2: The moid of the networkElementSummary instance. (required) - :param str moid3: The moid of the networkElementSummary instance. (required) - :param str moid4: The moid of the networkElementSummary instance. (required) - :param str moid5: The moid of the networkElementSummary instance. (required) - :param str moid6: The moid of the networkElementSummary instance. (required) - :param str moid7: The moid of the networkElementSummary instance. (required) - :param str moid8: The moid of the networkElementSummary instance. (required) - :param str moid9: The moid of the networkElementSummary instance. (required) - :param str moid10: The moid of the networkElementSummary instance. (required) - :param str moid11: The moid of the networkElementSummary instance. (required) - :param str moid12: The moid of the networkElementSummary instance. (required) - :param str moid13: The moid of the networkElementSummary instance. (required) - :param str moid14: The moid of the networkElementSummary instance. (required) - :param str moid15: The moid of the networkElementSummary instance. (required) :return: NetworkElementSummary If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def network_element_summaries_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `network_element_summaries_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `network_element_summaries_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def network_element_summaries_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/networkconfig_policy_api.py b/intersight/apis/networkconfig_policy_api.py index c214eaac..fd7e8fac 100644 --- a/intersight/apis/networkconfig_policy_api.py +++ b/intersight/apis/networkconfig_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def networkconfig_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: NetworkconfigPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def networkconfig_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: NetworkconfigPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def networkconfig_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def networkconfig_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def networkconfig_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def networkconfig_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def networkconfig_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.networkconfig_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.networkconfig_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.networkconfig_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.networkconfig_policies_moid_delete_with_http_info(moid, **kwargs) return data - def networkconfig_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def networkconfig_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def networkconfig_policies_moid_delete_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def networkconfig_policies_moid_delete_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `networkconfig_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `networkconfig_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def networkconfig_policies_moid_delete_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def networkconfig_policies_moid_delete_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def networkconfig_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def networkconfig_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def networkconfig_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) :return: NetworkconfigPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.networkconfig_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.networkconfig_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.networkconfig_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.networkconfig_policies_moid_get_with_http_info(moid, **kwargs) return data - def networkconfig_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def networkconfig_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def networkconfig_policies_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) :return: NetworkconfigPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def networkconfig_policies_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `networkconfig_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `networkconfig_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def networkconfig_policies_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def networkconfig_policies_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def networkconfig_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def networkconfig_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def networkconfig_policies_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) :param NetworkconfigPolicy body: networkconfigPolicy to update (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body2: networkconfigPolicy to update (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body3: networkconfigPolicy to update (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body4: networkconfigPolicy to update (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body5: networkconfigPolicy to update (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body6: networkconfigPolicy to update (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body7: networkconfigPolicy to update (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body8: networkconfigPolicy to update (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body9: networkconfigPolicy to update (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body10: networkconfigPolicy to update (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body11: networkconfigPolicy to update (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body12: networkconfigPolicy to update (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body13: networkconfigPolicy to update (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body14: networkconfigPolicy to update (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body15: networkconfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.networkconfig_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.networkconfig_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.networkconfig_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.networkconfig_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def networkconfig_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def networkconfig_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def networkconfig_policies_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) :param NetworkconfigPolicy body: networkconfigPolicy to update (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body2: networkconfigPolicy to update (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body3: networkconfigPolicy to update (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body4: networkconfigPolicy to update (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body5: networkconfigPolicy to update (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body6: networkconfigPolicy to update (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body7: networkconfigPolicy to update (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body8: networkconfigPolicy to update (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body9: networkconfigPolicy to update (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body10: networkconfigPolicy to update (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body11: networkconfigPolicy to update (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body12: networkconfigPolicy to update (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body13: networkconfigPolicy to update (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body14: networkconfigPolicy to update (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body15: networkconfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def networkconfig_policies_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `networkconfig_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `networkconfig_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def networkconfig_policies_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def networkconfig_policies_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def networkconfig_policies_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def networkconfig_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def networkconfig_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def networkconfig_policies_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) :param NetworkconfigPolicy body: networkconfigPolicy to update (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body2: networkconfigPolicy to update (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body3: networkconfigPolicy to update (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body4: networkconfigPolicy to update (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body5: networkconfigPolicy to update (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body6: networkconfigPolicy to update (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body7: networkconfigPolicy to update (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body8: networkconfigPolicy to update (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body9: networkconfigPolicy to update (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body10: networkconfigPolicy to update (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body11: networkconfigPolicy to update (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body12: networkconfigPolicy to update (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body13: networkconfigPolicy to update (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body14: networkconfigPolicy to update (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body15: networkconfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.networkconfig_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.networkconfig_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.networkconfig_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.networkconfig_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def networkconfig_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def networkconfig_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def networkconfig_policies_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.networkconfig_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the networkconfigPolicy instance. (required) :param NetworkconfigPolicy body: networkconfigPolicy to update (required) - :param str moid2: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body2: networkconfigPolicy to update (required) - :param str moid3: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body3: networkconfigPolicy to update (required) - :param str moid4: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body4: networkconfigPolicy to update (required) - :param str moid5: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body5: networkconfigPolicy to update (required) - :param str moid6: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body6: networkconfigPolicy to update (required) - :param str moid7: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body7: networkconfigPolicy to update (required) - :param str moid8: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body8: networkconfigPolicy to update (required) - :param str moid9: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body9: networkconfigPolicy to update (required) - :param str moid10: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body10: networkconfigPolicy to update (required) - :param str moid11: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body11: networkconfigPolicy to update (required) - :param str moid12: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body12: networkconfigPolicy to update (required) - :param str moid13: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body13: networkconfigPolicy to update (required) - :param str moid14: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body14: networkconfigPolicy to update (required) - :param str moid15: The moid of the networkconfigPolicy instance. (required) - :param NetworkconfigPolicy body15: networkconfigPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def networkconfig_policies_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `networkconfig_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `networkconfig_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def networkconfig_policies_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def networkconfig_policies_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def networkconfig_policies_moid_post_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def networkconfig_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def networkconfig_policies_post(self, body, **kwargs): """ Create an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def networkconfig_policies_post(self, body, body2, body3, body4, body5, body6, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.networkconfig_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param NetworkconfigPolicy body: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body2: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body3: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body4: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body5: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body6: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body7: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body8: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body9: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body10: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body11: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body12: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body13: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body14: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body15: networkconfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.networkconfig_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.networkconfig_policies_post_with_http_info(body, **kwargs) else: - (data) = self.networkconfig_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.networkconfig_policies_post_with_http_info(body, **kwargs) return data - def networkconfig_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def networkconfig_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'networkconfigPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def networkconfig_policies_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.networkconfig_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.networkconfig_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param NetworkconfigPolicy body: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body2: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body3: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body4: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body5: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body6: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body7: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body8: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body9: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body10: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body11: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body12: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body13: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body14: networkconfigPolicy to add (required) - :param NetworkconfigPolicy body15: networkconfigPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def networkconfig_policies_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `networkconfig_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `networkconfig_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `networkconfig_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `networkconfig_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `networkconfig_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `networkconfig_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `networkconfig_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `networkconfig_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `networkconfig_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `networkconfig_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `networkconfig_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `networkconfig_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `networkconfig_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `networkconfig_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `networkconfig_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def networkconfig_policies_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/ntp_policy_api.py b/intersight/apis/ntp_policy_api.py index a5637896..c85e0212 100644 --- a/intersight/apis/ntp_policy_api.py +++ b/intersight/apis/ntp_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def ntp_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: NtpPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def ntp_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: NtpPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def ntp_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def ntp_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ntp_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ntp_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def ntp_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ntp_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param str moid15: The moid of the ntpPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ntp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ntp_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.ntp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ntp_policies_moid_delete_with_http_info(moid, **kwargs) return data - def ntp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ntp_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def ntp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ntp_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param str moid15: The moid of the ntpPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def ntp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ntp_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ntp_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def ntp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def ntp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ntp_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ntp_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def ntp_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ntp_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param str moid15: The moid of the ntpPolicy instance. (required) :return: NtpPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ntp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ntp_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.ntp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ntp_policies_moid_get_with_http_info(moid, **kwargs) return data - def ntp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ntp_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def ntp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ntp_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param str moid15: The moid of the ntpPolicy instance. (required) :return: NtpPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def ntp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ntp_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ntp_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def ntp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def ntp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ntp_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ntp_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def ntp_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ntp_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) :param NtpPolicy body: ntpPolicy to update (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body2: ntpPolicy to update (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body3: ntpPolicy to update (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body4: ntpPolicy to update (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body5: ntpPolicy to update (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body6: ntpPolicy to update (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body7: ntpPolicy to update (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body8: ntpPolicy to update (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body9: ntpPolicy to update (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body10: ntpPolicy to update (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body11: ntpPolicy to update (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body12: ntpPolicy to update (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body13: ntpPolicy to update (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body14: ntpPolicy to update (required) - :param str moid15: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body15: ntpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ntp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ntp_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.ntp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ntp_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def ntp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ntp_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def ntp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ntp_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) :param NtpPolicy body: ntpPolicy to update (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body2: ntpPolicy to update (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body3: ntpPolicy to update (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body4: ntpPolicy to update (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body5: ntpPolicy to update (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body6: ntpPolicy to update (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body7: ntpPolicy to update (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body8: ntpPolicy to update (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body9: ntpPolicy to update (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body10: ntpPolicy to update (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body11: ntpPolicy to update (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body12: ntpPolicy to update (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body13: ntpPolicy to update (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body14: ntpPolicy to update (required) - :param str moid15: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body15: ntpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def ntp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ntp_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ntp_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def ntp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def ntp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def ntp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ntp_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ntp_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def ntp_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ntp_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) :param NtpPolicy body: ntpPolicy to update (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body2: ntpPolicy to update (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body3: ntpPolicy to update (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body4: ntpPolicy to update (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body5: ntpPolicy to update (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body6: ntpPolicy to update (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body7: ntpPolicy to update (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body8: ntpPolicy to update (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body9: ntpPolicy to update (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body10: ntpPolicy to update (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body11: ntpPolicy to update (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body12: ntpPolicy to update (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body13: ntpPolicy to update (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body14: ntpPolicy to update (required) - :param str moid15: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body15: ntpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ntp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ntp_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.ntp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ntp_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def ntp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ntp_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def ntp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ntp_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the ntpPolicy instance. (required) :param NtpPolicy body: ntpPolicy to update (required) - :param str moid2: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body2: ntpPolicy to update (required) - :param str moid3: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body3: ntpPolicy to update (required) - :param str moid4: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body4: ntpPolicy to update (required) - :param str moid5: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body5: ntpPolicy to update (required) - :param str moid6: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body6: ntpPolicy to update (required) - :param str moid7: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body7: ntpPolicy to update (required) - :param str moid8: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body8: ntpPolicy to update (required) - :param str moid9: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body9: ntpPolicy to update (required) - :param str moid10: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body10: ntpPolicy to update (required) - :param str moid11: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body11: ntpPolicy to update (required) - :param str moid12: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body12: ntpPolicy to update (required) - :param str moid13: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body13: ntpPolicy to update (required) - :param str moid14: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body14: ntpPolicy to update (required) - :param str moid15: The moid of the ntpPolicy instance. (required) - :param NtpPolicy body15: ntpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def ntp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ntp_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ntp_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ntp_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def ntp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def ntp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def ntp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ntp_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def ntp_policies_post(self, body, **kwargs): """ Create an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def ntp_policies_post(self, body, body2, body3, body4, body5, body6, body7, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.ntp_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param NtpPolicy body: ntpPolicy to add (required) - :param NtpPolicy body2: ntpPolicy to add (required) - :param NtpPolicy body3: ntpPolicy to add (required) - :param NtpPolicy body4: ntpPolicy to add (required) - :param NtpPolicy body5: ntpPolicy to add (required) - :param NtpPolicy body6: ntpPolicy to add (required) - :param NtpPolicy body7: ntpPolicy to add (required) - :param NtpPolicy body8: ntpPolicy to add (required) - :param NtpPolicy body9: ntpPolicy to add (required) - :param NtpPolicy body10: ntpPolicy to add (required) - :param NtpPolicy body11: ntpPolicy to add (required) - :param NtpPolicy body12: ntpPolicy to add (required) - :param NtpPolicy body13: ntpPolicy to add (required) - :param NtpPolicy body14: ntpPolicy to add (required) - :param NtpPolicy body15: ntpPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ntp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.ntp_policies_post_with_http_info(body, **kwargs) else: - (data) = self.ntp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.ntp_policies_post_with_http_info(body, **kwargs) return data - def ntp_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def ntp_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'ntpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def ntp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ntp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.ntp_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param NtpPolicy body: ntpPolicy to add (required) - :param NtpPolicy body2: ntpPolicy to add (required) - :param NtpPolicy body3: ntpPolicy to add (required) - :param NtpPolicy body4: ntpPolicy to add (required) - :param NtpPolicy body5: ntpPolicy to add (required) - :param NtpPolicy body6: ntpPolicy to add (required) - :param NtpPolicy body7: ntpPolicy to add (required) - :param NtpPolicy body8: ntpPolicy to add (required) - :param NtpPolicy body9: ntpPolicy to add (required) - :param NtpPolicy body10: ntpPolicy to add (required) - :param NtpPolicy body11: ntpPolicy to add (required) - :param NtpPolicy body12: ntpPolicy to add (required) - :param NtpPolicy body13: ntpPolicy to add (required) - :param NtpPolicy body14: ntpPolicy to add (required) - :param NtpPolicy body15: ntpPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def ntp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ntp_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ntp_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ntp_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ntp_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ntp_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ntp_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ntp_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ntp_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ntp_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ntp_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ntp_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ntp_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ntp_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ntp_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ntp_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def ntp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/oauth_oauth_user_api.py b/intersight/apis/oauth_oauth_user_api.py index b32ab7ac..5b1d9a73 100644 --- a/intersight/apis/oauth_oauth_user_api.py +++ b/intersight/apis/oauth_oauth_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def oauth_oauth_users_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: OauthOauthUserList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def oauth_oauth_users_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: OauthOauthUserList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def oauth_oauth_users_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def oauth_oauth_users_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def oauth_oauth_users_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def oauth_oauth_users_moid_delete(self, moid, **kwargs): """ Delete an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def oauth_oauth_users_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.oauth_oauth_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.oauth_oauth_users_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.oauth_oauth_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.oauth_oauth_users_moid_delete_with_http_info(moid, **kwargs) return data - def oauth_oauth_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def oauth_oauth_users_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def oauth_oauth_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def oauth_oauth_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `oauth_oauth_users_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `oauth_oauth_users_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def oauth_oauth_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def oauth_oauth_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def oauth_oauth_users_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def oauth_oauth_users_moid_get(self, moid, **kwargs): """ Get a specific instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def oauth_oauth_users_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) :return: OauthOauthUser If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.oauth_oauth_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.oauth_oauth_users_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.oauth_oauth_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.oauth_oauth_users_moid_get_with_http_info(moid, **kwargs) return data - def oauth_oauth_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def oauth_oauth_users_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def oauth_oauth_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) :return: OauthOauthUser If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def oauth_oauth_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `oauth_oauth_users_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `oauth_oauth_users_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def oauth_oauth_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def oauth_oauth_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def oauth_oauth_users_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def oauth_oauth_users_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def oauth_oauth_users_moid_patch(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) :param OauthOauthUser body: oauthOauthUser to update (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body2: oauthOauthUser to update (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body3: oauthOauthUser to update (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body4: oauthOauthUser to update (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body5: oauthOauthUser to update (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body6: oauthOauthUser to update (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body7: oauthOauthUser to update (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body8: oauthOauthUser to update (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body9: oauthOauthUser to update (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body10: oauthOauthUser to update (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body11: oauthOauthUser to update (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body12: oauthOauthUser to update (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body13: oauthOauthUser to update (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body14: oauthOauthUser to update (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body15: oauthOauthUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.oauth_oauth_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.oauth_oauth_users_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.oauth_oauth_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.oauth_oauth_users_moid_patch_with_http_info(moid, body, **kwargs) return data - def oauth_oauth_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def oauth_oauth_users_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def oauth_oauth_users_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) :param OauthOauthUser body: oauthOauthUser to update (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body2: oauthOauthUser to update (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body3: oauthOauthUser to update (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body4: oauthOauthUser to update (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body5: oauthOauthUser to update (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body6: oauthOauthUser to update (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body7: oauthOauthUser to update (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body8: oauthOauthUser to update (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body9: oauthOauthUser to update (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body10: oauthOauthUser to update (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body11: oauthOauthUser to update (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body12: oauthOauthUser to update (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body13: oauthOauthUser to update (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body14: oauthOauthUser to update (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body15: oauthOauthUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def oauth_oauth_users_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `oauth_oauth_users_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `oauth_oauth_users_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def oauth_oauth_users_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def oauth_oauth_users_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def oauth_oauth_users_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def oauth_oauth_users_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def oauth_oauth_users_moid_post(self, moid, body, **kwargs): """ Update an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def oauth_oauth_users_moid_post(self, moid, body, moid2, body2, moid3, body3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) :param OauthOauthUser body: oauthOauthUser to update (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body2: oauthOauthUser to update (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body3: oauthOauthUser to update (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body4: oauthOauthUser to update (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body5: oauthOauthUser to update (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body6: oauthOauthUser to update (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body7: oauthOauthUser to update (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body8: oauthOauthUser to update (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body9: oauthOauthUser to update (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body10: oauthOauthUser to update (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body11: oauthOauthUser to update (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body12: oauthOauthUser to update (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body13: oauthOauthUser to update (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body14: oauthOauthUser to update (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body15: oauthOauthUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.oauth_oauth_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.oauth_oauth_users_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.oauth_oauth_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.oauth_oauth_users_moid_post_with_http_info(moid, body, **kwargs) return data - def oauth_oauth_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def oauth_oauth_users_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def oauth_oauth_users_moid_post_with_http_info(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.oauth_oauth_users_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the oauthOauthUser instance. (required) :param OauthOauthUser body: oauthOauthUser to update (required) - :param str moid2: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body2: oauthOauthUser to update (required) - :param str moid3: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body3: oauthOauthUser to update (required) - :param str moid4: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body4: oauthOauthUser to update (required) - :param str moid5: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body5: oauthOauthUser to update (required) - :param str moid6: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body6: oauthOauthUser to update (required) - :param str moid7: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body7: oauthOauthUser to update (required) - :param str moid8: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body8: oauthOauthUser to update (required) - :param str moid9: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body9: oauthOauthUser to update (required) - :param str moid10: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body10: oauthOauthUser to update (required) - :param str moid11: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body11: oauthOauthUser to update (required) - :param str moid12: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body12: oauthOauthUser to update (required) - :param str moid13: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body13: oauthOauthUser to update (required) - :param str moid14: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body14: oauthOauthUser to update (required) - :param str moid15: The moid of the oauthOauthUser instance. (required) - :param OauthOauthUser body15: oauthOauthUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def oauth_oauth_users_moid_post_with_http_info(self, moid, body, moid2, body2, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `oauth_oauth_users_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `oauth_oauth_users_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def oauth_oauth_users_moid_post_with_http_info(self, moid, body, moid2, body2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def oauth_oauth_users_moid_post_with_http_info(self, moid, body, moid2, body2, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def oauth_oauth_users_moid_post_with_http_info(self, moid, body, moid2, body2, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def oauth_oauth_users_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def oauth_oauth_users_post(self, body, **kwargs): """ Create an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def oauth_oauth_users_post(self, body, body2, body3, body4, body5, body6, body7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.oauth_oauth_users_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param OauthOauthUser body: oauthOauthUser to add (required) - :param OauthOauthUser body2: oauthOauthUser to add (required) - :param OauthOauthUser body3: oauthOauthUser to add (required) - :param OauthOauthUser body4: oauthOauthUser to add (required) - :param OauthOauthUser body5: oauthOauthUser to add (required) - :param OauthOauthUser body6: oauthOauthUser to add (required) - :param OauthOauthUser body7: oauthOauthUser to add (required) - :param OauthOauthUser body8: oauthOauthUser to add (required) - :param OauthOauthUser body9: oauthOauthUser to add (required) - :param OauthOauthUser body10: oauthOauthUser to add (required) - :param OauthOauthUser body11: oauthOauthUser to add (required) - :param OauthOauthUser body12: oauthOauthUser to add (required) - :param OauthOauthUser body13: oauthOauthUser to add (required) - :param OauthOauthUser body14: oauthOauthUser to add (required) - :param OauthOauthUser body15: oauthOauthUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.oauth_oauth_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.oauth_oauth_users_post_with_http_info(body, **kwargs) else: - (data) = self.oauth_oauth_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.oauth_oauth_users_post_with_http_info(body, **kwargs) return data - def oauth_oauth_users_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def oauth_oauth_users_post_with_http_info(self, body, **kwargs): """ Create an instance of 'oauthOauthUser' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def oauth_oauth_users_post_with_http_info(self, body, body2, body3, body4, body5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.oauth_oauth_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.oauth_oauth_users_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param OauthOauthUser body: oauthOauthUser to add (required) - :param OauthOauthUser body2: oauthOauthUser to add (required) - :param OauthOauthUser body3: oauthOauthUser to add (required) - :param OauthOauthUser body4: oauthOauthUser to add (required) - :param OauthOauthUser body5: oauthOauthUser to add (required) - :param OauthOauthUser body6: oauthOauthUser to add (required) - :param OauthOauthUser body7: oauthOauthUser to add (required) - :param OauthOauthUser body8: oauthOauthUser to add (required) - :param OauthOauthUser body9: oauthOauthUser to add (required) - :param OauthOauthUser body10: oauthOauthUser to add (required) - :param OauthOauthUser body11: oauthOauthUser to add (required) - :param OauthOauthUser body12: oauthOauthUser to add (required) - :param OauthOauthUser body13: oauthOauthUser to add (required) - :param OauthOauthUser body14: oauthOauthUser to add (required) - :param OauthOauthUser body15: oauthOauthUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def oauth_oauth_users_post_with_http_info(self, body, body2, body3, body4, body5 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `oauth_oauth_users_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `oauth_oauth_users_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def oauth_oauth_users_post_with_http_info(self, body, body2, body3, body4, body5 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/packagemanagement_connector_deploy_policy_api.py b/intersight/apis/packagemanagement_connector_deploy_policy_api.py deleted file mode 100644 index 97034d2c..00000000 --- a/intersight/apis/packagemanagement_connector_deploy_policy_api.py +++ /dev/null @@ -1,708 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class PackagemanagementConnectorDeployPolicyApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def packagemanagement_connector_deploy_policies_get(self, **kwargs): - """ - List of packagemanagementConnectorDeployPolicies - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PackagemanagementConnectorDeployPolicyList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_deploy_policies_get_with_http_info(**kwargs) - else: - (data) = self.packagemanagement_connector_deploy_policies_get_with_http_info(**kwargs) - return data - - def packagemanagement_connector_deploy_policies_get_with_http_info(self, **kwargs): - """ - List of packagemanagementConnectorDeployPolicies - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PackagemanagementConnectorDeployPolicyList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_deploy_policies_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorDeployPolicies', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PackagemanagementConnectorDeployPolicyList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_deploy_policies_moid_delete(self, moid, **kwargs): - """ - Delete an instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_delete(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_deploy_policies_moid_delete_with_http_info(moid, **kwargs) - else: - (data) = self.packagemanagement_connector_deploy_policies_moid_delete_with_http_info(moid, **kwargs) - return data - - def packagemanagement_connector_deploy_policies_moid_delete_with_http_info(self, moid, **kwargs): - """ - Delete an instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_delete_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_deploy_policies_moid_delete" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_deploy_policies_moid_delete`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorDeployPolicies/{moid}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_deploy_policies_moid_get(self, moid, **kwargs): - """ - A instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :return: PackagemanagementConnectorDeployPolicy - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_deploy_policies_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.packagemanagement_connector_deploy_policies_moid_get_with_http_info(moid, **kwargs) - return data - - def packagemanagement_connector_deploy_policies_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :return: PackagemanagementConnectorDeployPolicy - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_deploy_policies_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_deploy_policies_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorDeployPolicies/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PackagemanagementConnectorDeployPolicy', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_deploy_policies_moid_patch(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_patch(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :param PackagemanagementConnectorDeployPolicy body: packagemanagementConnectorDeployPolicy to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_deploy_policies_moid_patch_with_http_info(moid, body, **kwargs) - else: - (data) = self.packagemanagement_connector_deploy_policies_moid_patch_with_http_info(moid, body, **kwargs) - return data - - def packagemanagement_connector_deploy_policies_moid_patch_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_patch_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :param PackagemanagementConnectorDeployPolicy body: packagemanagementConnectorDeployPolicy to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_deploy_policies_moid_patch" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_deploy_policies_moid_patch`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `packagemanagement_connector_deploy_policies_moid_patch`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorDeployPolicies/{moid}', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_deploy_policies_moid_post(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_post(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :param PackagemanagementConnectorDeployPolicy body: packagemanagementConnectorDeployPolicy to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_deploy_policies_moid_post_with_http_info(moid, body, **kwargs) - else: - (data) = self.packagemanagement_connector_deploy_policies_moid_post_with_http_info(moid, body, **kwargs) - return data - - def packagemanagement_connector_deploy_policies_moid_post_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_moid_post_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorDeployPolicy instance. (required) - :param PackagemanagementConnectorDeployPolicy body: packagemanagementConnectorDeployPolicy to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_deploy_policies_moid_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_deploy_policies_moid_post`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `packagemanagement_connector_deploy_policies_moid_post`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorDeployPolicies/{moid}', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_deploy_policies_post(self, body, **kwargs): - """ - Create a packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param PackagemanagementConnectorDeployPolicy body: packagemanagementConnectorDeployPolicy to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_deploy_policies_post_with_http_info(body, **kwargs) - else: - (data) = self.packagemanagement_connector_deploy_policies_post_with_http_info(body, **kwargs) - return data - - def packagemanagement_connector_deploy_policies_post_with_http_info(self, body, **kwargs): - """ - Create a packagemanagementConnectorDeployPolicy - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_deploy_policies_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param PackagemanagementConnectorDeployPolicy body: packagemanagementConnectorDeployPolicy to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_deploy_policies_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `packagemanagement_connector_deploy_policies_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorDeployPolicies', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/packagemanagement_connector_image_api.py b/intersight/apis/packagemanagement_connector_image_api.py deleted file mode 100644 index f897599b..00000000 --- a/intersight/apis/packagemanagement_connector_image_api.py +++ /dev/null @@ -1,486 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class PackagemanagementConnectorImageApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def packagemanagement_connector_images_get(self, **kwargs): - """ - List of packagemanagementConnectorImages - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PackagemanagementConnectorImageList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_images_get_with_http_info(**kwargs) - else: - (data) = self.packagemanagement_connector_images_get_with_http_info(**kwargs) - return data - - def packagemanagement_connector_images_get_with_http_info(self, **kwargs): - """ - List of packagemanagementConnectorImages - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PackagemanagementConnectorImageList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_images_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorImages', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PackagemanagementConnectorImageList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_images_moid_delete(self, moid, **kwargs): - """ - Delete an instance of packagemanagementConnectorImage - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_moid_delete(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorImage instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_images_moid_delete_with_http_info(moid, **kwargs) - else: - (data) = self.packagemanagement_connector_images_moid_delete_with_http_info(moid, **kwargs) - return data - - def packagemanagement_connector_images_moid_delete_with_http_info(self, moid, **kwargs): - """ - Delete an instance of packagemanagementConnectorImage - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_moid_delete_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorImage instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_images_moid_delete" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_images_moid_delete`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorImages/{moid}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_images_moid_get(self, moid, **kwargs): - """ - A instance of packagemanagementConnectorImage - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorImage instance. (required) - :return: PackagemanagementConnectorImage - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_images_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.packagemanagement_connector_images_moid_get_with_http_info(moid, **kwargs) - return data - - def packagemanagement_connector_images_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of packagemanagementConnectorImage - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorImage instance. (required) - :return: PackagemanagementConnectorImage - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_images_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_images_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorImages/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PackagemanagementConnectorImage', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_images_post(self, body, **kwargs): - """ - Create a packagemanagementConnectorImage - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param PackagemanagementConnectorImage body: packagemanagementConnectorImage to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_images_post_with_http_info(body, **kwargs) - else: - (data) = self.packagemanagement_connector_images_post_with_http_info(body, **kwargs) - return data - - def packagemanagement_connector_images_post_with_http_info(self, body, **kwargs): - """ - Create a packagemanagementConnectorImage - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_images_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param PackagemanagementConnectorImage body: packagemanagementConnectorImage to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_images_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `packagemanagement_connector_images_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorImages', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/packagemanagement_connector_install_api.py b/intersight/apis/packagemanagement_connector_install_api.py deleted file mode 100644 index d1be019a..00000000 --- a/intersight/apis/packagemanagement_connector_install_api.py +++ /dev/null @@ -1,708 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class PackagemanagementConnectorInstallApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def packagemanagement_connector_installs_get(self, **kwargs): - """ - List of packagemanagementConnectorInstalls - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PackagemanagementConnectorInstallList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_installs_get_with_http_info(**kwargs) - else: - (data) = self.packagemanagement_connector_installs_get_with_http_info(**kwargs) - return data - - def packagemanagement_connector_installs_get_with_http_info(self, **kwargs): - """ - List of packagemanagementConnectorInstalls - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PackagemanagementConnectorInstallList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_installs_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorInstalls', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PackagemanagementConnectorInstallList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_installs_moid_delete(self, moid, **kwargs): - """ - Delete an instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_delete(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_installs_moid_delete_with_http_info(moid, **kwargs) - else: - (data) = self.packagemanagement_connector_installs_moid_delete_with_http_info(moid, **kwargs) - return data - - def packagemanagement_connector_installs_moid_delete_with_http_info(self, moid, **kwargs): - """ - Delete an instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_delete_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_installs_moid_delete" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_installs_moid_delete`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorInstalls/{moid}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_installs_moid_get(self, moid, **kwargs): - """ - A instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :return: PackagemanagementConnectorInstall - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_installs_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.packagemanagement_connector_installs_moid_get_with_http_info(moid, **kwargs) - return data - - def packagemanagement_connector_installs_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :return: PackagemanagementConnectorInstall - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_installs_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_installs_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorInstalls/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PackagemanagementConnectorInstall', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_installs_moid_patch(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_patch(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :param PackagemanagementConnectorInstall body: packagemanagementConnectorInstall to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_installs_moid_patch_with_http_info(moid, body, **kwargs) - else: - (data) = self.packagemanagement_connector_installs_moid_patch_with_http_info(moid, body, **kwargs) - return data - - def packagemanagement_connector_installs_moid_patch_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_patch_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :param PackagemanagementConnectorInstall body: packagemanagementConnectorInstall to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_installs_moid_patch" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_installs_moid_patch`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `packagemanagement_connector_installs_moid_patch`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorInstalls/{moid}', 'PATCH', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_installs_moid_post(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_post(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :param PackagemanagementConnectorInstall body: packagemanagementConnectorInstall to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_installs_moid_post_with_http_info(moid, body, **kwargs) - else: - (data) = self.packagemanagement_connector_installs_moid_post_with_http_info(moid, body, **kwargs) - return data - - def packagemanagement_connector_installs_moid_post_with_http_info(self, moid, body, **kwargs): - """ - Update an instance of packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_moid_post_with_http_info(moid, body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the packagemanagementConnectorInstall instance. (required) - :param PackagemanagementConnectorInstall body: packagemanagementConnectorInstall to update (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid', 'body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_installs_moid_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `packagemanagement_connector_installs_moid_post`") - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `packagemanagement_connector_installs_moid_post`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorInstalls/{moid}', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def packagemanagement_connector_installs_post(self, body, **kwargs): - """ - Create a packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param PackagemanagementConnectorInstall body: packagemanagementConnectorInstall to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.packagemanagement_connector_installs_post_with_http_info(body, **kwargs) - else: - (data) = self.packagemanagement_connector_installs_post_with_http_info(body, **kwargs) - return data - - def packagemanagement_connector_installs_post_with_http_info(self, body, **kwargs): - """ - Create a packagemanagementConnectorInstall - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.packagemanagement_connector_installs_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param PackagemanagementConnectorInstall body: packagemanagementConnectorInstall to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method packagemanagement_connector_installs_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `packagemanagement_connector_installs_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/packagemanagement/ConnectorInstalls', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/pci_device_api.py b/intersight/apis/pci_device_api.py index a93076e6..cf88b787 100644 --- a/intersight/apis/pci_device_api.py +++ b/intersight/apis/pci_device_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/policy_policy_meta_api.py b/intersight/apis/policy_policy_meta_api.py deleted file mode 100644 index fc2580b9..00000000 --- a/intersight/apis/policy_policy_meta_api.py +++ /dev/null @@ -1,278 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class PolicyPolicyMetaApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def policy_policy_meta_get(self, **kwargs): - """ - List of policyPolicyMeta - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.policy_policy_meta_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PolicyPolicyMetaList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.policy_policy_meta_get_with_http_info(**kwargs) - else: - (data) = self.policy_policy_meta_get_with_http_info(**kwargs) - return data - - def policy_policy_meta_get_with_http_info(self, **kwargs): - """ - List of policyPolicyMeta - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.policy_policy_meta_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: PolicyPolicyMetaList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method policy_policy_meta_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/policy/PolicyMeta', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PolicyPolicyMetaList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def policy_policy_meta_moid_get(self, moid, **kwargs): - """ - A instance of policyPolicyMeta - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.policy_policy_meta_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the policyPolicyMeta instance. (required) - :return: PolicyPolicyMeta - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.policy_policy_meta_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.policy_policy_meta_moid_get_with_http_info(moid, **kwargs) - return data - - def policy_policy_meta_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of policyPolicyMeta - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.policy_policy_meta_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the policyPolicyMeta instance. (required) - :return: PolicyPolicyMeta - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method policy_policy_meta_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `policy_policy_meta_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/policy/PolicyMeta/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='PolicyPolicyMeta', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/port_group_api.py b/intersight/apis/port_group_api.py index d4ea73b9..0a272ab1 100644 --- a/intersight/apis/port_group_api.py +++ b/intersight/apis/port_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def port_groups_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: PortGroupList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def port_groups_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: PortGroupList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def port_groups_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def port_groups_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def port_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def port_groups_moid_get(self, moid, **kwargs): """ Get a specific instance of 'portGroup' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def port_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_groups_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.port_groups_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portGroup instance. (required) - :param str moid2: The moid of the portGroup instance. (required) - :param str moid3: The moid of the portGroup instance. (required) - :param str moid4: The moid of the portGroup instance. (required) - :param str moid5: The moid of the portGroup instance. (required) - :param str moid6: The moid of the portGroup instance. (required) - :param str moid7: The moid of the portGroup instance. (required) - :param str moid8: The moid of the portGroup instance. (required) - :param str moid9: The moid of the portGroup instance. (required) - :param str moid10: The moid of the portGroup instance. (required) - :param str moid11: The moid of the portGroup instance. (required) - :param str moid12: The moid of the portGroup instance. (required) - :param str moid13: The moid of the portGroup instance. (required) - :param str moid14: The moid of the portGroup instance. (required) - :param str moid15: The moid of the portGroup instance. (required) :return: PortGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.port_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.port_groups_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.port_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.port_groups_moid_get_with_http_info(moid, **kwargs) return data - def port_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def port_groups_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'portGroup' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def port_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.port_groups_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portGroup instance. (required) - :param str moid2: The moid of the portGroup instance. (required) - :param str moid3: The moid of the portGroup instance. (required) - :param str moid4: The moid of the portGroup instance. (required) - :param str moid5: The moid of the portGroup instance. (required) - :param str moid6: The moid of the portGroup instance. (required) - :param str moid7: The moid of the portGroup instance. (required) - :param str moid8: The moid of the portGroup instance. (required) - :param str moid9: The moid of the portGroup instance. (required) - :param str moid10: The moid of the portGroup instance. (required) - :param str moid11: The moid of the portGroup instance. (required) - :param str moid12: The moid of the portGroup instance. (required) - :param str moid13: The moid of the portGroup instance. (required) - :param str moid14: The moid of the portGroup instance. (required) - :param str moid15: The moid of the portGroup instance. (required) :return: PortGroup If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def port_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `port_groups_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `port_groups_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `port_groups_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `port_groups_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `port_groups_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `port_groups_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `port_groups_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `port_groups_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `port_groups_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `port_groups_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `port_groups_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `port_groups_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `port_groups_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `port_groups_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `port_groups_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def port_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def port_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def port_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_groups_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'portGroup' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def port_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_groups_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_groups_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portGroup instance. (required) :param PortGroup body: portGroup to update (required) - :param str moid2: The moid of the portGroup instance. (required) - :param PortGroup body2: portGroup to update (required) - :param str moid3: The moid of the portGroup instance. (required) - :param PortGroup body3: portGroup to update (required) - :param str moid4: The moid of the portGroup instance. (required) - :param PortGroup body4: portGroup to update (required) - :param str moid5: The moid of the portGroup instance. (required) - :param PortGroup body5: portGroup to update (required) - :param str moid6: The moid of the portGroup instance. (required) - :param PortGroup body6: portGroup to update (required) - :param str moid7: The moid of the portGroup instance. (required) - :param PortGroup body7: portGroup to update (required) - :param str moid8: The moid of the portGroup instance. (required) - :param PortGroup body8: portGroup to update (required) - :param str moid9: The moid of the portGroup instance. (required) - :param PortGroup body9: portGroup to update (required) - :param str moid10: The moid of the portGroup instance. (required) - :param PortGroup body10: portGroup to update (required) - :param str moid11: The moid of the portGroup instance. (required) - :param PortGroup body11: portGroup to update (required) - :param str moid12: The moid of the portGroup instance. (required) - :param PortGroup body12: portGroup to update (required) - :param str moid13: The moid of the portGroup instance. (required) - :param PortGroup body13: portGroup to update (required) - :param str moid14: The moid of the portGroup instance. (required) - :param PortGroup body14: portGroup to update (required) - :param str moid15: The moid of the portGroup instance. (required) - :param PortGroup body15: portGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.port_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.port_groups_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.port_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.port_groups_moid_patch_with_http_info(moid, body, **kwargs) return data - def port_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_groups_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'portGroup' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def port_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_groups_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portGroup instance. (required) :param PortGroup body: portGroup to update (required) - :param str moid2: The moid of the portGroup instance. (required) - :param PortGroup body2: portGroup to update (required) - :param str moid3: The moid of the portGroup instance. (required) - :param PortGroup body3: portGroup to update (required) - :param str moid4: The moid of the portGroup instance. (required) - :param PortGroup body4: portGroup to update (required) - :param str moid5: The moid of the portGroup instance. (required) - :param PortGroup body5: portGroup to update (required) - :param str moid6: The moid of the portGroup instance. (required) - :param PortGroup body6: portGroup to update (required) - :param str moid7: The moid of the portGroup instance. (required) - :param PortGroup body7: portGroup to update (required) - :param str moid8: The moid of the portGroup instance. (required) - :param PortGroup body8: portGroup to update (required) - :param str moid9: The moid of the portGroup instance. (required) - :param PortGroup body9: portGroup to update (required) - :param str moid10: The moid of the portGroup instance. (required) - :param PortGroup body10: portGroup to update (required) - :param str moid11: The moid of the portGroup instance. (required) - :param PortGroup body11: portGroup to update (required) - :param str moid12: The moid of the portGroup instance. (required) - :param PortGroup body12: portGroup to update (required) - :param str moid13: The moid of the portGroup instance. (required) - :param PortGroup body13: portGroup to update (required) - :param str moid14: The moid of the portGroup instance. (required) - :param PortGroup body14: portGroup to update (required) - :param str moid15: The moid of the portGroup instance. (required) - :param PortGroup body15: portGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def port_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `port_groups_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `port_groups_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `port_groups_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `port_groups_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `port_groups_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `port_groups_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `port_groups_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `port_groups_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `port_groups_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `port_groups_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `port_groups_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `port_groups_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `port_groups_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `port_groups_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `port_groups_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `port_groups_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def port_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def port_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def port_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def port_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_groups_moid_post(self, moid, body, **kwargs): """ Update an instance of 'portGroup' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def port_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_groups_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_groups_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portGroup instance. (required) :param PortGroup body: portGroup to update (required) - :param str moid2: The moid of the portGroup instance. (required) - :param PortGroup body2: portGroup to update (required) - :param str moid3: The moid of the portGroup instance. (required) - :param PortGroup body3: portGroup to update (required) - :param str moid4: The moid of the portGroup instance. (required) - :param PortGroup body4: portGroup to update (required) - :param str moid5: The moid of the portGroup instance. (required) - :param PortGroup body5: portGroup to update (required) - :param str moid6: The moid of the portGroup instance. (required) - :param PortGroup body6: portGroup to update (required) - :param str moid7: The moid of the portGroup instance. (required) - :param PortGroup body7: portGroup to update (required) - :param str moid8: The moid of the portGroup instance. (required) - :param PortGroup body8: portGroup to update (required) - :param str moid9: The moid of the portGroup instance. (required) - :param PortGroup body9: portGroup to update (required) - :param str moid10: The moid of the portGroup instance. (required) - :param PortGroup body10: portGroup to update (required) - :param str moid11: The moid of the portGroup instance. (required) - :param PortGroup body11: portGroup to update (required) - :param str moid12: The moid of the portGroup instance. (required) - :param PortGroup body12: portGroup to update (required) - :param str moid13: The moid of the portGroup instance. (required) - :param PortGroup body13: portGroup to update (required) - :param str moid14: The moid of the portGroup instance. (required) - :param PortGroup body14: portGroup to update (required) - :param str moid15: The moid of the portGroup instance. (required) - :param PortGroup body15: portGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.port_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.port_groups_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.port_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.port_groups_moid_post_with_http_info(moid, body, **kwargs) return data - def port_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_groups_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'portGroup' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def port_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_groups_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portGroup instance. (required) :param PortGroup body: portGroup to update (required) - :param str moid2: The moid of the portGroup instance. (required) - :param PortGroup body2: portGroup to update (required) - :param str moid3: The moid of the portGroup instance. (required) - :param PortGroup body3: portGroup to update (required) - :param str moid4: The moid of the portGroup instance. (required) - :param PortGroup body4: portGroup to update (required) - :param str moid5: The moid of the portGroup instance. (required) - :param PortGroup body5: portGroup to update (required) - :param str moid6: The moid of the portGroup instance. (required) - :param PortGroup body6: portGroup to update (required) - :param str moid7: The moid of the portGroup instance. (required) - :param PortGroup body7: portGroup to update (required) - :param str moid8: The moid of the portGroup instance. (required) - :param PortGroup body8: portGroup to update (required) - :param str moid9: The moid of the portGroup instance. (required) - :param PortGroup body9: portGroup to update (required) - :param str moid10: The moid of the portGroup instance. (required) - :param PortGroup body10: portGroup to update (required) - :param str moid11: The moid of the portGroup instance. (required) - :param PortGroup body11: portGroup to update (required) - :param str moid12: The moid of the portGroup instance. (required) - :param PortGroup body12: portGroup to update (required) - :param str moid13: The moid of the portGroup instance. (required) - :param PortGroup body13: portGroup to update (required) - :param str moid14: The moid of the portGroup instance. (required) - :param PortGroup body14: portGroup to update (required) - :param str moid15: The moid of the portGroup instance. (required) - :param PortGroup body15: portGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def port_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `port_groups_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `port_groups_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `port_groups_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `port_groups_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `port_groups_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `port_groups_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `port_groups_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `port_groups_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `port_groups_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `port_groups_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `port_groups_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `port_groups_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `port_groups_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `port_groups_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `port_groups_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `port_groups_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `port_groups_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `port_groups_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `port_groups_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `port_groups_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `port_groups_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `port_groups_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `port_groups_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `port_groups_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `port_groups_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `port_groups_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `port_groups_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `port_groups_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `port_groups_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def port_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def port_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/port_sub_group_api.py b/intersight/apis/port_sub_group_api.py index 6fe68243..326a7652 100644 --- a/intersight/apis/port_sub_group_api.py +++ b/intersight/apis/port_sub_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def port_sub_groups_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: PortSubGroupList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def port_sub_groups_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: PortSubGroupList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def port_sub_groups_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def port_sub_groups_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def port_sub_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def port_sub_groups_moid_get(self, moid, **kwargs): """ Get a specific instance of 'portSubGroup' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def port_sub_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_sub_groups_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.port_sub_groups_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portSubGroup instance. (required) - :param str moid2: The moid of the portSubGroup instance. (required) - :param str moid3: The moid of the portSubGroup instance. (required) - :param str moid4: The moid of the portSubGroup instance. (required) - :param str moid5: The moid of the portSubGroup instance. (required) - :param str moid6: The moid of the portSubGroup instance. (required) - :param str moid7: The moid of the portSubGroup instance. (required) - :param str moid8: The moid of the portSubGroup instance. (required) - :param str moid9: The moid of the portSubGroup instance. (required) - :param str moid10: The moid of the portSubGroup instance. (required) - :param str moid11: The moid of the portSubGroup instance. (required) - :param str moid12: The moid of the portSubGroup instance. (required) - :param str moid13: The moid of the portSubGroup instance. (required) - :param str moid14: The moid of the portSubGroup instance. (required) - :param str moid15: The moid of the portSubGroup instance. (required) :return: PortSubGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.port_sub_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.port_sub_groups_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.port_sub_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.port_sub_groups_moid_get_with_http_info(moid, **kwargs) return data - def port_sub_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def port_sub_groups_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'portSubGroup' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def port_sub_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_sub_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.port_sub_groups_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portSubGroup instance. (required) - :param str moid2: The moid of the portSubGroup instance. (required) - :param str moid3: The moid of the portSubGroup instance. (required) - :param str moid4: The moid of the portSubGroup instance. (required) - :param str moid5: The moid of the portSubGroup instance. (required) - :param str moid6: The moid of the portSubGroup instance. (required) - :param str moid7: The moid of the portSubGroup instance. (required) - :param str moid8: The moid of the portSubGroup instance. (required) - :param str moid9: The moid of the portSubGroup instance. (required) - :param str moid10: The moid of the portSubGroup instance. (required) - :param str moid11: The moid of the portSubGroup instance. (required) - :param str moid12: The moid of the portSubGroup instance. (required) - :param str moid13: The moid of the portSubGroup instance. (required) - :param str moid14: The moid of the portSubGroup instance. (required) - :param str moid15: The moid of the portSubGroup instance. (required) :return: PortSubGroup If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def port_sub_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `port_sub_groups_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `port_sub_groups_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def port_sub_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def port_sub_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def port_sub_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_sub_groups_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'portSubGroup' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def port_sub_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_sub_groups_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_sub_groups_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portSubGroup instance. (required) :param PortSubGroup body: portSubGroup to update (required) - :param str moid2: The moid of the portSubGroup instance. (required) - :param PortSubGroup body2: portSubGroup to update (required) - :param str moid3: The moid of the portSubGroup instance. (required) - :param PortSubGroup body3: portSubGroup to update (required) - :param str moid4: The moid of the portSubGroup instance. (required) - :param PortSubGroup body4: portSubGroup to update (required) - :param str moid5: The moid of the portSubGroup instance. (required) - :param PortSubGroup body5: portSubGroup to update (required) - :param str moid6: The moid of the portSubGroup instance. (required) - :param PortSubGroup body6: portSubGroup to update (required) - :param str moid7: The moid of the portSubGroup instance. (required) - :param PortSubGroup body7: portSubGroup to update (required) - :param str moid8: The moid of the portSubGroup instance. (required) - :param PortSubGroup body8: portSubGroup to update (required) - :param str moid9: The moid of the portSubGroup instance. (required) - :param PortSubGroup body9: portSubGroup to update (required) - :param str moid10: The moid of the portSubGroup instance. (required) - :param PortSubGroup body10: portSubGroup to update (required) - :param str moid11: The moid of the portSubGroup instance. (required) - :param PortSubGroup body11: portSubGroup to update (required) - :param str moid12: The moid of the portSubGroup instance. (required) - :param PortSubGroup body12: portSubGroup to update (required) - :param str moid13: The moid of the portSubGroup instance. (required) - :param PortSubGroup body13: portSubGroup to update (required) - :param str moid14: The moid of the portSubGroup instance. (required) - :param PortSubGroup body14: portSubGroup to update (required) - :param str moid15: The moid of the portSubGroup instance. (required) - :param PortSubGroup body15: portSubGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.port_sub_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.port_sub_groups_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.port_sub_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.port_sub_groups_moid_patch_with_http_info(moid, body, **kwargs) return data - def port_sub_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_sub_groups_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'portSubGroup' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def port_sub_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_sub_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_sub_groups_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portSubGroup instance. (required) :param PortSubGroup body: portSubGroup to update (required) - :param str moid2: The moid of the portSubGroup instance. (required) - :param PortSubGroup body2: portSubGroup to update (required) - :param str moid3: The moid of the portSubGroup instance. (required) - :param PortSubGroup body3: portSubGroup to update (required) - :param str moid4: The moid of the portSubGroup instance. (required) - :param PortSubGroup body4: portSubGroup to update (required) - :param str moid5: The moid of the portSubGroup instance. (required) - :param PortSubGroup body5: portSubGroup to update (required) - :param str moid6: The moid of the portSubGroup instance. (required) - :param PortSubGroup body6: portSubGroup to update (required) - :param str moid7: The moid of the portSubGroup instance. (required) - :param PortSubGroup body7: portSubGroup to update (required) - :param str moid8: The moid of the portSubGroup instance. (required) - :param PortSubGroup body8: portSubGroup to update (required) - :param str moid9: The moid of the portSubGroup instance. (required) - :param PortSubGroup body9: portSubGroup to update (required) - :param str moid10: The moid of the portSubGroup instance. (required) - :param PortSubGroup body10: portSubGroup to update (required) - :param str moid11: The moid of the portSubGroup instance. (required) - :param PortSubGroup body11: portSubGroup to update (required) - :param str moid12: The moid of the portSubGroup instance. (required) - :param PortSubGroup body12: portSubGroup to update (required) - :param str moid13: The moid of the portSubGroup instance. (required) - :param PortSubGroup body13: portSubGroup to update (required) - :param str moid14: The moid of the portSubGroup instance. (required) - :param PortSubGroup body14: portSubGroup to update (required) - :param str moid15: The moid of the portSubGroup instance. (required) - :param PortSubGroup body15: portSubGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def port_sub_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `port_sub_groups_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `port_sub_groups_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def port_sub_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def port_sub_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def port_sub_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def port_sub_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_sub_groups_moid_post(self, moid, body, **kwargs): """ Update an instance of 'portSubGroup' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def port_sub_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_sub_groups_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_sub_groups_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portSubGroup instance. (required) :param PortSubGroup body: portSubGroup to update (required) - :param str moid2: The moid of the portSubGroup instance. (required) - :param PortSubGroup body2: portSubGroup to update (required) - :param str moid3: The moid of the portSubGroup instance. (required) - :param PortSubGroup body3: portSubGroup to update (required) - :param str moid4: The moid of the portSubGroup instance. (required) - :param PortSubGroup body4: portSubGroup to update (required) - :param str moid5: The moid of the portSubGroup instance. (required) - :param PortSubGroup body5: portSubGroup to update (required) - :param str moid6: The moid of the portSubGroup instance. (required) - :param PortSubGroup body6: portSubGroup to update (required) - :param str moid7: The moid of the portSubGroup instance. (required) - :param PortSubGroup body7: portSubGroup to update (required) - :param str moid8: The moid of the portSubGroup instance. (required) - :param PortSubGroup body8: portSubGroup to update (required) - :param str moid9: The moid of the portSubGroup instance. (required) - :param PortSubGroup body9: portSubGroup to update (required) - :param str moid10: The moid of the portSubGroup instance. (required) - :param PortSubGroup body10: portSubGroup to update (required) - :param str moid11: The moid of the portSubGroup instance. (required) - :param PortSubGroup body11: portSubGroup to update (required) - :param str moid12: The moid of the portSubGroup instance. (required) - :param PortSubGroup body12: portSubGroup to update (required) - :param str moid13: The moid of the portSubGroup instance. (required) - :param PortSubGroup body13: portSubGroup to update (required) - :param str moid14: The moid of the portSubGroup instance. (required) - :param PortSubGroup body14: portSubGroup to update (required) - :param str moid15: The moid of the portSubGroup instance. (required) - :param PortSubGroup body15: portSubGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.port_sub_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.port_sub_groups_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.port_sub_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.port_sub_groups_moid_post_with_http_info(moid, body, **kwargs) return data - def port_sub_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def port_sub_groups_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'portSubGroup' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def port_sub_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.port_sub_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.port_sub_groups_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the portSubGroup instance. (required) :param PortSubGroup body: portSubGroup to update (required) - :param str moid2: The moid of the portSubGroup instance. (required) - :param PortSubGroup body2: portSubGroup to update (required) - :param str moid3: The moid of the portSubGroup instance. (required) - :param PortSubGroup body3: portSubGroup to update (required) - :param str moid4: The moid of the portSubGroup instance. (required) - :param PortSubGroup body4: portSubGroup to update (required) - :param str moid5: The moid of the portSubGroup instance. (required) - :param PortSubGroup body5: portSubGroup to update (required) - :param str moid6: The moid of the portSubGroup instance. (required) - :param PortSubGroup body6: portSubGroup to update (required) - :param str moid7: The moid of the portSubGroup instance. (required) - :param PortSubGroup body7: portSubGroup to update (required) - :param str moid8: The moid of the portSubGroup instance. (required) - :param PortSubGroup body8: portSubGroup to update (required) - :param str moid9: The moid of the portSubGroup instance. (required) - :param PortSubGroup body9: portSubGroup to update (required) - :param str moid10: The moid of the portSubGroup instance. (required) - :param PortSubGroup body10: portSubGroup to update (required) - :param str moid11: The moid of the portSubGroup instance. (required) - :param PortSubGroup body11: portSubGroup to update (required) - :param str moid12: The moid of the portSubGroup instance. (required) - :param PortSubGroup body12: portSubGroup to update (required) - :param str moid13: The moid of the portSubGroup instance. (required) - :param PortSubGroup body13: portSubGroup to update (required) - :param str moid14: The moid of the portSubGroup instance. (required) - :param PortSubGroup body14: portSubGroup to update (required) - :param str moid15: The moid of the portSubGroup instance. (required) - :param PortSubGroup body15: portSubGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def port_sub_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `port_sub_groups_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `port_sub_groups_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def port_sub_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def port_sub_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/processor_unit_api.py b/intersight/apis/processor_unit_api.py index b9001787..db4fdeb8 100644 --- a/intersight/apis/processor_unit_api.py +++ b/intersight/apis/processor_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def processor_units_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ProcessorUnitList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def processor_units_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ProcessorUnitList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def processor_units_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def processor_units_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def processor_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def processor_units_moid_get(self, moid, **kwargs): """ Get a specific instance of 'processorUnit' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def processor_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.processor_units_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.processor_units_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the processorUnit instance. (required) - :param str moid2: The moid of the processorUnit instance. (required) - :param str moid3: The moid of the processorUnit instance. (required) - :param str moid4: The moid of the processorUnit instance. (required) - :param str moid5: The moid of the processorUnit instance. (required) - :param str moid6: The moid of the processorUnit instance. (required) - :param str moid7: The moid of the processorUnit instance. (required) - :param str moid8: The moid of the processorUnit instance. (required) - :param str moid9: The moid of the processorUnit instance. (required) - :param str moid10: The moid of the processorUnit instance. (required) - :param str moid11: The moid of the processorUnit instance. (required) - :param str moid12: The moid of the processorUnit instance. (required) - :param str moid13: The moid of the processorUnit instance. (required) - :param str moid14: The moid of the processorUnit instance. (required) - :param str moid15: The moid of the processorUnit instance. (required) :return: ProcessorUnit If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.processor_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.processor_units_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.processor_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.processor_units_moid_get_with_http_info(moid, **kwargs) return data - def processor_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def processor_units_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'processorUnit' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def processor_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.processor_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.processor_units_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the processorUnit instance. (required) - :param str moid2: The moid of the processorUnit instance. (required) - :param str moid3: The moid of the processorUnit instance. (required) - :param str moid4: The moid of the processorUnit instance. (required) - :param str moid5: The moid of the processorUnit instance. (required) - :param str moid6: The moid of the processorUnit instance. (required) - :param str moid7: The moid of the processorUnit instance. (required) - :param str moid8: The moid of the processorUnit instance. (required) - :param str moid9: The moid of the processorUnit instance. (required) - :param str moid10: The moid of the processorUnit instance. (required) - :param str moid11: The moid of the processorUnit instance. (required) - :param str moid12: The moid of the processorUnit instance. (required) - :param str moid13: The moid of the processorUnit instance. (required) - :param str moid14: The moid of the processorUnit instance. (required) - :param str moid15: The moid of the processorUnit instance. (required) :return: ProcessorUnit If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def processor_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `processor_units_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `processor_units_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `processor_units_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `processor_units_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `processor_units_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `processor_units_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `processor_units_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `processor_units_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `processor_units_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `processor_units_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `processor_units_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `processor_units_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `processor_units_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `processor_units_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `processor_units_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def processor_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def processor_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def processor_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def processor_units_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'processorUnit' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def processor_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.processor_units_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.processor_units_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the processorUnit instance. (required) :param ProcessorUnit body: processorUnit to update (required) - :param str moid2: The moid of the processorUnit instance. (required) - :param ProcessorUnit body2: processorUnit to update (required) - :param str moid3: The moid of the processorUnit instance. (required) - :param ProcessorUnit body3: processorUnit to update (required) - :param str moid4: The moid of the processorUnit instance. (required) - :param ProcessorUnit body4: processorUnit to update (required) - :param str moid5: The moid of the processorUnit instance. (required) - :param ProcessorUnit body5: processorUnit to update (required) - :param str moid6: The moid of the processorUnit instance. (required) - :param ProcessorUnit body6: processorUnit to update (required) - :param str moid7: The moid of the processorUnit instance. (required) - :param ProcessorUnit body7: processorUnit to update (required) - :param str moid8: The moid of the processorUnit instance. (required) - :param ProcessorUnit body8: processorUnit to update (required) - :param str moid9: The moid of the processorUnit instance. (required) - :param ProcessorUnit body9: processorUnit to update (required) - :param str moid10: The moid of the processorUnit instance. (required) - :param ProcessorUnit body10: processorUnit to update (required) - :param str moid11: The moid of the processorUnit instance. (required) - :param ProcessorUnit body11: processorUnit to update (required) - :param str moid12: The moid of the processorUnit instance. (required) - :param ProcessorUnit body12: processorUnit to update (required) - :param str moid13: The moid of the processorUnit instance. (required) - :param ProcessorUnit body13: processorUnit to update (required) - :param str moid14: The moid of the processorUnit instance. (required) - :param ProcessorUnit body14: processorUnit to update (required) - :param str moid15: The moid of the processorUnit instance. (required) - :param ProcessorUnit body15: processorUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.processor_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.processor_units_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.processor_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.processor_units_moid_patch_with_http_info(moid, body, **kwargs) return data - def processor_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def processor_units_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'processorUnit' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def processor_units_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.processor_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.processor_units_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the processorUnit instance. (required) :param ProcessorUnit body: processorUnit to update (required) - :param str moid2: The moid of the processorUnit instance. (required) - :param ProcessorUnit body2: processorUnit to update (required) - :param str moid3: The moid of the processorUnit instance. (required) - :param ProcessorUnit body3: processorUnit to update (required) - :param str moid4: The moid of the processorUnit instance. (required) - :param ProcessorUnit body4: processorUnit to update (required) - :param str moid5: The moid of the processorUnit instance. (required) - :param ProcessorUnit body5: processorUnit to update (required) - :param str moid6: The moid of the processorUnit instance. (required) - :param ProcessorUnit body6: processorUnit to update (required) - :param str moid7: The moid of the processorUnit instance. (required) - :param ProcessorUnit body7: processorUnit to update (required) - :param str moid8: The moid of the processorUnit instance. (required) - :param ProcessorUnit body8: processorUnit to update (required) - :param str moid9: The moid of the processorUnit instance. (required) - :param ProcessorUnit body9: processorUnit to update (required) - :param str moid10: The moid of the processorUnit instance. (required) - :param ProcessorUnit body10: processorUnit to update (required) - :param str moid11: The moid of the processorUnit instance. (required) - :param ProcessorUnit body11: processorUnit to update (required) - :param str moid12: The moid of the processorUnit instance. (required) - :param ProcessorUnit body12: processorUnit to update (required) - :param str moid13: The moid of the processorUnit instance. (required) - :param ProcessorUnit body13: processorUnit to update (required) - :param str moid14: The moid of the processorUnit instance. (required) - :param ProcessorUnit body14: processorUnit to update (required) - :param str moid15: The moid of the processorUnit instance. (required) - :param ProcessorUnit body15: processorUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def processor_units_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `processor_units_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `processor_units_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `processor_units_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `processor_units_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `processor_units_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `processor_units_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `processor_units_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `processor_units_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `processor_units_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `processor_units_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `processor_units_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `processor_units_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `processor_units_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `processor_units_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `processor_units_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `processor_units_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def processor_units_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def processor_units_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def processor_units_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def processor_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def processor_units_moid_post(self, moid, body, **kwargs): """ Update an instance of 'processorUnit' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def processor_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.processor_units_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.processor_units_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the processorUnit instance. (required) :param ProcessorUnit body: processorUnit to update (required) - :param str moid2: The moid of the processorUnit instance. (required) - :param ProcessorUnit body2: processorUnit to update (required) - :param str moid3: The moid of the processorUnit instance. (required) - :param ProcessorUnit body3: processorUnit to update (required) - :param str moid4: The moid of the processorUnit instance. (required) - :param ProcessorUnit body4: processorUnit to update (required) - :param str moid5: The moid of the processorUnit instance. (required) - :param ProcessorUnit body5: processorUnit to update (required) - :param str moid6: The moid of the processorUnit instance. (required) - :param ProcessorUnit body6: processorUnit to update (required) - :param str moid7: The moid of the processorUnit instance. (required) - :param ProcessorUnit body7: processorUnit to update (required) - :param str moid8: The moid of the processorUnit instance. (required) - :param ProcessorUnit body8: processorUnit to update (required) - :param str moid9: The moid of the processorUnit instance. (required) - :param ProcessorUnit body9: processorUnit to update (required) - :param str moid10: The moid of the processorUnit instance. (required) - :param ProcessorUnit body10: processorUnit to update (required) - :param str moid11: The moid of the processorUnit instance. (required) - :param ProcessorUnit body11: processorUnit to update (required) - :param str moid12: The moid of the processorUnit instance. (required) - :param ProcessorUnit body12: processorUnit to update (required) - :param str moid13: The moid of the processorUnit instance. (required) - :param ProcessorUnit body13: processorUnit to update (required) - :param str moid14: The moid of the processorUnit instance. (required) - :param ProcessorUnit body14: processorUnit to update (required) - :param str moid15: The moid of the processorUnit instance. (required) - :param ProcessorUnit body15: processorUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.processor_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.processor_units_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.processor_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.processor_units_moid_post_with_http_info(moid, body, **kwargs) return data - def processor_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def processor_units_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'processorUnit' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def processor_units_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.processor_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.processor_units_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the processorUnit instance. (required) :param ProcessorUnit body: processorUnit to update (required) - :param str moid2: The moid of the processorUnit instance. (required) - :param ProcessorUnit body2: processorUnit to update (required) - :param str moid3: The moid of the processorUnit instance. (required) - :param ProcessorUnit body3: processorUnit to update (required) - :param str moid4: The moid of the processorUnit instance. (required) - :param ProcessorUnit body4: processorUnit to update (required) - :param str moid5: The moid of the processorUnit instance. (required) - :param ProcessorUnit body5: processorUnit to update (required) - :param str moid6: The moid of the processorUnit instance. (required) - :param ProcessorUnit body6: processorUnit to update (required) - :param str moid7: The moid of the processorUnit instance. (required) - :param ProcessorUnit body7: processorUnit to update (required) - :param str moid8: The moid of the processorUnit instance. (required) - :param ProcessorUnit body8: processorUnit to update (required) - :param str moid9: The moid of the processorUnit instance. (required) - :param ProcessorUnit body9: processorUnit to update (required) - :param str moid10: The moid of the processorUnit instance. (required) - :param ProcessorUnit body10: processorUnit to update (required) - :param str moid11: The moid of the processorUnit instance. (required) - :param ProcessorUnit body11: processorUnit to update (required) - :param str moid12: The moid of the processorUnit instance. (required) - :param ProcessorUnit body12: processorUnit to update (required) - :param str moid13: The moid of the processorUnit instance. (required) - :param ProcessorUnit body13: processorUnit to update (required) - :param str moid14: The moid of the processorUnit instance. (required) - :param ProcessorUnit body14: processorUnit to update (required) - :param str moid15: The moid of the processorUnit instance. (required) - :param ProcessorUnit body15: processorUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def processor_units_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `processor_units_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `processor_units_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `processor_units_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `processor_units_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `processor_units_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `processor_units_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `processor_units_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `processor_units_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `processor_units_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `processor_units_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `processor_units_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `processor_units_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `processor_units_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `processor_units_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `processor_units_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `processor_units_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `processor_units_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `processor_units_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `processor_units_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `processor_units_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `processor_units_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `processor_units_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `processor_units_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `processor_units_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `processor_units_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `processor_units_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `processor_units_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `processor_units_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `processor_units_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def processor_units_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def processor_units_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/resource_group_api.py b/intersight/apis/resource_group_api.py index 1bf092c6..937cae1b 100644 --- a/intersight/apis/resource_group_api.py +++ b/intersight/apis/resource_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def resource_groups_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ResourceGroupList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def resource_groups_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ResourceGroupList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def resource_groups_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def resource_groups_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def resource_groups_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def resource_groups_moid_delete(self, moid, **kwargs): """ Delete an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def resource_groups_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.resource_groups_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param str moid15: The moid of the resourceGroup instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.resource_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.resource_groups_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.resource_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.resource_groups_moid_delete_with_http_info(moid, **kwargs) return data - def resource_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def resource_groups_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def resource_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.resource_groups_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param str moid15: The moid of the resourceGroup instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def resource_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `resource_groups_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `resource_groups_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def resource_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def resource_groups_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def resource_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def resource_groups_moid_get(self, moid, **kwargs): """ Get a specific instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def resource_groups_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.resource_groups_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param str moid15: The moid of the resourceGroup instance. (required) :return: ResourceGroup If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.resource_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.resource_groups_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.resource_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.resource_groups_moid_get_with_http_info(moid, **kwargs) return data - def resource_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def resource_groups_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def resource_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.resource_groups_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param str moid15: The moid of the resourceGroup instance. (required) :return: ResourceGroup If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def resource_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `resource_groups_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `resource_groups_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def resource_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def resource_groups_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def resource_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def resource_groups_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def resource_groups_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.resource_groups_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) :param ResourceGroup body: resourceGroup to update (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param ResourceGroup body2: resourceGroup to update (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param ResourceGroup body3: resourceGroup to update (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param ResourceGroup body4: resourceGroup to update (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param ResourceGroup body5: resourceGroup to update (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param ResourceGroup body6: resourceGroup to update (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param ResourceGroup body7: resourceGroup to update (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param ResourceGroup body8: resourceGroup to update (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param ResourceGroup body9: resourceGroup to update (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param ResourceGroup body10: resourceGroup to update (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param ResourceGroup body11: resourceGroup to update (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param ResourceGroup body12: resourceGroup to update (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param ResourceGroup body13: resourceGroup to update (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param ResourceGroup body14: resourceGroup to update (required) - :param str moid15: The moid of the resourceGroup instance. (required) - :param ResourceGroup body15: resourceGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.resource_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.resource_groups_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.resource_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.resource_groups_moid_patch_with_http_info(moid, body, **kwargs) return data - def resource_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def resource_groups_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def resource_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.resource_groups_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) :param ResourceGroup body: resourceGroup to update (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param ResourceGroup body2: resourceGroup to update (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param ResourceGroup body3: resourceGroup to update (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param ResourceGroup body4: resourceGroup to update (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param ResourceGroup body5: resourceGroup to update (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param ResourceGroup body6: resourceGroup to update (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param ResourceGroup body7: resourceGroup to update (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param ResourceGroup body8: resourceGroup to update (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param ResourceGroup body9: resourceGroup to update (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param ResourceGroup body10: resourceGroup to update (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param ResourceGroup body11: resourceGroup to update (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param ResourceGroup body12: resourceGroup to update (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param ResourceGroup body13: resourceGroup to update (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param ResourceGroup body14: resourceGroup to update (required) - :param str moid15: The moid of the resourceGroup instance. (required) - :param ResourceGroup body15: resourceGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def resource_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `resource_groups_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `resource_groups_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `resource_groups_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def resource_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def resource_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def resource_groups_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def resource_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def resource_groups_moid_post(self, moid, body, **kwargs): """ Update an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def resource_groups_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.resource_groups_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) :param ResourceGroup body: resourceGroup to update (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param ResourceGroup body2: resourceGroup to update (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param ResourceGroup body3: resourceGroup to update (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param ResourceGroup body4: resourceGroup to update (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param ResourceGroup body5: resourceGroup to update (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param ResourceGroup body6: resourceGroup to update (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param ResourceGroup body7: resourceGroup to update (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param ResourceGroup body8: resourceGroup to update (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param ResourceGroup body9: resourceGroup to update (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param ResourceGroup body10: resourceGroup to update (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param ResourceGroup body11: resourceGroup to update (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param ResourceGroup body12: resourceGroup to update (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param ResourceGroup body13: resourceGroup to update (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param ResourceGroup body14: resourceGroup to update (required) - :param str moid15: The moid of the resourceGroup instance. (required) - :param ResourceGroup body15: resourceGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.resource_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.resource_groups_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.resource_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.resource_groups_moid_post_with_http_info(moid, body, **kwargs) return data - def resource_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def resource_groups_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def resource_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.resource_groups_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the resourceGroup instance. (required) :param ResourceGroup body: resourceGroup to update (required) - :param str moid2: The moid of the resourceGroup instance. (required) - :param ResourceGroup body2: resourceGroup to update (required) - :param str moid3: The moid of the resourceGroup instance. (required) - :param ResourceGroup body3: resourceGroup to update (required) - :param str moid4: The moid of the resourceGroup instance. (required) - :param ResourceGroup body4: resourceGroup to update (required) - :param str moid5: The moid of the resourceGroup instance. (required) - :param ResourceGroup body5: resourceGroup to update (required) - :param str moid6: The moid of the resourceGroup instance. (required) - :param ResourceGroup body6: resourceGroup to update (required) - :param str moid7: The moid of the resourceGroup instance. (required) - :param ResourceGroup body7: resourceGroup to update (required) - :param str moid8: The moid of the resourceGroup instance. (required) - :param ResourceGroup body8: resourceGroup to update (required) - :param str moid9: The moid of the resourceGroup instance. (required) - :param ResourceGroup body9: resourceGroup to update (required) - :param str moid10: The moid of the resourceGroup instance. (required) - :param ResourceGroup body10: resourceGroup to update (required) - :param str moid11: The moid of the resourceGroup instance. (required) - :param ResourceGroup body11: resourceGroup to update (required) - :param str moid12: The moid of the resourceGroup instance. (required) - :param ResourceGroup body12: resourceGroup to update (required) - :param str moid13: The moid of the resourceGroup instance. (required) - :param ResourceGroup body13: resourceGroup to update (required) - :param str moid14: The moid of the resourceGroup instance. (required) - :param ResourceGroup body14: resourceGroup to update (required) - :param str moid15: The moid of the resourceGroup instance. (required) - :param ResourceGroup body15: resourceGroup to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def resource_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `resource_groups_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `resource_groups_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `resource_groups_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `resource_groups_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `resource_groups_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `resource_groups_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `resource_groups_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `resource_groups_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `resource_groups_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `resource_groups_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `resource_groups_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `resource_groups_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `resource_groups_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `resource_groups_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `resource_groups_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `resource_groups_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def resource_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def resource_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def resource_groups_moid_post_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def resource_groups_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def resource_groups_post(self, body, **kwargs): """ Create an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def resource_groups_post(self, body, body2, body3, body4, body5, body6, body7, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.resource_groups_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param ResourceGroup body: resourceGroup to add (required) - :param ResourceGroup body2: resourceGroup to add (required) - :param ResourceGroup body3: resourceGroup to add (required) - :param ResourceGroup body4: resourceGroup to add (required) - :param ResourceGroup body5: resourceGroup to add (required) - :param ResourceGroup body6: resourceGroup to add (required) - :param ResourceGroup body7: resourceGroup to add (required) - :param ResourceGroup body8: resourceGroup to add (required) - :param ResourceGroup body9: resourceGroup to add (required) - :param ResourceGroup body10: resourceGroup to add (required) - :param ResourceGroup body11: resourceGroup to add (required) - :param ResourceGroup body12: resourceGroup to add (required) - :param ResourceGroup body13: resourceGroup to add (required) - :param ResourceGroup body14: resourceGroup to add (required) - :param ResourceGroup body15: resourceGroup to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.resource_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.resource_groups_post_with_http_info(body, **kwargs) else: - (data) = self.resource_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.resource_groups_post_with_http_info(body, **kwargs) return data - def resource_groups_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def resource_groups_post_with_http_info(self, body, **kwargs): """ Create an instance of 'resourceGroup' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def resource_groups_post_with_http_info(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.resource_groups_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.resource_groups_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param ResourceGroup body: resourceGroup to add (required) - :param ResourceGroup body2: resourceGroup to add (required) - :param ResourceGroup body3: resourceGroup to add (required) - :param ResourceGroup body4: resourceGroup to add (required) - :param ResourceGroup body5: resourceGroup to add (required) - :param ResourceGroup body6: resourceGroup to add (required) - :param ResourceGroup body7: resourceGroup to add (required) - :param ResourceGroup body8: resourceGroup to add (required) - :param ResourceGroup body9: resourceGroup to add (required) - :param ResourceGroup body10: resourceGroup to add (required) - :param ResourceGroup body11: resourceGroup to add (required) - :param ResourceGroup body12: resourceGroup to add (required) - :param ResourceGroup body13: resourceGroup to add (required) - :param ResourceGroup body14: resourceGroup to add (required) - :param ResourceGroup body15: resourceGroup to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def resource_groups_post_with_http_info(self, body, body2, body3, body4, body5, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `resource_groups_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `resource_groups_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `resource_groups_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `resource_groups_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `resource_groups_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `resource_groups_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `resource_groups_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `resource_groups_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `resource_groups_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `resource_groups_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `resource_groups_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `resource_groups_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `resource_groups_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `resource_groups_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `resource_groups_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def resource_groups_post_with_http_info(self, body, body2, body3, body4, body5, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/sdcard_policy_api.py b/intersight/apis/sdcard_policy_api.py index 1fd86245..2be3cfe9 100644 --- a/intersight/apis/sdcard_policy_api.py +++ b/intersight/apis/sdcard_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def sdcard_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SdcardPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def sdcard_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SdcardPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def sdcard_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def sdcard_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sdcard_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sdcard_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def sdcard_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sdcard_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.sdcard_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.sdcard_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.sdcard_policies_moid_delete_with_http_info(moid, **kwargs) return data - def sdcard_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sdcard_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def sdcard_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def sdcard_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sdcard_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sdcard_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def sdcard_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def sdcard_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sdcard_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sdcard_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def sdcard_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) :return: SdcardPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sdcard_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.sdcard_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.sdcard_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.sdcard_policies_moid_get_with_http_info(moid, **kwargs) return data - def sdcard_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sdcard_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def sdcard_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) :return: SdcardPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def sdcard_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sdcard_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sdcard_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def sdcard_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def sdcard_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sdcard_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sdcard_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def sdcard_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) :param SdcardPolicy body: sdcardPolicy to update (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body2: sdcardPolicy to update (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body3: sdcardPolicy to update (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body4: sdcardPolicy to update (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body5: sdcardPolicy to update (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body6: sdcardPolicy to update (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body7: sdcardPolicy to update (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body8: sdcardPolicy to update (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body9: sdcardPolicy to update (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body10: sdcardPolicy to update (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body11: sdcardPolicy to update (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body12: sdcardPolicy to update (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body13: sdcardPolicy to update (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body14: sdcardPolicy to update (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body15: sdcardPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sdcard_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.sdcard_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.sdcard_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.sdcard_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def sdcard_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sdcard_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def sdcard_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) :param SdcardPolicy body: sdcardPolicy to update (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body2: sdcardPolicy to update (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body3: sdcardPolicy to update (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body4: sdcardPolicy to update (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body5: sdcardPolicy to update (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body6: sdcardPolicy to update (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body7: sdcardPolicy to update (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body8: sdcardPolicy to update (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body9: sdcardPolicy to update (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body10: sdcardPolicy to update (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body11: sdcardPolicy to update (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body12: sdcardPolicy to update (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body13: sdcardPolicy to update (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body14: sdcardPolicy to update (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body15: sdcardPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def sdcard_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sdcard_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `sdcard_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def sdcard_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def sdcard_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def sdcard_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sdcard_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sdcard_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def sdcard_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) :param SdcardPolicy body: sdcardPolicy to update (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body2: sdcardPolicy to update (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body3: sdcardPolicy to update (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body4: sdcardPolicy to update (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body5: sdcardPolicy to update (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body6: sdcardPolicy to update (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body7: sdcardPolicy to update (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body8: sdcardPolicy to update (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body9: sdcardPolicy to update (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body10: sdcardPolicy to update (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body11: sdcardPolicy to update (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body12: sdcardPolicy to update (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body13: sdcardPolicy to update (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body14: sdcardPolicy to update (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body15: sdcardPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sdcard_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.sdcard_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.sdcard_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.sdcard_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def sdcard_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sdcard_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def sdcard_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sdcard_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sdcardPolicy instance. (required) :param SdcardPolicy body: sdcardPolicy to update (required) - :param str moid2: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body2: sdcardPolicy to update (required) - :param str moid3: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body3: sdcardPolicy to update (required) - :param str moid4: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body4: sdcardPolicy to update (required) - :param str moid5: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body5: sdcardPolicy to update (required) - :param str moid6: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body6: sdcardPolicy to update (required) - :param str moid7: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body7: sdcardPolicy to update (required) - :param str moid8: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body8: sdcardPolicy to update (required) - :param str moid9: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body9: sdcardPolicy to update (required) - :param str moid10: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body10: sdcardPolicy to update (required) - :param str moid11: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body11: sdcardPolicy to update (required) - :param str moid12: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body12: sdcardPolicy to update (required) - :param str moid13: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body13: sdcardPolicy to update (required) - :param str moid14: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body14: sdcardPolicy to update (required) - :param str moid15: The moid of the sdcardPolicy instance. (required) - :param SdcardPolicy body15: sdcardPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def sdcard_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sdcard_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `sdcard_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def sdcard_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def sdcard_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def sdcard_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sdcard_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def sdcard_policies_post(self, body, **kwargs): """ Create an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def sdcard_policies_post(self, body, body2, body3, body4, body5, body6, body7, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.sdcard_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SdcardPolicy body: sdcardPolicy to add (required) - :param SdcardPolicy body2: sdcardPolicy to add (required) - :param SdcardPolicy body3: sdcardPolicy to add (required) - :param SdcardPolicy body4: sdcardPolicy to add (required) - :param SdcardPolicy body5: sdcardPolicy to add (required) - :param SdcardPolicy body6: sdcardPolicy to add (required) - :param SdcardPolicy body7: sdcardPolicy to add (required) - :param SdcardPolicy body8: sdcardPolicy to add (required) - :param SdcardPolicy body9: sdcardPolicy to add (required) - :param SdcardPolicy body10: sdcardPolicy to add (required) - :param SdcardPolicy body11: sdcardPolicy to add (required) - :param SdcardPolicy body12: sdcardPolicy to add (required) - :param SdcardPolicy body13: sdcardPolicy to add (required) - :param SdcardPolicy body14: sdcardPolicy to add (required) - :param SdcardPolicy body15: sdcardPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sdcard_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.sdcard_policies_post_with_http_info(body, **kwargs) else: - (data) = self.sdcard_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.sdcard_policies_post_with_http_info(body, **kwargs) return data - def sdcard_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def sdcard_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'sdcardPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def sdcard_policies_post_with_http_info(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sdcard_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.sdcard_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SdcardPolicy body: sdcardPolicy to add (required) - :param SdcardPolicy body2: sdcardPolicy to add (required) - :param SdcardPolicy body3: sdcardPolicy to add (required) - :param SdcardPolicy body4: sdcardPolicy to add (required) - :param SdcardPolicy body5: sdcardPolicy to add (required) - :param SdcardPolicy body6: sdcardPolicy to add (required) - :param SdcardPolicy body7: sdcardPolicy to add (required) - :param SdcardPolicy body8: sdcardPolicy to add (required) - :param SdcardPolicy body9: sdcardPolicy to add (required) - :param SdcardPolicy body10: sdcardPolicy to add (required) - :param SdcardPolicy body11: sdcardPolicy to add (required) - :param SdcardPolicy body12: sdcardPolicy to add (required) - :param SdcardPolicy body13: sdcardPolicy to add (required) - :param SdcardPolicy body14: sdcardPolicy to add (required) - :param SdcardPolicy body15: sdcardPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def sdcard_policies_post_with_http_info(self, body, body2, body3, body4, body5, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `sdcard_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `sdcard_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `sdcard_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `sdcard_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `sdcard_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `sdcard_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `sdcard_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `sdcard_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `sdcard_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `sdcard_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `sdcard_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `sdcard_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `sdcard_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `sdcard_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `sdcard_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def sdcard_policies_post_with_http_info(self, body, body2, body3, body4, body5, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/search_search_item_api.py b/intersight/apis/search_search_item_api.py index b8de1194..52097fab 100644 --- a/intersight/apis/search_search_item_api.py +++ b/intersight/apis/search_search_item_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def search_search_items_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SearchSearchItemList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def search_search_items_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SearchSearchItemList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def search_search_items_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def search_search_items_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def search_search_items_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def search_search_items_moid_get(self, moid, **kwargs): """ Get a specific instance of 'searchSearchItem' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def search_search_items_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.search_search_items_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.search_search_items_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the searchSearchItem instance. (required) - :param str moid2: The moid of the searchSearchItem instance. (required) - :param str moid3: The moid of the searchSearchItem instance. (required) - :param str moid4: The moid of the searchSearchItem instance. (required) - :param str moid5: The moid of the searchSearchItem instance. (required) - :param str moid6: The moid of the searchSearchItem instance. (required) - :param str moid7: The moid of the searchSearchItem instance. (required) - :param str moid8: The moid of the searchSearchItem instance. (required) - :param str moid9: The moid of the searchSearchItem instance. (required) - :param str moid10: The moid of the searchSearchItem instance. (required) - :param str moid11: The moid of the searchSearchItem instance. (required) - :param str moid12: The moid of the searchSearchItem instance. (required) - :param str moid13: The moid of the searchSearchItem instance. (required) - :param str moid14: The moid of the searchSearchItem instance. (required) - :param str moid15: The moid of the searchSearchItem instance. (required) :return: SearchSearchItem If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.search_search_items_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.search_search_items_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.search_search_items_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.search_search_items_moid_get_with_http_info(moid, **kwargs) return data - def search_search_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def search_search_items_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'searchSearchItem' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def search_search_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.search_search_items_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.search_search_items_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the searchSearchItem instance. (required) - :param str moid2: The moid of the searchSearchItem instance. (required) - :param str moid3: The moid of the searchSearchItem instance. (required) - :param str moid4: The moid of the searchSearchItem instance. (required) - :param str moid5: The moid of the searchSearchItem instance. (required) - :param str moid6: The moid of the searchSearchItem instance. (required) - :param str moid7: The moid of the searchSearchItem instance. (required) - :param str moid8: The moid of the searchSearchItem instance. (required) - :param str moid9: The moid of the searchSearchItem instance. (required) - :param str moid10: The moid of the searchSearchItem instance. (required) - :param str moid11: The moid of the searchSearchItem instance. (required) - :param str moid12: The moid of the searchSearchItem instance. (required) - :param str moid13: The moid of the searchSearchItem instance. (required) - :param str moid14: The moid of the searchSearchItem instance. (required) - :param str moid15: The moid of the searchSearchItem instance. (required) :return: SearchSearchItem If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def search_search_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `search_search_items_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `search_search_items_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def search_search_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/search_suggest_item_api.py b/intersight/apis/search_suggest_item_api.py index a9b576e9..70c4160d 100644 --- a/intersight/apis/search_suggest_item_api.py +++ b/intersight/apis/search_suggest_item_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,7 +40,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def search_suggest_items_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def search_suggest_items_post(self, body, **kwargs): """ Create an instance of 'searchSuggestItem' This method makes a synchronous HTTP request by default. To make an @@ -49,37 +49,23 @@ def search_suggest_items_post(self, body, body2, body3, body4, body5, body6, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.search_suggest_items_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.search_suggest_items_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SearchSuggestItem body: searchSuggestItem to add (required) - :param SearchSuggestItem body2: searchSuggestItem to add (required) - :param SearchSuggestItem body3: searchSuggestItem to add (required) - :param SearchSuggestItem body4: searchSuggestItem to add (required) - :param SearchSuggestItem body5: searchSuggestItem to add (required) - :param SearchSuggestItem body6: searchSuggestItem to add (required) - :param SearchSuggestItem body7: searchSuggestItem to add (required) - :param SearchSuggestItem body8: searchSuggestItem to add (required) - :param SearchSuggestItem body9: searchSuggestItem to add (required) - :param SearchSuggestItem body10: searchSuggestItem to add (required) - :param SearchSuggestItem body11: searchSuggestItem to add (required) - :param SearchSuggestItem body12: searchSuggestItem to add (required) - :param SearchSuggestItem body13: searchSuggestItem to add (required) - :param SearchSuggestItem body14: searchSuggestItem to add (required) - :param SearchSuggestItem body15: searchSuggestItem to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.search_suggest_items_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.search_suggest_items_post_with_http_info(body, **kwargs) else: - (data) = self.search_suggest_items_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.search_suggest_items_post_with_http_info(body, **kwargs) return data - def search_suggest_items_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def search_suggest_items_post_with_http_info(self, body, **kwargs): """ Create an instance of 'searchSuggestItem' This method makes a synchronous HTTP request by default. To make an @@ -88,31 +74,17 @@ def search_suggest_items_post_with_http_info(self, body, body2, body3, body4, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.search_suggest_items_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.search_suggest_items_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SearchSuggestItem body: searchSuggestItem to add (required) - :param SearchSuggestItem body2: searchSuggestItem to add (required) - :param SearchSuggestItem body3: searchSuggestItem to add (required) - :param SearchSuggestItem body4: searchSuggestItem to add (required) - :param SearchSuggestItem body5: searchSuggestItem to add (required) - :param SearchSuggestItem body6: searchSuggestItem to add (required) - :param SearchSuggestItem body7: searchSuggestItem to add (required) - :param SearchSuggestItem body8: searchSuggestItem to add (required) - :param SearchSuggestItem body9: searchSuggestItem to add (required) - :param SearchSuggestItem body10: searchSuggestItem to add (required) - :param SearchSuggestItem body11: searchSuggestItem to add (required) - :param SearchSuggestItem body12: searchSuggestItem to add (required) - :param SearchSuggestItem body13: searchSuggestItem to add (required) - :param SearchSuggestItem body14: searchSuggestItem to add (required) - :param SearchSuggestItem body15: searchSuggestItem to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -130,48 +102,6 @@ def search_suggest_items_post_with_http_info(self, body, body2, body3, body4, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `search_suggest_items_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `search_suggest_items_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `search_suggest_items_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `search_suggest_items_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `search_suggest_items_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `search_suggest_items_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `search_suggest_items_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `search_suggest_items_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `search_suggest_items_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `search_suggest_items_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `search_suggest_items_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `search_suggest_items_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `search_suggest_items_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `search_suggest_items_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `search_suggest_items_post`") collection_formats = {} @@ -186,8 +116,8 @@ def search_suggest_items_post_with_http_info(self, body, body2, body3, body4, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/search_tag_item_api.py b/intersight/apis/search_tag_item_api.py index 3a1840b6..0a29173e 100644 --- a/intersight/apis/search_tag_item_api.py +++ b/intersight/apis/search_tag_item_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def search_tag_items_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SearchTagItemList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def search_tag_items_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SearchTagItemList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def search_tag_items_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def search_tag_items_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def search_tag_items_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def search_tag_items_moid_get(self, moid, **kwargs): """ Get a specific instance of 'searchTagItem' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def search_tag_items_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.search_tag_items_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.search_tag_items_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the searchTagItem instance. (required) - :param str moid2: The moid of the searchTagItem instance. (required) - :param str moid3: The moid of the searchTagItem instance. (required) - :param str moid4: The moid of the searchTagItem instance. (required) - :param str moid5: The moid of the searchTagItem instance. (required) - :param str moid6: The moid of the searchTagItem instance. (required) - :param str moid7: The moid of the searchTagItem instance. (required) - :param str moid8: The moid of the searchTagItem instance. (required) - :param str moid9: The moid of the searchTagItem instance. (required) - :param str moid10: The moid of the searchTagItem instance. (required) - :param str moid11: The moid of the searchTagItem instance. (required) - :param str moid12: The moid of the searchTagItem instance. (required) - :param str moid13: The moid of the searchTagItem instance. (required) - :param str moid14: The moid of the searchTagItem instance. (required) - :param str moid15: The moid of the searchTagItem instance. (required) :return: SearchTagItem If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.search_tag_items_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.search_tag_items_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.search_tag_items_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.search_tag_items_moid_get_with_http_info(moid, **kwargs) return data - def search_tag_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def search_tag_items_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'searchTagItem' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def search_tag_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.search_tag_items_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.search_tag_items_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the searchTagItem instance. (required) - :param str moid2: The moid of the searchTagItem instance. (required) - :param str moid3: The moid of the searchTagItem instance. (required) - :param str moid4: The moid of the searchTagItem instance. (required) - :param str moid5: The moid of the searchTagItem instance. (required) - :param str moid6: The moid of the searchTagItem instance. (required) - :param str moid7: The moid of the searchTagItem instance. (required) - :param str moid8: The moid of the searchTagItem instance. (required) - :param str moid9: The moid of the searchTagItem instance. (required) - :param str moid10: The moid of the searchTagItem instance. (required) - :param str moid11: The moid of the searchTagItem instance. (required) - :param str moid12: The moid of the searchTagItem instance. (required) - :param str moid13: The moid of the searchTagItem instance. (required) - :param str moid14: The moid of the searchTagItem instance. (required) - :param str moid15: The moid of the searchTagItem instance. (required) :return: SearchTagItem If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def search_tag_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `search_tag_items_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `search_tag_items_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def search_tag_items_moid_get_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/security_unit_api.py b/intersight/apis/security_unit_api.py index 9a3147f3..ce9682d0 100644 --- a/intersight/apis/security_unit_api.py +++ b/intersight/apis/security_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def security_units_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SecurityUnitList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def security_units_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: SecurityUnitList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def security_units_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def security_units_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def security_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def security_units_moid_get(self, moid, **kwargs): """ Get a specific instance of 'securityUnit' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def security_units_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.security_units_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.security_units_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the securityUnit instance. (required) - :param str moid2: The moid of the securityUnit instance. (required) - :param str moid3: The moid of the securityUnit instance. (required) - :param str moid4: The moid of the securityUnit instance. (required) - :param str moid5: The moid of the securityUnit instance. (required) - :param str moid6: The moid of the securityUnit instance. (required) - :param str moid7: The moid of the securityUnit instance. (required) - :param str moid8: The moid of the securityUnit instance. (required) - :param str moid9: The moid of the securityUnit instance. (required) - :param str moid10: The moid of the securityUnit instance. (required) - :param str moid11: The moid of the securityUnit instance. (required) - :param str moid12: The moid of the securityUnit instance. (required) - :param str moid13: The moid of the securityUnit instance. (required) - :param str moid14: The moid of the securityUnit instance. (required) - :param str moid15: The moid of the securityUnit instance. (required) :return: SecurityUnit If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.security_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.security_units_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.security_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.security_units_moid_get_with_http_info(moid, **kwargs) return data - def security_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def security_units_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'securityUnit' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def security_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.security_units_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.security_units_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the securityUnit instance. (required) - :param str moid2: The moid of the securityUnit instance. (required) - :param str moid3: The moid of the securityUnit instance. (required) - :param str moid4: The moid of the securityUnit instance. (required) - :param str moid5: The moid of the securityUnit instance. (required) - :param str moid6: The moid of the securityUnit instance. (required) - :param str moid7: The moid of the securityUnit instance. (required) - :param str moid8: The moid of the securityUnit instance. (required) - :param str moid9: The moid of the securityUnit instance. (required) - :param str moid10: The moid of the securityUnit instance. (required) - :param str moid11: The moid of the securityUnit instance. (required) - :param str moid12: The moid of the securityUnit instance. (required) - :param str moid13: The moid of the securityUnit instance. (required) - :param str moid14: The moid of the securityUnit instance. (required) - :param str moid15: The moid of the securityUnit instance. (required) :return: SecurityUnit If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def security_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `security_units_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `security_units_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `security_units_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `security_units_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `security_units_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `security_units_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `security_units_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `security_units_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `security_units_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `security_units_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `security_units_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `security_units_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `security_units_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `security_units_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `security_units_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def security_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def security_units_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def security_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def security_units_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'securityUnit' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def security_units_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.security_units_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.security_units_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the securityUnit instance. (required) :param SecurityUnit body: securityUnit to update (required) - :param str moid2: The moid of the securityUnit instance. (required) - :param SecurityUnit body2: securityUnit to update (required) - :param str moid3: The moid of the securityUnit instance. (required) - :param SecurityUnit body3: securityUnit to update (required) - :param str moid4: The moid of the securityUnit instance. (required) - :param SecurityUnit body4: securityUnit to update (required) - :param str moid5: The moid of the securityUnit instance. (required) - :param SecurityUnit body5: securityUnit to update (required) - :param str moid6: The moid of the securityUnit instance. (required) - :param SecurityUnit body6: securityUnit to update (required) - :param str moid7: The moid of the securityUnit instance. (required) - :param SecurityUnit body7: securityUnit to update (required) - :param str moid8: The moid of the securityUnit instance. (required) - :param SecurityUnit body8: securityUnit to update (required) - :param str moid9: The moid of the securityUnit instance. (required) - :param SecurityUnit body9: securityUnit to update (required) - :param str moid10: The moid of the securityUnit instance. (required) - :param SecurityUnit body10: securityUnit to update (required) - :param str moid11: The moid of the securityUnit instance. (required) - :param SecurityUnit body11: securityUnit to update (required) - :param str moid12: The moid of the securityUnit instance. (required) - :param SecurityUnit body12: securityUnit to update (required) - :param str moid13: The moid of the securityUnit instance. (required) - :param SecurityUnit body13: securityUnit to update (required) - :param str moid14: The moid of the securityUnit instance. (required) - :param SecurityUnit body14: securityUnit to update (required) - :param str moid15: The moid of the securityUnit instance. (required) - :param SecurityUnit body15: securityUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.security_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.security_units_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.security_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.security_units_moid_patch_with_http_info(moid, body, **kwargs) return data - def security_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def security_units_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'securityUnit' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def security_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.security_units_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.security_units_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the securityUnit instance. (required) :param SecurityUnit body: securityUnit to update (required) - :param str moid2: The moid of the securityUnit instance. (required) - :param SecurityUnit body2: securityUnit to update (required) - :param str moid3: The moid of the securityUnit instance. (required) - :param SecurityUnit body3: securityUnit to update (required) - :param str moid4: The moid of the securityUnit instance. (required) - :param SecurityUnit body4: securityUnit to update (required) - :param str moid5: The moid of the securityUnit instance. (required) - :param SecurityUnit body5: securityUnit to update (required) - :param str moid6: The moid of the securityUnit instance. (required) - :param SecurityUnit body6: securityUnit to update (required) - :param str moid7: The moid of the securityUnit instance. (required) - :param SecurityUnit body7: securityUnit to update (required) - :param str moid8: The moid of the securityUnit instance. (required) - :param SecurityUnit body8: securityUnit to update (required) - :param str moid9: The moid of the securityUnit instance. (required) - :param SecurityUnit body9: securityUnit to update (required) - :param str moid10: The moid of the securityUnit instance. (required) - :param SecurityUnit body10: securityUnit to update (required) - :param str moid11: The moid of the securityUnit instance. (required) - :param SecurityUnit body11: securityUnit to update (required) - :param str moid12: The moid of the securityUnit instance. (required) - :param SecurityUnit body12: securityUnit to update (required) - :param str moid13: The moid of the securityUnit instance. (required) - :param SecurityUnit body13: securityUnit to update (required) - :param str moid14: The moid of the securityUnit instance. (required) - :param SecurityUnit body14: securityUnit to update (required) - :param str moid15: The moid of the securityUnit instance. (required) - :param SecurityUnit body15: securityUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def security_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `security_units_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `security_units_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `security_units_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `security_units_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `security_units_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `security_units_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `security_units_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `security_units_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `security_units_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `security_units_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `security_units_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `security_units_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `security_units_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `security_units_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `security_units_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `security_units_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `security_units_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `security_units_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `security_units_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `security_units_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `security_units_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `security_units_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `security_units_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `security_units_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `security_units_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `security_units_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `security_units_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `security_units_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `security_units_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def security_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def security_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def security_units_moid_patch_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def security_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def security_units_moid_post(self, moid, body, **kwargs): """ Update an instance of 'securityUnit' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def security_units_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.security_units_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.security_units_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the securityUnit instance. (required) :param SecurityUnit body: securityUnit to update (required) - :param str moid2: The moid of the securityUnit instance. (required) - :param SecurityUnit body2: securityUnit to update (required) - :param str moid3: The moid of the securityUnit instance. (required) - :param SecurityUnit body3: securityUnit to update (required) - :param str moid4: The moid of the securityUnit instance. (required) - :param SecurityUnit body4: securityUnit to update (required) - :param str moid5: The moid of the securityUnit instance. (required) - :param SecurityUnit body5: securityUnit to update (required) - :param str moid6: The moid of the securityUnit instance. (required) - :param SecurityUnit body6: securityUnit to update (required) - :param str moid7: The moid of the securityUnit instance. (required) - :param SecurityUnit body7: securityUnit to update (required) - :param str moid8: The moid of the securityUnit instance. (required) - :param SecurityUnit body8: securityUnit to update (required) - :param str moid9: The moid of the securityUnit instance. (required) - :param SecurityUnit body9: securityUnit to update (required) - :param str moid10: The moid of the securityUnit instance. (required) - :param SecurityUnit body10: securityUnit to update (required) - :param str moid11: The moid of the securityUnit instance. (required) - :param SecurityUnit body11: securityUnit to update (required) - :param str moid12: The moid of the securityUnit instance. (required) - :param SecurityUnit body12: securityUnit to update (required) - :param str moid13: The moid of the securityUnit instance. (required) - :param SecurityUnit body13: securityUnit to update (required) - :param str moid14: The moid of the securityUnit instance. (required) - :param SecurityUnit body14: securityUnit to update (required) - :param str moid15: The moid of the securityUnit instance. (required) - :param SecurityUnit body15: securityUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.security_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.security_units_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.security_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.security_units_moid_post_with_http_info(moid, body, **kwargs) return data - def security_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def security_units_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'securityUnit' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def security_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.security_units_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.security_units_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the securityUnit instance. (required) :param SecurityUnit body: securityUnit to update (required) - :param str moid2: The moid of the securityUnit instance. (required) - :param SecurityUnit body2: securityUnit to update (required) - :param str moid3: The moid of the securityUnit instance. (required) - :param SecurityUnit body3: securityUnit to update (required) - :param str moid4: The moid of the securityUnit instance. (required) - :param SecurityUnit body4: securityUnit to update (required) - :param str moid5: The moid of the securityUnit instance. (required) - :param SecurityUnit body5: securityUnit to update (required) - :param str moid6: The moid of the securityUnit instance. (required) - :param SecurityUnit body6: securityUnit to update (required) - :param str moid7: The moid of the securityUnit instance. (required) - :param SecurityUnit body7: securityUnit to update (required) - :param str moid8: The moid of the securityUnit instance. (required) - :param SecurityUnit body8: securityUnit to update (required) - :param str moid9: The moid of the securityUnit instance. (required) - :param SecurityUnit body9: securityUnit to update (required) - :param str moid10: The moid of the securityUnit instance. (required) - :param SecurityUnit body10: securityUnit to update (required) - :param str moid11: The moid of the securityUnit instance. (required) - :param SecurityUnit body11: securityUnit to update (required) - :param str moid12: The moid of the securityUnit instance. (required) - :param SecurityUnit body12: securityUnit to update (required) - :param str moid13: The moid of the securityUnit instance. (required) - :param SecurityUnit body13: securityUnit to update (required) - :param str moid14: The moid of the securityUnit instance. (required) - :param SecurityUnit body14: securityUnit to update (required) - :param str moid15: The moid of the securityUnit instance. (required) - :param SecurityUnit body15: securityUnit to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def security_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `security_units_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `security_units_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `security_units_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `security_units_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `security_units_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `security_units_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `security_units_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `security_units_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `security_units_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `security_units_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `security_units_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `security_units_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `security_units_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `security_units_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `security_units_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `security_units_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `security_units_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `security_units_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `security_units_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `security_units_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `security_units_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `security_units_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `security_units_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `security_units_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `security_units_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `security_units_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `security_units_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `security_units_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `security_units_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def security_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def security_units_moid_post_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/server_config_change_detail_api.py b/intersight/apis/server_config_change_detail_api.py index 1d6816ac..b2f26e09 100644 --- a/intersight/apis/server_config_change_detail_api.py +++ b/intersight/apis/server_config_change_detail_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def server_config_change_details_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerConfigChangeDetailList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def server_config_change_details_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerConfigChangeDetailList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def server_config_change_details_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def server_config_change_details_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_config_change_details_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_config_change_details_moid_get(self, moid, **kwargs): """ Get a specific instance of 'serverConfigChangeDetail' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def server_config_change_details_moid_get(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_config_change_details_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_config_change_details_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverConfigChangeDetail instance. (required) - :param str moid2: The moid of the serverConfigChangeDetail instance. (required) - :param str moid3: The moid of the serverConfigChangeDetail instance. (required) - :param str moid4: The moid of the serverConfigChangeDetail instance. (required) - :param str moid5: The moid of the serverConfigChangeDetail instance. (required) - :param str moid6: The moid of the serverConfigChangeDetail instance. (required) - :param str moid7: The moid of the serverConfigChangeDetail instance. (required) - :param str moid8: The moid of the serverConfigChangeDetail instance. (required) - :param str moid9: The moid of the serverConfigChangeDetail instance. (required) - :param str moid10: The moid of the serverConfigChangeDetail instance. (required) - :param str moid11: The moid of the serverConfigChangeDetail instance. (required) - :param str moid12: The moid of the serverConfigChangeDetail instance. (required) - :param str moid13: The moid of the serverConfigChangeDetail instance. (required) - :param str moid14: The moid of the serverConfigChangeDetail instance. (required) - :param str moid15: The moid of the serverConfigChangeDetail instance. (required) :return: ServerConfigChangeDetail If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_config_change_details_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.server_config_change_details_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.server_config_change_details_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.server_config_change_details_moid_get_with_http_info(moid, **kwargs) return data - def server_config_change_details_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_config_change_details_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'serverConfigChangeDetail' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def server_config_change_details_moid_get_with_http_info(self, moid, moid2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_config_change_details_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_config_change_details_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverConfigChangeDetail instance. (required) - :param str moid2: The moid of the serverConfigChangeDetail instance. (required) - :param str moid3: The moid of the serverConfigChangeDetail instance. (required) - :param str moid4: The moid of the serverConfigChangeDetail instance. (required) - :param str moid5: The moid of the serverConfigChangeDetail instance. (required) - :param str moid6: The moid of the serverConfigChangeDetail instance. (required) - :param str moid7: The moid of the serverConfigChangeDetail instance. (required) - :param str moid8: The moid of the serverConfigChangeDetail instance. (required) - :param str moid9: The moid of the serverConfigChangeDetail instance. (required) - :param str moid10: The moid of the serverConfigChangeDetail instance. (required) - :param str moid11: The moid of the serverConfigChangeDetail instance. (required) - :param str moid12: The moid of the serverConfigChangeDetail instance. (required) - :param str moid13: The moid of the serverConfigChangeDetail instance. (required) - :param str moid14: The moid of the serverConfigChangeDetail instance. (required) - :param str moid15: The moid of the serverConfigChangeDetail instance. (required) :return: ServerConfigChangeDetail If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def server_config_change_details_moid_get_with_http_info(self, moid, moid2, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `server_config_change_details_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `server_config_change_details_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def server_config_change_details_moid_get_with_http_info(self, moid, moid2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/server_config_result_api.py b/intersight/apis/server_config_result_api.py index 8bedaf35..6d8283d4 100644 --- a/intersight/apis/server_config_result_api.py +++ b/intersight/apis/server_config_result_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def server_config_results_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerConfigResultList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def server_config_results_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerConfigResultList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def server_config_results_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def server_config_results_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_config_results_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_config_results_moid_get(self, moid, **kwargs): """ Get a specific instance of 'serverConfigResult' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def server_config_results_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_config_results_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_config_results_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverConfigResult instance. (required) - :param str moid2: The moid of the serverConfigResult instance. (required) - :param str moid3: The moid of the serverConfigResult instance. (required) - :param str moid4: The moid of the serverConfigResult instance. (required) - :param str moid5: The moid of the serverConfigResult instance. (required) - :param str moid6: The moid of the serverConfigResult instance. (required) - :param str moid7: The moid of the serverConfigResult instance. (required) - :param str moid8: The moid of the serverConfigResult instance. (required) - :param str moid9: The moid of the serverConfigResult instance. (required) - :param str moid10: The moid of the serverConfigResult instance. (required) - :param str moid11: The moid of the serverConfigResult instance. (required) - :param str moid12: The moid of the serverConfigResult instance. (required) - :param str moid13: The moid of the serverConfigResult instance. (required) - :param str moid14: The moid of the serverConfigResult instance. (required) - :param str moid15: The moid of the serverConfigResult instance. (required) :return: ServerConfigResult If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_config_results_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.server_config_results_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.server_config_results_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.server_config_results_moid_get_with_http_info(moid, **kwargs) return data - def server_config_results_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_config_results_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'serverConfigResult' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def server_config_results_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_config_results_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_config_results_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverConfigResult instance. (required) - :param str moid2: The moid of the serverConfigResult instance. (required) - :param str moid3: The moid of the serverConfigResult instance. (required) - :param str moid4: The moid of the serverConfigResult instance. (required) - :param str moid5: The moid of the serverConfigResult instance. (required) - :param str moid6: The moid of the serverConfigResult instance. (required) - :param str moid7: The moid of the serverConfigResult instance. (required) - :param str moid8: The moid of the serverConfigResult instance. (required) - :param str moid9: The moid of the serverConfigResult instance. (required) - :param str moid10: The moid of the serverConfigResult instance. (required) - :param str moid11: The moid of the serverConfigResult instance. (required) - :param str moid12: The moid of the serverConfigResult instance. (required) - :param str moid13: The moid of the serverConfigResult instance. (required) - :param str moid14: The moid of the serverConfigResult instance. (required) - :param str moid15: The moid of the serverConfigResult instance. (required) :return: ServerConfigResult If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def server_config_results_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `server_config_results_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `server_config_results_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def server_config_results_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/server_config_result_entry_api.py b/intersight/apis/server_config_result_entry_api.py index e30ea490..5768f68c 100644 --- a/intersight/apis/server_config_result_entry_api.py +++ b/intersight/apis/server_config_result_entry_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def server_config_result_entries_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerConfigResultEntryList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def server_config_result_entries_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerConfigResultEntryList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def server_config_result_entries_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def server_config_result_entries_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_config_result_entries_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_config_result_entries_moid_get(self, moid, **kwargs): """ Get a specific instance of 'serverConfigResultEntry' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def server_config_result_entries_moid_get(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_config_result_entries_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_config_result_entries_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverConfigResultEntry instance. (required) - :param str moid2: The moid of the serverConfigResultEntry instance. (required) - :param str moid3: The moid of the serverConfigResultEntry instance. (required) - :param str moid4: The moid of the serverConfigResultEntry instance. (required) - :param str moid5: The moid of the serverConfigResultEntry instance. (required) - :param str moid6: The moid of the serverConfigResultEntry instance. (required) - :param str moid7: The moid of the serverConfigResultEntry instance. (required) - :param str moid8: The moid of the serverConfigResultEntry instance. (required) - :param str moid9: The moid of the serverConfigResultEntry instance. (required) - :param str moid10: The moid of the serverConfigResultEntry instance. (required) - :param str moid11: The moid of the serverConfigResultEntry instance. (required) - :param str moid12: The moid of the serverConfigResultEntry instance. (required) - :param str moid13: The moid of the serverConfigResultEntry instance. (required) - :param str moid14: The moid of the serverConfigResultEntry instance. (required) - :param str moid15: The moid of the serverConfigResultEntry instance. (required) :return: ServerConfigResultEntry If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_config_result_entries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.server_config_result_entries_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.server_config_result_entries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.server_config_result_entries_moid_get_with_http_info(moid, **kwargs) return data - def server_config_result_entries_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_config_result_entries_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'serverConfigResultEntry' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def server_config_result_entries_moid_get_with_http_info(self, moid, moid2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_config_result_entries_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_config_result_entries_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverConfigResultEntry instance. (required) - :param str moid2: The moid of the serverConfigResultEntry instance. (required) - :param str moid3: The moid of the serverConfigResultEntry instance. (required) - :param str moid4: The moid of the serverConfigResultEntry instance. (required) - :param str moid5: The moid of the serverConfigResultEntry instance. (required) - :param str moid6: The moid of the serverConfigResultEntry instance. (required) - :param str moid7: The moid of the serverConfigResultEntry instance. (required) - :param str moid8: The moid of the serverConfigResultEntry instance. (required) - :param str moid9: The moid of the serverConfigResultEntry instance. (required) - :param str moid10: The moid of the serverConfigResultEntry instance. (required) - :param str moid11: The moid of the serverConfigResultEntry instance. (required) - :param str moid12: The moid of the serverConfigResultEntry instance. (required) - :param str moid13: The moid of the serverConfigResultEntry instance. (required) - :param str moid14: The moid of the serverConfigResultEntry instance. (required) - :param str moid15: The moid of the serverConfigResultEntry instance. (required) :return: ServerConfigResultEntry If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def server_config_result_entries_moid_get_with_http_info(self, moid, moid2, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `server_config_result_entries_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `server_config_result_entries_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def server_config_result_entries_moid_get_with_http_info(self, moid, moid2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/server_profile_api.py b/intersight/apis/server_profile_api.py index 63fb3823..436c1f54 100644 --- a/intersight/apis/server_profile_api.py +++ b/intersight/apis/server_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def server_profiles_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerProfileList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def server_profiles_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: ServerProfileList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def server_profiles_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def server_profiles_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_profiles_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_profiles_moid_delete(self, moid, **kwargs): """ Delete an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def server_profiles_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_profiles_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param str moid15: The moid of the serverProfile instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.server_profiles_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.server_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.server_profiles_moid_delete_with_http_info(moid, **kwargs) return data - def server_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_profiles_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def server_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_profiles_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param str moid15: The moid of the serverProfile instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def server_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `server_profiles_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `server_profiles_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def server_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def server_profiles_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_profiles_moid_get(self, moid, **kwargs): """ Get a specific instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def server_profiles_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_profiles_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param str moid15: The moid of the serverProfile instance. (required) :return: ServerProfile If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.server_profiles_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.server_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.server_profiles_moid_get_with_http_info(moid, **kwargs) return data - def server_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def server_profiles_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def server_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.server_profiles_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param str moid15: The moid of the serverProfile instance. (required) :return: ServerProfile If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def server_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `server_profiles_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `server_profiles_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def server_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def server_profiles_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_profiles_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def server_profiles_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def server_profiles_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.server_profiles_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) :param ServerProfile body: serverProfile to update (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param ServerProfile body2: serverProfile to update (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param ServerProfile body3: serverProfile to update (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param ServerProfile body4: serverProfile to update (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param ServerProfile body5: serverProfile to update (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param ServerProfile body6: serverProfile to update (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param ServerProfile body7: serverProfile to update (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param ServerProfile body8: serverProfile to update (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param ServerProfile body9: serverProfile to update (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param ServerProfile body10: serverProfile to update (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param ServerProfile body11: serverProfile to update (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param ServerProfile body12: serverProfile to update (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param ServerProfile body13: serverProfile to update (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param ServerProfile body14: serverProfile to update (required) - :param str moid15: The moid of the serverProfile instance. (required) - :param ServerProfile body15: serverProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.server_profiles_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.server_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.server_profiles_moid_patch_with_http_info(moid, body, **kwargs) return data - def server_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def server_profiles_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def server_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.server_profiles_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) :param ServerProfile body: serverProfile to update (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param ServerProfile body2: serverProfile to update (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param ServerProfile body3: serverProfile to update (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param ServerProfile body4: serverProfile to update (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param ServerProfile body5: serverProfile to update (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param ServerProfile body6: serverProfile to update (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param ServerProfile body7: serverProfile to update (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param ServerProfile body8: serverProfile to update (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param ServerProfile body9: serverProfile to update (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param ServerProfile body10: serverProfile to update (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param ServerProfile body11: serverProfile to update (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param ServerProfile body12: serverProfile to update (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param ServerProfile body13: serverProfile to update (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param ServerProfile body14: serverProfile to update (required) - :param str moid15: The moid of the serverProfile instance. (required) - :param ServerProfile body15: serverProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def server_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `server_profiles_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `server_profiles_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `server_profiles_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def server_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def server_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def server_profiles_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_profiles_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def server_profiles_moid_post(self, moid, body, **kwargs): """ Update an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def server_profiles_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.server_profiles_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) :param ServerProfile body: serverProfile to update (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param ServerProfile body2: serverProfile to update (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param ServerProfile body3: serverProfile to update (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param ServerProfile body4: serverProfile to update (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param ServerProfile body5: serverProfile to update (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param ServerProfile body6: serverProfile to update (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param ServerProfile body7: serverProfile to update (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param ServerProfile body8: serverProfile to update (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param ServerProfile body9: serverProfile to update (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param ServerProfile body10: serverProfile to update (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param ServerProfile body11: serverProfile to update (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param ServerProfile body12: serverProfile to update (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param ServerProfile body13: serverProfile to update (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param ServerProfile body14: serverProfile to update (required) - :param str moid15: The moid of the serverProfile instance. (required) - :param ServerProfile body15: serverProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.server_profiles_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.server_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.server_profiles_moid_post_with_http_info(moid, body, **kwargs) return data - def server_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def server_profiles_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def server_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.server_profiles_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the serverProfile instance. (required) :param ServerProfile body: serverProfile to update (required) - :param str moid2: The moid of the serverProfile instance. (required) - :param ServerProfile body2: serverProfile to update (required) - :param str moid3: The moid of the serverProfile instance. (required) - :param ServerProfile body3: serverProfile to update (required) - :param str moid4: The moid of the serverProfile instance. (required) - :param ServerProfile body4: serverProfile to update (required) - :param str moid5: The moid of the serverProfile instance. (required) - :param ServerProfile body5: serverProfile to update (required) - :param str moid6: The moid of the serverProfile instance. (required) - :param ServerProfile body6: serverProfile to update (required) - :param str moid7: The moid of the serverProfile instance. (required) - :param ServerProfile body7: serverProfile to update (required) - :param str moid8: The moid of the serverProfile instance. (required) - :param ServerProfile body8: serverProfile to update (required) - :param str moid9: The moid of the serverProfile instance. (required) - :param ServerProfile body9: serverProfile to update (required) - :param str moid10: The moid of the serverProfile instance. (required) - :param ServerProfile body10: serverProfile to update (required) - :param str moid11: The moid of the serverProfile instance. (required) - :param ServerProfile body11: serverProfile to update (required) - :param str moid12: The moid of the serverProfile instance. (required) - :param ServerProfile body12: serverProfile to update (required) - :param str moid13: The moid of the serverProfile instance. (required) - :param ServerProfile body13: serverProfile to update (required) - :param str moid14: The moid of the serverProfile instance. (required) - :param ServerProfile body14: serverProfile to update (required) - :param str moid15: The moid of the serverProfile instance. (required) - :param ServerProfile body15: serverProfile to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def server_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `server_profiles_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `server_profiles_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `server_profiles_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `server_profiles_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `server_profiles_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `server_profiles_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `server_profiles_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `server_profiles_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `server_profiles_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `server_profiles_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `server_profiles_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `server_profiles_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `server_profiles_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `server_profiles_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `server_profiles_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `server_profiles_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def server_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def server_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def server_profiles_moid_post_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def server_profiles_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def server_profiles_post(self, body, **kwargs): """ Create an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def server_profiles_post(self, body, body2, body3, body4, body5, body6, body7, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.server_profiles_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param ServerProfile body: serverProfile to add (required) - :param ServerProfile body2: serverProfile to add (required) - :param ServerProfile body3: serverProfile to add (required) - :param ServerProfile body4: serverProfile to add (required) - :param ServerProfile body5: serverProfile to add (required) - :param ServerProfile body6: serverProfile to add (required) - :param ServerProfile body7: serverProfile to add (required) - :param ServerProfile body8: serverProfile to add (required) - :param ServerProfile body9: serverProfile to add (required) - :param ServerProfile body10: serverProfile to add (required) - :param ServerProfile body11: serverProfile to add (required) - :param ServerProfile body12: serverProfile to add (required) - :param ServerProfile body13: serverProfile to add (required) - :param ServerProfile body14: serverProfile to add (required) - :param ServerProfile body15: serverProfile to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.server_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.server_profiles_post_with_http_info(body, **kwargs) else: - (data) = self.server_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.server_profiles_post_with_http_info(body, **kwargs) return data - def server_profiles_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def server_profiles_post_with_http_info(self, body, **kwargs): """ Create an instance of 'serverProfile' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def server_profiles_post_with_http_info(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.server_profiles_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.server_profiles_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param ServerProfile body: serverProfile to add (required) - :param ServerProfile body2: serverProfile to add (required) - :param ServerProfile body3: serverProfile to add (required) - :param ServerProfile body4: serverProfile to add (required) - :param ServerProfile body5: serverProfile to add (required) - :param ServerProfile body6: serverProfile to add (required) - :param ServerProfile body7: serverProfile to add (required) - :param ServerProfile body8: serverProfile to add (required) - :param ServerProfile body9: serverProfile to add (required) - :param ServerProfile body10: serverProfile to add (required) - :param ServerProfile body11: serverProfile to add (required) - :param ServerProfile body12: serverProfile to add (required) - :param ServerProfile body13: serverProfile to add (required) - :param ServerProfile body14: serverProfile to add (required) - :param ServerProfile body15: serverProfile to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def server_profiles_post_with_http_info(self, body, body2, body3, body4, body5, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `server_profiles_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `server_profiles_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `server_profiles_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `server_profiles_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `server_profiles_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `server_profiles_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `server_profiles_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `server_profiles_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `server_profiles_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `server_profiles_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `server_profiles_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `server_profiles_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `server_profiles_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `server_profiles_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `server_profiles_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def server_profiles_post_with_http_info(self, body, body2, body3, body4, body5, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/smtp_policy_api.py b/intersight/apis/smtp_policy_api.py index 7b0cb564..8496513c 100644 --- a/intersight/apis/smtp_policy_api.py +++ b/intersight/apis/smtp_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def smtp_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SmtpPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def smtp_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SmtpPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def smtp_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def smtp_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def smtp_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def smtp_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def smtp_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.smtp_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param str moid15: The moid of the smtpPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.smtp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.smtp_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.smtp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.smtp_policies_moid_delete_with_http_info(moid, **kwargs) return data - def smtp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def smtp_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def smtp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.smtp_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param str moid15: The moid of the smtpPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def smtp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `smtp_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `smtp_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def smtp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def smtp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def smtp_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def smtp_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def smtp_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.smtp_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param str moid15: The moid of the smtpPolicy instance. (required) :return: SmtpPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.smtp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.smtp_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.smtp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.smtp_policies_moid_get_with_http_info(moid, **kwargs) return data - def smtp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def smtp_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def smtp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.smtp_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param str moid15: The moid of the smtpPolicy instance. (required) :return: SmtpPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def smtp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `smtp_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `smtp_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def smtp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def smtp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def smtp_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def smtp_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def smtp_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.smtp_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) :param SmtpPolicy body: smtpPolicy to update (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body2: smtpPolicy to update (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body3: smtpPolicy to update (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body4: smtpPolicy to update (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body5: smtpPolicy to update (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body6: smtpPolicy to update (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body7: smtpPolicy to update (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body8: smtpPolicy to update (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body9: smtpPolicy to update (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body10: smtpPolicy to update (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body11: smtpPolicy to update (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body12: smtpPolicy to update (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body13: smtpPolicy to update (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body14: smtpPolicy to update (required) - :param str moid15: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body15: smtpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.smtp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.smtp_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.smtp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.smtp_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def smtp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def smtp_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def smtp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.smtp_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) :param SmtpPolicy body: smtpPolicy to update (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body2: smtpPolicy to update (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body3: smtpPolicy to update (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body4: smtpPolicy to update (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body5: smtpPolicy to update (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body6: smtpPolicy to update (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body7: smtpPolicy to update (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body8: smtpPolicy to update (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body9: smtpPolicy to update (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body10: smtpPolicy to update (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body11: smtpPolicy to update (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body12: smtpPolicy to update (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body13: smtpPolicy to update (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body14: smtpPolicy to update (required) - :param str moid15: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body15: smtpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def smtp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `smtp_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `smtp_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def smtp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def smtp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def smtp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def smtp_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def smtp_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def smtp_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.smtp_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) :param SmtpPolicy body: smtpPolicy to update (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body2: smtpPolicy to update (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body3: smtpPolicy to update (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body4: smtpPolicy to update (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body5: smtpPolicy to update (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body6: smtpPolicy to update (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body7: smtpPolicy to update (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body8: smtpPolicy to update (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body9: smtpPolicy to update (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body10: smtpPolicy to update (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body11: smtpPolicy to update (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body12: smtpPolicy to update (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body13: smtpPolicy to update (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body14: smtpPolicy to update (required) - :param str moid15: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body15: smtpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.smtp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.smtp_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.smtp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.smtp_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def smtp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def smtp_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def smtp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.smtp_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the smtpPolicy instance. (required) :param SmtpPolicy body: smtpPolicy to update (required) - :param str moid2: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body2: smtpPolicy to update (required) - :param str moid3: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body3: smtpPolicy to update (required) - :param str moid4: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body4: smtpPolicy to update (required) - :param str moid5: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body5: smtpPolicy to update (required) - :param str moid6: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body6: smtpPolicy to update (required) - :param str moid7: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body7: smtpPolicy to update (required) - :param str moid8: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body8: smtpPolicy to update (required) - :param str moid9: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body9: smtpPolicy to update (required) - :param str moid10: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body10: smtpPolicy to update (required) - :param str moid11: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body11: smtpPolicy to update (required) - :param str moid12: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body12: smtpPolicy to update (required) - :param str moid13: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body13: smtpPolicy to update (required) - :param str moid14: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body14: smtpPolicy to update (required) - :param str moid15: The moid of the smtpPolicy instance. (required) - :param SmtpPolicy body15: smtpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def smtp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `smtp_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `smtp_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `smtp_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def smtp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def smtp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def smtp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def smtp_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def smtp_policies_post(self, body, **kwargs): """ Create an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def smtp_policies_post(self, body, body2, body3, body4, body5, body6, body7, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.smtp_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SmtpPolicy body: smtpPolicy to add (required) - :param SmtpPolicy body2: smtpPolicy to add (required) - :param SmtpPolicy body3: smtpPolicy to add (required) - :param SmtpPolicy body4: smtpPolicy to add (required) - :param SmtpPolicy body5: smtpPolicy to add (required) - :param SmtpPolicy body6: smtpPolicy to add (required) - :param SmtpPolicy body7: smtpPolicy to add (required) - :param SmtpPolicy body8: smtpPolicy to add (required) - :param SmtpPolicy body9: smtpPolicy to add (required) - :param SmtpPolicy body10: smtpPolicy to add (required) - :param SmtpPolicy body11: smtpPolicy to add (required) - :param SmtpPolicy body12: smtpPolicy to add (required) - :param SmtpPolicy body13: smtpPolicy to add (required) - :param SmtpPolicy body14: smtpPolicy to add (required) - :param SmtpPolicy body15: smtpPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.smtp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.smtp_policies_post_with_http_info(body, **kwargs) else: - (data) = self.smtp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.smtp_policies_post_with_http_info(body, **kwargs) return data - def smtp_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def smtp_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'smtpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def smtp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.smtp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.smtp_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SmtpPolicy body: smtpPolicy to add (required) - :param SmtpPolicy body2: smtpPolicy to add (required) - :param SmtpPolicy body3: smtpPolicy to add (required) - :param SmtpPolicy body4: smtpPolicy to add (required) - :param SmtpPolicy body5: smtpPolicy to add (required) - :param SmtpPolicy body6: smtpPolicy to add (required) - :param SmtpPolicy body7: smtpPolicy to add (required) - :param SmtpPolicy body8: smtpPolicy to add (required) - :param SmtpPolicy body9: smtpPolicy to add (required) - :param SmtpPolicy body10: smtpPolicy to add (required) - :param SmtpPolicy body11: smtpPolicy to add (required) - :param SmtpPolicy body12: smtpPolicy to add (required) - :param SmtpPolicy body13: smtpPolicy to add (required) - :param SmtpPolicy body14: smtpPolicy to add (required) - :param SmtpPolicy body15: smtpPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def smtp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `smtp_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `smtp_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `smtp_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `smtp_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `smtp_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `smtp_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `smtp_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `smtp_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `smtp_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `smtp_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `smtp_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `smtp_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `smtp_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `smtp_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `smtp_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def smtp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/snmp_policy_api.py b/intersight/apis/snmp_policy_api.py index f2099476..d568a4f2 100644 --- a/intersight/apis/snmp_policy_api.py +++ b/intersight/apis/snmp_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def snmp_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SnmpPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def snmp_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SnmpPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def snmp_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def snmp_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def snmp_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def snmp_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def snmp_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.snmp_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param str moid15: The moid of the snmpPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.snmp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.snmp_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.snmp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.snmp_policies_moid_delete_with_http_info(moid, **kwargs) return data - def snmp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def snmp_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def snmp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.snmp_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param str moid15: The moid of the snmpPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def snmp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `snmp_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `snmp_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def snmp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def snmp_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def snmp_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def snmp_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def snmp_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.snmp_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param str moid15: The moid of the snmpPolicy instance. (required) :return: SnmpPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.snmp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.snmp_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.snmp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.snmp_policies_moid_get_with_http_info(moid, **kwargs) return data - def snmp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def snmp_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def snmp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.snmp_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param str moid15: The moid of the snmpPolicy instance. (required) :return: SnmpPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def snmp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `snmp_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `snmp_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def snmp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def snmp_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def snmp_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def snmp_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def snmp_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.snmp_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) :param SnmpPolicy body: snmpPolicy to update (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body2: snmpPolicy to update (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body3: snmpPolicy to update (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body4: snmpPolicy to update (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body5: snmpPolicy to update (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body6: snmpPolicy to update (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body7: snmpPolicy to update (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body8: snmpPolicy to update (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body9: snmpPolicy to update (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body10: snmpPolicy to update (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body11: snmpPolicy to update (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body12: snmpPolicy to update (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body13: snmpPolicy to update (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body14: snmpPolicy to update (required) - :param str moid15: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body15: snmpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.snmp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.snmp_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.snmp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.snmp_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def snmp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def snmp_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def snmp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.snmp_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) :param SnmpPolicy body: snmpPolicy to update (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body2: snmpPolicy to update (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body3: snmpPolicy to update (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body4: snmpPolicy to update (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body5: snmpPolicy to update (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body6: snmpPolicy to update (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body7: snmpPolicy to update (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body8: snmpPolicy to update (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body9: snmpPolicy to update (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body10: snmpPolicy to update (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body11: snmpPolicy to update (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body12: snmpPolicy to update (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body13: snmpPolicy to update (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body14: snmpPolicy to update (required) - :param str moid15: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body15: snmpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def snmp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `snmp_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `snmp_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def snmp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def snmp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def snmp_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def snmp_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def snmp_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def snmp_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.snmp_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) :param SnmpPolicy body: snmpPolicy to update (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body2: snmpPolicy to update (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body3: snmpPolicy to update (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body4: snmpPolicy to update (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body5: snmpPolicy to update (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body6: snmpPolicy to update (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body7: snmpPolicy to update (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body8: snmpPolicy to update (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body9: snmpPolicy to update (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body10: snmpPolicy to update (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body11: snmpPolicy to update (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body12: snmpPolicy to update (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body13: snmpPolicy to update (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body14: snmpPolicy to update (required) - :param str moid15: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body15: snmpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.snmp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.snmp_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.snmp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.snmp_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def snmp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def snmp_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def snmp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.snmp_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the snmpPolicy instance. (required) :param SnmpPolicy body: snmpPolicy to update (required) - :param str moid2: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body2: snmpPolicy to update (required) - :param str moid3: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body3: snmpPolicy to update (required) - :param str moid4: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body4: snmpPolicy to update (required) - :param str moid5: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body5: snmpPolicy to update (required) - :param str moid6: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body6: snmpPolicy to update (required) - :param str moid7: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body7: snmpPolicy to update (required) - :param str moid8: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body8: snmpPolicy to update (required) - :param str moid9: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body9: snmpPolicy to update (required) - :param str moid10: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body10: snmpPolicy to update (required) - :param str moid11: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body11: snmpPolicy to update (required) - :param str moid12: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body12: snmpPolicy to update (required) - :param str moid13: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body13: snmpPolicy to update (required) - :param str moid14: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body14: snmpPolicy to update (required) - :param str moid15: The moid of the snmpPolicy instance. (required) - :param SnmpPolicy body15: snmpPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def snmp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `snmp_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `snmp_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `snmp_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def snmp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def snmp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def snmp_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def snmp_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def snmp_policies_post(self, body, **kwargs): """ Create an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def snmp_policies_post(self, body, body2, body3, body4, body5, body6, body7, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.snmp_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SnmpPolicy body: snmpPolicy to add (required) - :param SnmpPolicy body2: snmpPolicy to add (required) - :param SnmpPolicy body3: snmpPolicy to add (required) - :param SnmpPolicy body4: snmpPolicy to add (required) - :param SnmpPolicy body5: snmpPolicy to add (required) - :param SnmpPolicy body6: snmpPolicy to add (required) - :param SnmpPolicy body7: snmpPolicy to add (required) - :param SnmpPolicy body8: snmpPolicy to add (required) - :param SnmpPolicy body9: snmpPolicy to add (required) - :param SnmpPolicy body10: snmpPolicy to add (required) - :param SnmpPolicy body11: snmpPolicy to add (required) - :param SnmpPolicy body12: snmpPolicy to add (required) - :param SnmpPolicy body13: snmpPolicy to add (required) - :param SnmpPolicy body14: snmpPolicy to add (required) - :param SnmpPolicy body15: snmpPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.snmp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.snmp_policies_post_with_http_info(body, **kwargs) else: - (data) = self.snmp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.snmp_policies_post_with_http_info(body, **kwargs) return data - def snmp_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def snmp_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'snmpPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def snmp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.snmp_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.snmp_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SnmpPolicy body: snmpPolicy to add (required) - :param SnmpPolicy body2: snmpPolicy to add (required) - :param SnmpPolicy body3: snmpPolicy to add (required) - :param SnmpPolicy body4: snmpPolicy to add (required) - :param SnmpPolicy body5: snmpPolicy to add (required) - :param SnmpPolicy body6: snmpPolicy to add (required) - :param SnmpPolicy body7: snmpPolicy to add (required) - :param SnmpPolicy body8: snmpPolicy to add (required) - :param SnmpPolicy body9: snmpPolicy to add (required) - :param SnmpPolicy body10: snmpPolicy to add (required) - :param SnmpPolicy body11: snmpPolicy to add (required) - :param SnmpPolicy body12: snmpPolicy to add (required) - :param SnmpPolicy body13: snmpPolicy to add (required) - :param SnmpPolicy body14: snmpPolicy to add (required) - :param SnmpPolicy body15: snmpPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def snmp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `snmp_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `snmp_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `snmp_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `snmp_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `snmp_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `snmp_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `snmp_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `snmp_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `snmp_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `snmp_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `snmp_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `snmp_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `snmp_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `snmp_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `snmp_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def snmp_policies_post_with_http_info(self, body, body2, body3, body4, body5, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/softwarerepository_authorization_api.py b/intersight/apis/softwarerepository_authorization_api.py index 967d8f90..9ea8d0e8 100644 --- a/intersight/apis/softwarerepository_authorization_api.py +++ b/intersight/apis/softwarerepository_authorization_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,101 +63,6 @@ def softwarerepository_authorizations_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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)) :return: SoftwarerepositoryAuthorizationList If the method is called asynchronously, returns the request thread. @@ -192,107 +97,12 @@ def softwarerepository_authorizations_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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)) :return: SoftwarerepositoryAuthorizationList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11'] + 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') @@ -334,196 +144,6 @@ def softwarerepository_authorizations_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) header_params = {} @@ -557,7 +177,7 @@ def softwarerepository_authorizations_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def softwarerepository_authorizations_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, **kwargs): + def softwarerepository_authorizations_moid_get(self, moid, **kwargs): """ Get a specific instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -566,33 +186,23 @@ def softwarerepository_authorizations_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid2: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid3: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid4: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid5: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid6: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid7: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid8: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid9: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid10: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid11: The moid of the softwarerepositoryAuthorization instance. (required) :return: SoftwarerepositoryAuthorization If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.softwarerepository_authorizations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, **kwargs) + return self.softwarerepository_authorizations_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.softwarerepository_authorizations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, **kwargs) + (data) = self.softwarerepository_authorizations_moid_get_with_http_info(moid, **kwargs) return data - def softwarerepository_authorizations_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, **kwargs): + def softwarerepository_authorizations_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -601,27 +211,17 @@ def softwarerepository_authorizations_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid2: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid3: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid4: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid5: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid6: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid7: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid8: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid9: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid10: The moid of the softwarerepositoryAuthorization instance. (required) - :param str moid11: The moid of the softwarerepositoryAuthorization instance. (required) :return: SoftwarerepositoryAuthorization If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -639,36 +239,6 @@ def softwarerepository_authorizations_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `softwarerepository_authorizations_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `softwarerepository_authorizations_moid_get`") collection_formats = {} @@ -676,26 +246,6 @@ def softwarerepository_authorizations_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] query_params = [] @@ -731,7 +281,7 @@ def softwarerepository_authorizations_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def softwarerepository_authorizations_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs): + def softwarerepository_authorizations_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -740,44 +290,24 @@ def softwarerepository_authorizations_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the softwarerepositoryAuthorization instance. (required) :param SoftwarerepositoryAuthorization body: softwarerepositoryAuthorization to update (required) - :param str moid2: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body2: softwarerepositoryAuthorization to update (required) - :param str moid3: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body3: softwarerepositoryAuthorization to update (required) - :param str moid4: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body4: softwarerepositoryAuthorization to update (required) - :param str moid5: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body5: softwarerepositoryAuthorization to update (required) - :param str moid6: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body6: softwarerepositoryAuthorization to update (required) - :param str moid7: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body7: softwarerepositoryAuthorization to update (required) - :param str moid8: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body8: softwarerepositoryAuthorization to update (required) - :param str moid9: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body9: softwarerepositoryAuthorization to update (required) - :param str moid10: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body10: softwarerepositoryAuthorization to update (required) - :param str moid11: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body11: softwarerepositoryAuthorization to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.softwarerepository_authorizations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs) + return self.softwarerepository_authorizations_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.softwarerepository_authorizations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs) + (data) = self.softwarerepository_authorizations_moid_patch_with_http_info(moid, body, **kwargs) return data - def softwarerepository_authorizations_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs): + def softwarerepository_authorizations_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -786,38 +316,18 @@ def softwarerepository_authorizations_moid_patch_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the softwarerepositoryAuthorization instance. (required) :param SoftwarerepositoryAuthorization body: softwarerepositoryAuthorization to update (required) - :param str moid2: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body2: softwarerepositoryAuthorization to update (required) - :param str moid3: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body3: softwarerepositoryAuthorization to update (required) - :param str moid4: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body4: softwarerepositoryAuthorization to update (required) - :param str moid5: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body5: softwarerepositoryAuthorization to update (required) - :param str moid6: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body6: softwarerepositoryAuthorization to update (required) - :param str moid7: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body7: softwarerepositoryAuthorization to update (required) - :param str moid8: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body8: softwarerepositoryAuthorization to update (required) - :param str moid9: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body9: softwarerepositoryAuthorization to update (required) - :param str moid10: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body10: softwarerepositoryAuthorization to update (required) - :param str moid11: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body11: softwarerepositoryAuthorization to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -838,66 +348,6 @@ def softwarerepository_authorizations_moid_patch_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `softwarerepository_authorizations_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `softwarerepository_authorizations_moid_patch`") collection_formats = {} @@ -905,26 +355,6 @@ def softwarerepository_authorizations_moid_patch_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] query_params = [] @@ -934,8 +364,8 @@ def softwarerepository_authorizations_moid_patch_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body11' in params: - body_params = params['body11'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -962,7 +392,7 @@ def softwarerepository_authorizations_moid_patch_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def softwarerepository_authorizations_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs): + def softwarerepository_authorizations_moid_post(self, moid, body, **kwargs): """ Update an instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -971,44 +401,24 @@ def softwarerepository_authorizations_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the softwarerepositoryAuthorization instance. (required) :param SoftwarerepositoryAuthorization body: softwarerepositoryAuthorization to update (required) - :param str moid2: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body2: softwarerepositoryAuthorization to update (required) - :param str moid3: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body3: softwarerepositoryAuthorization to update (required) - :param str moid4: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body4: softwarerepositoryAuthorization to update (required) - :param str moid5: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body5: softwarerepositoryAuthorization to update (required) - :param str moid6: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body6: softwarerepositoryAuthorization to update (required) - :param str moid7: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body7: softwarerepositoryAuthorization to update (required) - :param str moid8: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body8: softwarerepositoryAuthorization to update (required) - :param str moid9: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body9: softwarerepositoryAuthorization to update (required) - :param str moid10: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body10: softwarerepositoryAuthorization to update (required) - :param str moid11: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body11: softwarerepositoryAuthorization to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.softwarerepository_authorizations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs) + return self.softwarerepository_authorizations_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.softwarerepository_authorizations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs) + (data) = self.softwarerepository_authorizations_moid_post_with_http_info(moid, body, **kwargs) return data - def softwarerepository_authorizations_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, **kwargs): + def softwarerepository_authorizations_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -1017,38 +427,18 @@ def softwarerepository_authorizations_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the softwarerepositoryAuthorization instance. (required) :param SoftwarerepositoryAuthorization body: softwarerepositoryAuthorization to update (required) - :param str moid2: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body2: softwarerepositoryAuthorization to update (required) - :param str moid3: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body3: softwarerepositoryAuthorization to update (required) - :param str moid4: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body4: softwarerepositoryAuthorization to update (required) - :param str moid5: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body5: softwarerepositoryAuthorization to update (required) - :param str moid6: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body6: softwarerepositoryAuthorization to update (required) - :param str moid7: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body7: softwarerepositoryAuthorization to update (required) - :param str moid8: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body8: softwarerepositoryAuthorization to update (required) - :param str moid9: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body9: softwarerepositoryAuthorization to update (required) - :param str moid10: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body10: softwarerepositoryAuthorization to update (required) - :param str moid11: The moid of the softwarerepositoryAuthorization instance. (required) - :param SoftwarerepositoryAuthorization body11: softwarerepositoryAuthorization to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1069,66 +459,6 @@ def softwarerepository_authorizations_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `softwarerepository_authorizations_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `softwarerepository_authorizations_moid_post`") collection_formats = {} @@ -1136,26 +466,6 @@ def softwarerepository_authorizations_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] query_params = [] @@ -1165,8 +475,8 @@ def softwarerepository_authorizations_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body11' in params: - body_params = params['body11'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1193,7 +503,7 @@ def softwarerepository_authorizations_moid_post_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def softwarerepository_authorizations_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, **kwargs): + def softwarerepository_authorizations_post(self, body, **kwargs): """ Create an instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -1202,33 +512,23 @@ def softwarerepository_authorizations_post(self, body, body2, body3, body4, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SoftwarerepositoryAuthorization body: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body2: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body3: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body4: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body5: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body6: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body7: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body8: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body9: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body10: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body11: softwarerepositoryAuthorization to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.softwarerepository_authorizations_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, **kwargs) + return self.softwarerepository_authorizations_post_with_http_info(body, **kwargs) else: - (data) = self.softwarerepository_authorizations_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, **kwargs) + (data) = self.softwarerepository_authorizations_post_with_http_info(body, **kwargs) return data - def softwarerepository_authorizations_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, **kwargs): + def softwarerepository_authorizations_post_with_http_info(self, body, **kwargs): """ Create an instance of 'softwarerepositoryAuthorization' This method makes a synchronous HTTP request by default. To make an @@ -1237,27 +537,17 @@ def softwarerepository_authorizations_post_with_http_info(self, body, body2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.softwarerepository_authorizations_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, callback=callback_function) + >>> thread = api.softwarerepository_authorizations_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SoftwarerepositoryAuthorization body: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body2: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body3: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body4: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body5: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body6: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body7: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body8: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body9: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body10: softwarerepositoryAuthorization to add (required) - :param SoftwarerepositoryAuthorization body11: softwarerepositoryAuthorization to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1275,36 +565,6 @@ def softwarerepository_authorizations_post_with_http_info(self, body, body2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `softwarerepository_authorizations_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `softwarerepository_authorizations_post`") collection_formats = {} @@ -1319,8 +579,8 @@ def softwarerepository_authorizations_post_with_http_info(self, body, body2, bod local_var_files = {} body_params = None - if 'body11' in params: - body_params = params['body11'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/sol_policy_api.py b/intersight/apis/sol_policy_api.py index 338b4ed2..4af3184f 100644 --- a/intersight/apis/sol_policy_api.py +++ b/intersight/apis/sol_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def sol_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SolPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def sol_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SolPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def sol_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def sol_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sol_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sol_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def sol_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sol_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param str moid15: The moid of the solPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sol_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.sol_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.sol_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.sol_policies_moid_delete_with_http_info(moid, **kwargs) return data - def sol_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sol_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def sol_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sol_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param str moid15: The moid of the solPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def sol_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sol_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sol_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def sol_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def sol_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sol_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sol_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def sol_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sol_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param str moid15: The moid of the solPolicy instance. (required) :return: SolPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sol_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.sol_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.sol_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.sol_policies_moid_get_with_http_info(moid, **kwargs) return data - def sol_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def sol_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def sol_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.sol_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param str moid15: The moid of the solPolicy instance. (required) :return: SolPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def sol_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sol_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sol_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def sol_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def sol_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sol_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sol_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def sol_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sol_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) :param SolPolicy body: solPolicy to update (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param SolPolicy body2: solPolicy to update (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param SolPolicy body3: solPolicy to update (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param SolPolicy body4: solPolicy to update (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param SolPolicy body5: solPolicy to update (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param SolPolicy body6: solPolicy to update (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param SolPolicy body7: solPolicy to update (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param SolPolicy body8: solPolicy to update (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param SolPolicy body9: solPolicy to update (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param SolPolicy body10: solPolicy to update (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param SolPolicy body11: solPolicy to update (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param SolPolicy body12: solPolicy to update (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param SolPolicy body13: solPolicy to update (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param SolPolicy body14: solPolicy to update (required) - :param str moid15: The moid of the solPolicy instance. (required) - :param SolPolicy body15: solPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sol_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.sol_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.sol_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.sol_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def sol_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sol_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def sol_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sol_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) :param SolPolicy body: solPolicy to update (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param SolPolicy body2: solPolicy to update (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param SolPolicy body3: solPolicy to update (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param SolPolicy body4: solPolicy to update (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param SolPolicy body5: solPolicy to update (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param SolPolicy body6: solPolicy to update (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param SolPolicy body7: solPolicy to update (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param SolPolicy body8: solPolicy to update (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param SolPolicy body9: solPolicy to update (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param SolPolicy body10: solPolicy to update (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param SolPolicy body11: solPolicy to update (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param SolPolicy body12: solPolicy to update (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param SolPolicy body13: solPolicy to update (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param SolPolicy body14: solPolicy to update (required) - :param str moid15: The moid of the solPolicy instance. (required) - :param SolPolicy body15: solPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def sol_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `sol_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sol_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `sol_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def sol_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def sol_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def sol_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sol_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sol_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def sol_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sol_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) :param SolPolicy body: solPolicy to update (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param SolPolicy body2: solPolicy to update (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param SolPolicy body3: solPolicy to update (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param SolPolicy body4: solPolicy to update (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param SolPolicy body5: solPolicy to update (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param SolPolicy body6: solPolicy to update (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param SolPolicy body7: solPolicy to update (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param SolPolicy body8: solPolicy to update (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param SolPolicy body9: solPolicy to update (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param SolPolicy body10: solPolicy to update (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param SolPolicy body11: solPolicy to update (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param SolPolicy body12: solPolicy to update (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param SolPolicy body13: solPolicy to update (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param SolPolicy body14: solPolicy to update (required) - :param str moid15: The moid of the solPolicy instance. (required) - :param SolPolicy body15: solPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sol_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.sol_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.sol_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.sol_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def sol_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def sol_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def sol_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.sol_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the solPolicy instance. (required) :param SolPolicy body: solPolicy to update (required) - :param str moid2: The moid of the solPolicy instance. (required) - :param SolPolicy body2: solPolicy to update (required) - :param str moid3: The moid of the solPolicy instance. (required) - :param SolPolicy body3: solPolicy to update (required) - :param str moid4: The moid of the solPolicy instance. (required) - :param SolPolicy body4: solPolicy to update (required) - :param str moid5: The moid of the solPolicy instance. (required) - :param SolPolicy body5: solPolicy to update (required) - :param str moid6: The moid of the solPolicy instance. (required) - :param SolPolicy body6: solPolicy to update (required) - :param str moid7: The moid of the solPolicy instance. (required) - :param SolPolicy body7: solPolicy to update (required) - :param str moid8: The moid of the solPolicy instance. (required) - :param SolPolicy body8: solPolicy to update (required) - :param str moid9: The moid of the solPolicy instance. (required) - :param SolPolicy body9: solPolicy to update (required) - :param str moid10: The moid of the solPolicy instance. (required) - :param SolPolicy body10: solPolicy to update (required) - :param str moid11: The moid of the solPolicy instance. (required) - :param SolPolicy body11: solPolicy to update (required) - :param str moid12: The moid of the solPolicy instance. (required) - :param SolPolicy body12: solPolicy to update (required) - :param str moid13: The moid of the solPolicy instance. (required) - :param SolPolicy body13: solPolicy to update (required) - :param str moid14: The moid of the solPolicy instance. (required) - :param SolPolicy body14: solPolicy to update (required) - :param str moid15: The moid of the solPolicy instance. (required) - :param SolPolicy body15: solPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def sol_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `sol_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `sol_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `sol_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `sol_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `sol_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `sol_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `sol_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `sol_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `sol_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `sol_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `sol_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `sol_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `sol_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `sol_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `sol_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `sol_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def sol_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def sol_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def sol_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def sol_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def sol_policies_post(self, body, **kwargs): """ Create an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def sol_policies_post(self, body, body2, body3, body4, body5, body6, body7, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.sol_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SolPolicy body: solPolicy to add (required) - :param SolPolicy body2: solPolicy to add (required) - :param SolPolicy body3: solPolicy to add (required) - :param SolPolicy body4: solPolicy to add (required) - :param SolPolicy body5: solPolicy to add (required) - :param SolPolicy body6: solPolicy to add (required) - :param SolPolicy body7: solPolicy to add (required) - :param SolPolicy body8: solPolicy to add (required) - :param SolPolicy body9: solPolicy to add (required) - :param SolPolicy body10: solPolicy to add (required) - :param SolPolicy body11: solPolicy to add (required) - :param SolPolicy body12: solPolicy to add (required) - :param SolPolicy body13: solPolicy to add (required) - :param SolPolicy body14: solPolicy to add (required) - :param SolPolicy body15: solPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.sol_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.sol_policies_post_with_http_info(body, **kwargs) else: - (data) = self.sol_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.sol_policies_post_with_http_info(body, **kwargs) return data - def sol_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def sol_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'solPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def sol_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.sol_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.sol_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SolPolicy body: solPolicy to add (required) - :param SolPolicy body2: solPolicy to add (required) - :param SolPolicy body3: solPolicy to add (required) - :param SolPolicy body4: solPolicy to add (required) - :param SolPolicy body5: solPolicy to add (required) - :param SolPolicy body6: solPolicy to add (required) - :param SolPolicy body7: solPolicy to add (required) - :param SolPolicy body8: solPolicy to add (required) - :param SolPolicy body9: solPolicy to add (required) - :param SolPolicy body10: solPolicy to add (required) - :param SolPolicy body11: solPolicy to add (required) - :param SolPolicy body12: solPolicy to add (required) - :param SolPolicy body13: solPolicy to add (required) - :param SolPolicy body14: solPolicy to add (required) - :param SolPolicy body15: solPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def sol_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `sol_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `sol_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `sol_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `sol_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `sol_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `sol_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `sol_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `sol_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `sol_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `sol_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `sol_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `sol_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `sol_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `sol_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `sol_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def sol_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/ssh_policy_api.py b/intersight/apis/ssh_policy_api.py index e70314ca..6b706f27 100644 --- a/intersight/apis/ssh_policy_api.py +++ b/intersight/apis/ssh_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def ssh_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SshPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def ssh_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SshPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def ssh_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def ssh_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ssh_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ssh_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def ssh_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ssh_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param str moid15: The moid of the sshPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ssh_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ssh_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.ssh_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ssh_policies_moid_delete_with_http_info(moid, **kwargs) return data - def ssh_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ssh_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def ssh_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ssh_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param str moid15: The moid of the sshPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def ssh_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ssh_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ssh_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def ssh_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def ssh_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ssh_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ssh_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def ssh_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ssh_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param str moid15: The moid of the sshPolicy instance. (required) :return: SshPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ssh_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.ssh_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.ssh_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.ssh_policies_moid_get_with_http_info(moid, **kwargs) return data - def ssh_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def ssh_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def ssh_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.ssh_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param str moid15: The moid of the sshPolicy instance. (required) :return: SshPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def ssh_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ssh_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ssh_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def ssh_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def ssh_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ssh_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ssh_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def ssh_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ssh_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) :param SshPolicy body: sshPolicy to update (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param SshPolicy body2: sshPolicy to update (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param SshPolicy body3: sshPolicy to update (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param SshPolicy body4: sshPolicy to update (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param SshPolicy body5: sshPolicy to update (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param SshPolicy body6: sshPolicy to update (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param SshPolicy body7: sshPolicy to update (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param SshPolicy body8: sshPolicy to update (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param SshPolicy body9: sshPolicy to update (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param SshPolicy body10: sshPolicy to update (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param SshPolicy body11: sshPolicy to update (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param SshPolicy body12: sshPolicy to update (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param SshPolicy body13: sshPolicy to update (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param SshPolicy body14: sshPolicy to update (required) - :param str moid15: The moid of the sshPolicy instance. (required) - :param SshPolicy body15: sshPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ssh_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ssh_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.ssh_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ssh_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def ssh_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ssh_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def ssh_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ssh_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) :param SshPolicy body: sshPolicy to update (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param SshPolicy body2: sshPolicy to update (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param SshPolicy body3: sshPolicy to update (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param SshPolicy body4: sshPolicy to update (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param SshPolicy body5: sshPolicy to update (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param SshPolicy body6: sshPolicy to update (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param SshPolicy body7: sshPolicy to update (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param SshPolicy body8: sshPolicy to update (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param SshPolicy body9: sshPolicy to update (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param SshPolicy body10: sshPolicy to update (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param SshPolicy body11: sshPolicy to update (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param SshPolicy body12: sshPolicy to update (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param SshPolicy body13: sshPolicy to update (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param SshPolicy body14: sshPolicy to update (required) - :param str moid15: The moid of the sshPolicy instance. (required) - :param SshPolicy body15: sshPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def ssh_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ssh_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ssh_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def ssh_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def ssh_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def ssh_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ssh_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ssh_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def ssh_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ssh_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) :param SshPolicy body: sshPolicy to update (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param SshPolicy body2: sshPolicy to update (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param SshPolicy body3: sshPolicy to update (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param SshPolicy body4: sshPolicy to update (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param SshPolicy body5: sshPolicy to update (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param SshPolicy body6: sshPolicy to update (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param SshPolicy body7: sshPolicy to update (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param SshPolicy body8: sshPolicy to update (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param SshPolicy body9: sshPolicy to update (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param SshPolicy body10: sshPolicy to update (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param SshPolicy body11: sshPolicy to update (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param SshPolicy body12: sshPolicy to update (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param SshPolicy body13: sshPolicy to update (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param SshPolicy body14: sshPolicy to update (required) - :param str moid15: The moid of the sshPolicy instance. (required) - :param SshPolicy body15: sshPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ssh_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.ssh_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.ssh_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.ssh_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def ssh_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def ssh_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def ssh_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.ssh_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the sshPolicy instance. (required) :param SshPolicy body: sshPolicy to update (required) - :param str moid2: The moid of the sshPolicy instance. (required) - :param SshPolicy body2: sshPolicy to update (required) - :param str moid3: The moid of the sshPolicy instance. (required) - :param SshPolicy body3: sshPolicy to update (required) - :param str moid4: The moid of the sshPolicy instance. (required) - :param SshPolicy body4: sshPolicy to update (required) - :param str moid5: The moid of the sshPolicy instance. (required) - :param SshPolicy body5: sshPolicy to update (required) - :param str moid6: The moid of the sshPolicy instance. (required) - :param SshPolicy body6: sshPolicy to update (required) - :param str moid7: The moid of the sshPolicy instance. (required) - :param SshPolicy body7: sshPolicy to update (required) - :param str moid8: The moid of the sshPolicy instance. (required) - :param SshPolicy body8: sshPolicy to update (required) - :param str moid9: The moid of the sshPolicy instance. (required) - :param SshPolicy body9: sshPolicy to update (required) - :param str moid10: The moid of the sshPolicy instance. (required) - :param SshPolicy body10: sshPolicy to update (required) - :param str moid11: The moid of the sshPolicy instance. (required) - :param SshPolicy body11: sshPolicy to update (required) - :param str moid12: The moid of the sshPolicy instance. (required) - :param SshPolicy body12: sshPolicy to update (required) - :param str moid13: The moid of the sshPolicy instance. (required) - :param SshPolicy body13: sshPolicy to update (required) - :param str moid14: The moid of the sshPolicy instance. (required) - :param SshPolicy body14: sshPolicy to update (required) - :param str moid15: The moid of the sshPolicy instance. (required) - :param SshPolicy body15: sshPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def ssh_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ssh_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `ssh_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ssh_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def ssh_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def ssh_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def ssh_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def ssh_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def ssh_policies_post(self, body, **kwargs): """ Create an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def ssh_policies_post(self, body, body2, body3, body4, body5, body6, body7, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.ssh_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SshPolicy body: sshPolicy to add (required) - :param SshPolicy body2: sshPolicy to add (required) - :param SshPolicy body3: sshPolicy to add (required) - :param SshPolicy body4: sshPolicy to add (required) - :param SshPolicy body5: sshPolicy to add (required) - :param SshPolicy body6: sshPolicy to add (required) - :param SshPolicy body7: sshPolicy to add (required) - :param SshPolicy body8: sshPolicy to add (required) - :param SshPolicy body9: sshPolicy to add (required) - :param SshPolicy body10: sshPolicy to add (required) - :param SshPolicy body11: sshPolicy to add (required) - :param SshPolicy body12: sshPolicy to add (required) - :param SshPolicy body13: sshPolicy to add (required) - :param SshPolicy body14: sshPolicy to add (required) - :param SshPolicy body15: sshPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.ssh_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.ssh_policies_post_with_http_info(body, **kwargs) else: - (data) = self.ssh_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.ssh_policies_post_with_http_info(body, **kwargs) return data - def ssh_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def ssh_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'sshPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def ssh_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.ssh_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.ssh_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SshPolicy body: sshPolicy to add (required) - :param SshPolicy body2: sshPolicy to add (required) - :param SshPolicy body3: sshPolicy to add (required) - :param SshPolicy body4: sshPolicy to add (required) - :param SshPolicy body5: sshPolicy to add (required) - :param SshPolicy body6: sshPolicy to add (required) - :param SshPolicy body7: sshPolicy to add (required) - :param SshPolicy body8: sshPolicy to add (required) - :param SshPolicy body9: sshPolicy to add (required) - :param SshPolicy body10: sshPolicy to add (required) - :param SshPolicy body11: sshPolicy to add (required) - :param SshPolicy body12: sshPolicy to add (required) - :param SshPolicy body13: sshPolicy to add (required) - :param SshPolicy body14: sshPolicy to add (required) - :param SshPolicy body15: sshPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def ssh_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `ssh_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `ssh_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `ssh_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `ssh_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `ssh_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `ssh_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `ssh_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `ssh_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `ssh_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `ssh_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `ssh_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `ssh_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `ssh_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `ssh_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `ssh_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def ssh_policies_post_with_http_info(self, body, body2, body3, body4, body5, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_controller_api.py b/intersight/apis/storage_controller_api.py index 0cf66d0b..3367432a 100644 --- a/intersight/apis/storage_controller_api.py +++ b/intersight/apis/storage_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_controllers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageControllerList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_controllers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageControllerList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_controllers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_controllers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_controllers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageController' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_controllers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_controllers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageController instance. (required) - :param str moid2: The moid of the storageController instance. (required) - :param str moid3: The moid of the storageController instance. (required) - :param str moid4: The moid of the storageController instance. (required) - :param str moid5: The moid of the storageController instance. (required) - :param str moid6: The moid of the storageController instance. (required) - :param str moid7: The moid of the storageController instance. (required) - :param str moid8: The moid of the storageController instance. (required) - :param str moid9: The moid of the storageController instance. (required) - :param str moid10: The moid of the storageController instance. (required) - :param str moid11: The moid of the storageController instance. (required) - :param str moid12: The moid of the storageController instance. (required) - :param str moid13: The moid of the storageController instance. (required) - :param str moid14: The moid of the storageController instance. (required) - :param str moid15: The moid of the storageController instance. (required) :return: StorageController If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_controllers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_controllers_moid_get_with_http_info(moid, **kwargs) return data - def storage_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_controllers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageController' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_controllers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageController instance. (required) - :param str moid2: The moid of the storageController instance. (required) - :param str moid3: The moid of the storageController instance. (required) - :param str moid4: The moid of the storageController instance. (required) - :param str moid5: The moid of the storageController instance. (required) - :param str moid6: The moid of the storageController instance. (required) - :param str moid7: The moid of the storageController instance. (required) - :param str moid8: The moid of the storageController instance. (required) - :param str moid9: The moid of the storageController instance. (required) - :param str moid10: The moid of the storageController instance. (required) - :param str moid11: The moid of the storageController instance. (required) - :param str moid12: The moid of the storageController instance. (required) - :param str moid13: The moid of the storageController instance. (required) - :param str moid14: The moid of the storageController instance. (required) - :param str moid15: The moid of the storageController instance. (required) :return: StorageController If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_controllers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_controllers_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_controllers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageController' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_controllers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_controllers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageController instance. (required) :param StorageController body: storageController to update (required) - :param str moid2: The moid of the storageController instance. (required) - :param StorageController body2: storageController to update (required) - :param str moid3: The moid of the storageController instance. (required) - :param StorageController body3: storageController to update (required) - :param str moid4: The moid of the storageController instance. (required) - :param StorageController body4: storageController to update (required) - :param str moid5: The moid of the storageController instance. (required) - :param StorageController body5: storageController to update (required) - :param str moid6: The moid of the storageController instance. (required) - :param StorageController body6: storageController to update (required) - :param str moid7: The moid of the storageController instance. (required) - :param StorageController body7: storageController to update (required) - :param str moid8: The moid of the storageController instance. (required) - :param StorageController body8: storageController to update (required) - :param str moid9: The moid of the storageController instance. (required) - :param StorageController body9: storageController to update (required) - :param str moid10: The moid of the storageController instance. (required) - :param StorageController body10: storageController to update (required) - :param str moid11: The moid of the storageController instance. (required) - :param StorageController body11: storageController to update (required) - :param str moid12: The moid of the storageController instance. (required) - :param StorageController body12: storageController to update (required) - :param str moid13: The moid of the storageController instance. (required) - :param StorageController body13: storageController to update (required) - :param str moid14: The moid of the storageController instance. (required) - :param StorageController body14: storageController to update (required) - :param str moid15: The moid of the storageController instance. (required) - :param StorageController body15: storageController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_controllers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_controllers_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_controllers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageController' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_controllers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageController instance. (required) :param StorageController body: storageController to update (required) - :param str moid2: The moid of the storageController instance. (required) - :param StorageController body2: storageController to update (required) - :param str moid3: The moid of the storageController instance. (required) - :param StorageController body3: storageController to update (required) - :param str moid4: The moid of the storageController instance. (required) - :param StorageController body4: storageController to update (required) - :param str moid5: The moid of the storageController instance. (required) - :param StorageController body5: storageController to update (required) - :param str moid6: The moid of the storageController instance. (required) - :param StorageController body6: storageController to update (required) - :param str moid7: The moid of the storageController instance. (required) - :param StorageController body7: storageController to update (required) - :param str moid8: The moid of the storageController instance. (required) - :param StorageController body8: storageController to update (required) - :param str moid9: The moid of the storageController instance. (required) - :param StorageController body9: storageController to update (required) - :param str moid10: The moid of the storageController instance. (required) - :param StorageController body10: storageController to update (required) - :param str moid11: The moid of the storageController instance. (required) - :param StorageController body11: storageController to update (required) - :param str moid12: The moid of the storageController instance. (required) - :param StorageController body12: storageController to update (required) - :param str moid13: The moid of the storageController instance. (required) - :param StorageController body13: storageController to update (required) - :param str moid14: The moid of the storageController instance. (required) - :param StorageController body14: storageController to update (required) - :param str moid15: The moid of the storageController instance. (required) - :param StorageController body15: storageController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_controllers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_controllers_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_controllers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageController' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_controllers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_controllers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageController instance. (required) :param StorageController body: storageController to update (required) - :param str moid2: The moid of the storageController instance. (required) - :param StorageController body2: storageController to update (required) - :param str moid3: The moid of the storageController instance. (required) - :param StorageController body3: storageController to update (required) - :param str moid4: The moid of the storageController instance. (required) - :param StorageController body4: storageController to update (required) - :param str moid5: The moid of the storageController instance. (required) - :param StorageController body5: storageController to update (required) - :param str moid6: The moid of the storageController instance. (required) - :param StorageController body6: storageController to update (required) - :param str moid7: The moid of the storageController instance. (required) - :param StorageController body7: storageController to update (required) - :param str moid8: The moid of the storageController instance. (required) - :param StorageController body8: storageController to update (required) - :param str moid9: The moid of the storageController instance. (required) - :param StorageController body9: storageController to update (required) - :param str moid10: The moid of the storageController instance. (required) - :param StorageController body10: storageController to update (required) - :param str moid11: The moid of the storageController instance. (required) - :param StorageController body11: storageController to update (required) - :param str moid12: The moid of the storageController instance. (required) - :param StorageController body12: storageController to update (required) - :param str moid13: The moid of the storageController instance. (required) - :param StorageController body13: storageController to update (required) - :param str moid14: The moid of the storageController instance. (required) - :param StorageController body14: storageController to update (required) - :param str moid15: The moid of the storageController instance. (required) - :param StorageController body15: storageController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_controllers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_controllers_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_controllers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageController' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_controllers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageController instance. (required) :param StorageController body: storageController to update (required) - :param str moid2: The moid of the storageController instance. (required) - :param StorageController body2: storageController to update (required) - :param str moid3: The moid of the storageController instance. (required) - :param StorageController body3: storageController to update (required) - :param str moid4: The moid of the storageController instance. (required) - :param StorageController body4: storageController to update (required) - :param str moid5: The moid of the storageController instance. (required) - :param StorageController body5: storageController to update (required) - :param str moid6: The moid of the storageController instance. (required) - :param StorageController body6: storageController to update (required) - :param str moid7: The moid of the storageController instance. (required) - :param StorageController body7: storageController to update (required) - :param str moid8: The moid of the storageController instance. (required) - :param StorageController body8: storageController to update (required) - :param str moid9: The moid of the storageController instance. (required) - :param StorageController body9: storageController to update (required) - :param str moid10: The moid of the storageController instance. (required) - :param StorageController body10: storageController to update (required) - :param str moid11: The moid of the storageController instance. (required) - :param StorageController body11: storageController to update (required) - :param str moid12: The moid of the storageController instance. (required) - :param StorageController body12: storageController to update (required) - :param str moid13: The moid of the storageController instance. (required) - :param StorageController body13: storageController to update (required) - :param str moid14: The moid of the storageController instance. (required) - :param StorageController body14: storageController to update (required) - :param str moid15: The moid of the storageController instance. (required) - :param StorageController body15: storageController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_controllers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_controllers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_controllers_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_disk_group_policy_api.py b/intersight/apis/storage_disk_group_policy_api.py index ffd2fb93..94b0ddb1 100644 --- a/intersight/apis/storage_disk_group_policy_api.py +++ b/intersight/apis/storage_disk_group_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_disk_group_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageDiskGroupPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_disk_group_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageDiskGroupPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_disk_group_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_disk_group_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_disk_group_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_disk_group_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_disk_group_policies_moid_delete(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_disk_group_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_disk_group_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.storage_disk_group_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_disk_group_policies_moid_delete_with_http_info(moid, **kwargs) return data - def storage_disk_group_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_disk_group_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_disk_group_policies_moid_delete_with_http_info(self, moid, moid2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_disk_group_policies_moid_delete_with_http_info(self, moid, moid2, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_disk_group_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_disk_group_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_disk_group_policies_moid_delete_with_http_info(self, moid, moid2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_disk_group_policies_moid_delete_with_http_info(self, moid, moid2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_disk_group_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_disk_group_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def storage_disk_group_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) :return: StorageDiskGroupPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_disk_group_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_disk_group_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_disk_group_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_disk_group_policies_moid_get_with_http_info(moid, **kwargs) return data - def storage_disk_group_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_disk_group_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def storage_disk_group_policies_moid_get_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) :return: StorageDiskGroupPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def storage_disk_group_policies_moid_get_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_disk_group_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_disk_group_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def storage_disk_group_policies_moid_get_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def storage_disk_group_policies_moid_get_with_http_info(self, moid, moid2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_disk_group_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_disk_group_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def storage_disk_group_policies_moid_patch(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) :param StorageDiskGroupPolicy body: storageDiskGroupPolicy to update (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body2: storageDiskGroupPolicy to update (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body3: storageDiskGroupPolicy to update (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body4: storageDiskGroupPolicy to update (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body5: storageDiskGroupPolicy to update (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body6: storageDiskGroupPolicy to update (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body7: storageDiskGroupPolicy to update (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body8: storageDiskGroupPolicy to update (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body9: storageDiskGroupPolicy to update (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body10: storageDiskGroupPolicy to update (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body11: storageDiskGroupPolicy to update (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body12: storageDiskGroupPolicy to update (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body13: storageDiskGroupPolicy to update (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body14: storageDiskGroupPolicy to update (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body15: storageDiskGroupPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_disk_group_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_disk_group_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_disk_group_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_disk_group_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_disk_group_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_disk_group_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def storage_disk_group_policies_moid_patch_with_http_info(self, moid, body, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) :param StorageDiskGroupPolicy body: storageDiskGroupPolicy to update (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body2: storageDiskGroupPolicy to update (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body3: storageDiskGroupPolicy to update (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body4: storageDiskGroupPolicy to update (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body5: storageDiskGroupPolicy to update (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body6: storageDiskGroupPolicy to update (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body7: storageDiskGroupPolicy to update (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body8: storageDiskGroupPolicy to update (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body9: storageDiskGroupPolicy to update (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body10: storageDiskGroupPolicy to update (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body11: storageDiskGroupPolicy to update (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body12: storageDiskGroupPolicy to update (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body13: storageDiskGroupPolicy to update (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body14: storageDiskGroupPolicy to update (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body15: storageDiskGroupPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def storage_disk_group_policies_moid_patch_with_http_info(self, moid, body, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_disk_group_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_disk_group_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def storage_disk_group_policies_moid_patch_with_http_info(self, moid, body, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def storage_disk_group_policies_moid_patch_with_http_info(self, moid, body, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def storage_disk_group_policies_moid_patch_with_http_info(self, moid, body, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_disk_group_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_disk_group_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def storage_disk_group_policies_moid_post(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) :param StorageDiskGroupPolicy body: storageDiskGroupPolicy to update (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body2: storageDiskGroupPolicy to update (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body3: storageDiskGroupPolicy to update (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body4: storageDiskGroupPolicy to update (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body5: storageDiskGroupPolicy to update (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body6: storageDiskGroupPolicy to update (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body7: storageDiskGroupPolicy to update (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body8: storageDiskGroupPolicy to update (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body9: storageDiskGroupPolicy to update (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body10: storageDiskGroupPolicy to update (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body11: storageDiskGroupPolicy to update (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body12: storageDiskGroupPolicy to update (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body13: storageDiskGroupPolicy to update (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body14: storageDiskGroupPolicy to update (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body15: storageDiskGroupPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_disk_group_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_disk_group_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_disk_group_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_disk_group_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_disk_group_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_disk_group_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def storage_disk_group_policies_moid_post_with_http_info(self, moid, body, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageDiskGroupPolicy instance. (required) :param StorageDiskGroupPolicy body: storageDiskGroupPolicy to update (required) - :param str moid2: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body2: storageDiskGroupPolicy to update (required) - :param str moid3: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body3: storageDiskGroupPolicy to update (required) - :param str moid4: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body4: storageDiskGroupPolicy to update (required) - :param str moid5: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body5: storageDiskGroupPolicy to update (required) - :param str moid6: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body6: storageDiskGroupPolicy to update (required) - :param str moid7: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body7: storageDiskGroupPolicy to update (required) - :param str moid8: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body8: storageDiskGroupPolicy to update (required) - :param str moid9: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body9: storageDiskGroupPolicy to update (required) - :param str moid10: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body10: storageDiskGroupPolicy to update (required) - :param str moid11: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body11: storageDiskGroupPolicy to update (required) - :param str moid12: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body12: storageDiskGroupPolicy to update (required) - :param str moid13: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body13: storageDiskGroupPolicy to update (required) - :param str moid14: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body14: storageDiskGroupPolicy to update (required) - :param str moid15: The moid of the storageDiskGroupPolicy instance. (required) - :param StorageDiskGroupPolicy body15: storageDiskGroupPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def storage_disk_group_policies_moid_post_with_http_info(self, moid, body, moid2 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_disk_group_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_disk_group_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def storage_disk_group_policies_moid_post_with_http_info(self, moid, body, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def storage_disk_group_policies_moid_post_with_http_info(self, moid, body, moid2 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def storage_disk_group_policies_moid_post_with_http_info(self, moid, body, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_disk_group_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def storage_disk_group_policies_post(self, body, **kwargs): """ Create an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def storage_disk_group_policies_post(self, body, body2, body3, body4, body5, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param StorageDiskGroupPolicy body: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body2: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body3: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body4: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body5: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body6: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body7: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body8: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body9: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body10: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body11: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body12: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body13: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body14: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body15: storageDiskGroupPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_disk_group_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.storage_disk_group_policies_post_with_http_info(body, **kwargs) else: - (data) = self.storage_disk_group_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.storage_disk_group_policies_post_with_http_info(body, **kwargs) return data - def storage_disk_group_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def storage_disk_group_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'storageDiskGroupPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def storage_disk_group_policies_post_with_http_info(self, body, body2, body3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_disk_group_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.storage_disk_group_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param StorageDiskGroupPolicy body: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body2: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body3: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body4: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body5: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body6: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body7: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body8: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body9: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body10: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body11: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body12: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body13: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body14: storageDiskGroupPolicy to add (required) - :param StorageDiskGroupPolicy body15: storageDiskGroupPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def storage_disk_group_policies_post_with_http_info(self, body, body2, body3, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_disk_group_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_disk_group_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def storage_disk_group_policies_post_with_http_info(self, body, body2, body3, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_enclosure_api.py b/intersight/apis/storage_enclosure_api.py index 1e9320e6..db55eaf7 100644 --- a/intersight/apis/storage_enclosure_api.py +++ b/intersight/apis/storage_enclosure_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_enclosures_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageEnclosureList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_enclosures_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageEnclosureList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_enclosures_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_enclosures_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_enclosures_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_enclosures_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_enclosures_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_enclosures_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_enclosures_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageEnclosure instance. (required) - :param str moid2: The moid of the storageEnclosure instance. (required) - :param str moid3: The moid of the storageEnclosure instance. (required) - :param str moid4: The moid of the storageEnclosure instance. (required) - :param str moid5: The moid of the storageEnclosure instance. (required) - :param str moid6: The moid of the storageEnclosure instance. (required) - :param str moid7: The moid of the storageEnclosure instance. (required) - :param str moid8: The moid of the storageEnclosure instance. (required) - :param str moid9: The moid of the storageEnclosure instance. (required) - :param str moid10: The moid of the storageEnclosure instance. (required) - :param str moid11: The moid of the storageEnclosure instance. (required) - :param str moid12: The moid of the storageEnclosure instance. (required) - :param str moid13: The moid of the storageEnclosure instance. (required) - :param str moid14: The moid of the storageEnclosure instance. (required) - :param str moid15: The moid of the storageEnclosure instance. (required) :return: StorageEnclosure If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_enclosures_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_enclosures_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_enclosures_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_enclosures_moid_get_with_http_info(moid, **kwargs) return data - def storage_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_enclosures_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_enclosures_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_enclosures_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageEnclosure instance. (required) - :param str moid2: The moid of the storageEnclosure instance. (required) - :param str moid3: The moid of the storageEnclosure instance. (required) - :param str moid4: The moid of the storageEnclosure instance. (required) - :param str moid5: The moid of the storageEnclosure instance. (required) - :param str moid6: The moid of the storageEnclosure instance. (required) - :param str moid7: The moid of the storageEnclosure instance. (required) - :param str moid8: The moid of the storageEnclosure instance. (required) - :param str moid9: The moid of the storageEnclosure instance. (required) - :param str moid10: The moid of the storageEnclosure instance. (required) - :param str moid11: The moid of the storageEnclosure instance. (required) - :param str moid12: The moid of the storageEnclosure instance. (required) - :param str moid13: The moid of the storageEnclosure instance. (required) - :param str moid14: The moid of the storageEnclosure instance. (required) - :param str moid15: The moid of the storageEnclosure instance. (required) :return: StorageEnclosure If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_enclosures_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_enclosures_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_enclosures_moid_get_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_enclosures_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_enclosures_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_enclosures_moid_patch(self, moid, body, moid2, body2, moid3, body3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_enclosures_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_enclosures_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageEnclosure instance. (required) :param StorageEnclosure body: storageEnclosure to update (required) - :param str moid2: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body2: storageEnclosure to update (required) - :param str moid3: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body3: storageEnclosure to update (required) - :param str moid4: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body4: storageEnclosure to update (required) - :param str moid5: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body5: storageEnclosure to update (required) - :param str moid6: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body6: storageEnclosure to update (required) - :param str moid7: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body7: storageEnclosure to update (required) - :param str moid8: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body8: storageEnclosure to update (required) - :param str moid9: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body9: storageEnclosure to update (required) - :param str moid10: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body10: storageEnclosure to update (required) - :param str moid11: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body11: storageEnclosure to update (required) - :param str moid12: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body12: storageEnclosure to update (required) - :param str moid13: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body13: storageEnclosure to update (required) - :param str moid14: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body14: storageEnclosure to update (required) - :param str moid15: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body15: storageEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_enclosures_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_enclosures_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_enclosures_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_enclosures_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_enclosures_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_enclosures_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_enclosures_moid_patch_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_enclosures_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_enclosures_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageEnclosure instance. (required) :param StorageEnclosure body: storageEnclosure to update (required) - :param str moid2: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body2: storageEnclosure to update (required) - :param str moid3: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body3: storageEnclosure to update (required) - :param str moid4: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body4: storageEnclosure to update (required) - :param str moid5: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body5: storageEnclosure to update (required) - :param str moid6: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body6: storageEnclosure to update (required) - :param str moid7: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body7: storageEnclosure to update (required) - :param str moid8: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body8: storageEnclosure to update (required) - :param str moid9: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body9: storageEnclosure to update (required) - :param str moid10: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body10: storageEnclosure to update (required) - :param str moid11: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body11: storageEnclosure to update (required) - :param str moid12: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body12: storageEnclosure to update (required) - :param str moid13: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body13: storageEnclosure to update (required) - :param str moid14: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body14: storageEnclosure to update (required) - :param str moid15: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body15: storageEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_enclosures_moid_patch_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_enclosures_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_enclosures_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_enclosures_moid_patch_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_enclosures_moid_patch_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_enclosures_moid_patch_with_http_info(self, moid, body, moid2, body2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_enclosures_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_enclosures_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_enclosures_moid_post(self, moid, body, moid2, body2, moid3, body3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_enclosures_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_enclosures_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageEnclosure instance. (required) :param StorageEnclosure body: storageEnclosure to update (required) - :param str moid2: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body2: storageEnclosure to update (required) - :param str moid3: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body3: storageEnclosure to update (required) - :param str moid4: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body4: storageEnclosure to update (required) - :param str moid5: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body5: storageEnclosure to update (required) - :param str moid6: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body6: storageEnclosure to update (required) - :param str moid7: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body7: storageEnclosure to update (required) - :param str moid8: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body8: storageEnclosure to update (required) - :param str moid9: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body9: storageEnclosure to update (required) - :param str moid10: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body10: storageEnclosure to update (required) - :param str moid11: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body11: storageEnclosure to update (required) - :param str moid12: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body12: storageEnclosure to update (required) - :param str moid13: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body13: storageEnclosure to update (required) - :param str moid14: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body14: storageEnclosure to update (required) - :param str moid15: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body15: storageEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_enclosures_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_enclosures_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_enclosures_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_enclosures_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_enclosures_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_enclosures_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageEnclosure' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_enclosures_moid_post_with_http_info(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_enclosures_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_enclosures_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageEnclosure instance. (required) :param StorageEnclosure body: storageEnclosure to update (required) - :param str moid2: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body2: storageEnclosure to update (required) - :param str moid3: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body3: storageEnclosure to update (required) - :param str moid4: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body4: storageEnclosure to update (required) - :param str moid5: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body5: storageEnclosure to update (required) - :param str moid6: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body6: storageEnclosure to update (required) - :param str moid7: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body7: storageEnclosure to update (required) - :param str moid8: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body8: storageEnclosure to update (required) - :param str moid9: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body9: storageEnclosure to update (required) - :param str moid10: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body10: storageEnclosure to update (required) - :param str moid11: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body11: storageEnclosure to update (required) - :param str moid12: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body12: storageEnclosure to update (required) - :param str moid13: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body13: storageEnclosure to update (required) - :param str moid14: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body14: storageEnclosure to update (required) - :param str moid15: The moid of the storageEnclosure instance. (required) - :param StorageEnclosure body15: storageEnclosure to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_enclosures_moid_post_with_http_info(self, moid, body, moid2, body2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_enclosures_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_enclosures_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_enclosures_moid_post_with_http_info(self, moid, body, moid2, body2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_enclosures_moid_post_with_http_info(self, moid, body, moid2, body2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_flex_flash_controller_api.py b/intersight/apis/storage_flex_flash_controller_api.py index 0b1dc097..e27d448a 100644 --- a/intersight/apis/storage_flex_flash_controller_api.py +++ b/intersight/apis/storage_flex_flash_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_flex_flash_controllers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashControllerList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_flex_flash_controllers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashControllerList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_flex_flash_controllers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_flex_flash_controllers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_controllers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashController' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_flex_flash_controllers_moid_get(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controllers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_controllers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashController instance. (required) - :param str moid2: The moid of the storageFlexFlashController instance. (required) - :param str moid3: The moid of the storageFlexFlashController instance. (required) - :param str moid4: The moid of the storageFlexFlashController instance. (required) - :param str moid5: The moid of the storageFlexFlashController instance. (required) - :param str moid6: The moid of the storageFlexFlashController instance. (required) - :param str moid7: The moid of the storageFlexFlashController instance. (required) - :param str moid8: The moid of the storageFlexFlashController instance. (required) - :param str moid9: The moid of the storageFlexFlashController instance. (required) - :param str moid10: The moid of the storageFlexFlashController instance. (required) - :param str moid11: The moid of the storageFlexFlashController instance. (required) - :param str moid12: The moid of the storageFlexFlashController instance. (required) - :param str moid13: The moid of the storageFlexFlashController instance. (required) - :param str moid14: The moid of the storageFlexFlashController instance. (required) - :param str moid15: The moid of the storageFlexFlashController instance. (required) :return: StorageFlexFlashController If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_flex_flash_controllers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_flex_flash_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_flex_flash_controllers_moid_get_with_http_info(moid, **kwargs) return data - def storage_flex_flash_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_controllers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashController' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_flex_flash_controllers_moid_get_with_http_info(self, moid, moid2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_controllers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashController instance. (required) - :param str moid2: The moid of the storageFlexFlashController instance. (required) - :param str moid3: The moid of the storageFlexFlashController instance. (required) - :param str moid4: The moid of the storageFlexFlashController instance. (required) - :param str moid5: The moid of the storageFlexFlashController instance. (required) - :param str moid6: The moid of the storageFlexFlashController instance. (required) - :param str moid7: The moid of the storageFlexFlashController instance. (required) - :param str moid8: The moid of the storageFlexFlashController instance. (required) - :param str moid9: The moid of the storageFlexFlashController instance. (required) - :param str moid10: The moid of the storageFlexFlashController instance. (required) - :param str moid11: The moid of the storageFlexFlashController instance. (required) - :param str moid12: The moid of the storageFlexFlashController instance. (required) - :param str moid13: The moid of the storageFlexFlashController instance. (required) - :param str moid14: The moid of the storageFlexFlashController instance. (required) - :param str moid15: The moid of the storageFlexFlashController instance. (required) :return: StorageFlexFlashController If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_flex_flash_controllers_moid_get_with_http_info(self, moid, moid2, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_controllers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_controllers_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_flex_flash_controllers_moid_get_with_http_info(self, moid, moid2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_flex_flash_controllers_moid_get_with_http_info(self, moid, moid2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controllers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashController' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_flex_flash_controllers_moid_patch(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controllers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controllers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashController instance. (required) :param StorageFlexFlashController body: storageFlexFlashController to update (required) - :param str moid2: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body2: storageFlexFlashController to update (required) - :param str moid3: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body3: storageFlexFlashController to update (required) - :param str moid4: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body4: storageFlexFlashController to update (required) - :param str moid5: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body5: storageFlexFlashController to update (required) - :param str moid6: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body6: storageFlexFlashController to update (required) - :param str moid7: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body7: storageFlexFlashController to update (required) - :param str moid8: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body8: storageFlexFlashController to update (required) - :param str moid9: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body9: storageFlexFlashController to update (required) - :param str moid10: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body10: storageFlexFlashController to update (required) - :param str moid11: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body11: storageFlexFlashController to update (required) - :param str moid12: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body12: storageFlexFlashController to update (required) - :param str moid13: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body13: storageFlexFlashController to update (required) - :param str moid14: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body14: storageFlexFlashController to update (required) - :param str moid15: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body15: storageFlexFlashController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_controllers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_controllers_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controllers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashController' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_flex_flash_controllers_moid_patch_with_http_info(self, moid, body, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controllers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashController instance. (required) :param StorageFlexFlashController body: storageFlexFlashController to update (required) - :param str moid2: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body2: storageFlexFlashController to update (required) - :param str moid3: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body3: storageFlexFlashController to update (required) - :param str moid4: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body4: storageFlexFlashController to update (required) - :param str moid5: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body5: storageFlexFlashController to update (required) - :param str moid6: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body6: storageFlexFlashController to update (required) - :param str moid7: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body7: storageFlexFlashController to update (required) - :param str moid8: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body8: storageFlexFlashController to update (required) - :param str moid9: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body9: storageFlexFlashController to update (required) - :param str moid10: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body10: storageFlexFlashController to update (required) - :param str moid11: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body11: storageFlexFlashController to update (required) - :param str moid12: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body12: storageFlexFlashController to update (required) - :param str moid13: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body13: storageFlexFlashController to update (required) - :param str moid14: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body14: storageFlexFlashController to update (required) - :param str moid15: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body15: storageFlexFlashController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_flex_flash_controllers_moid_patch_with_http_info(self, moid, body, m # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_controllers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_controllers_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_flex_flash_controllers_moid_patch_with_http_info(self, moid, body, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_flex_flash_controllers_moid_patch_with_http_info(self, moid, body, m local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_flex_flash_controllers_moid_patch_with_http_info(self, moid, body, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controllers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashController' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_flex_flash_controllers_moid_post(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controllers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controllers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashController instance. (required) :param StorageFlexFlashController body: storageFlexFlashController to update (required) - :param str moid2: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body2: storageFlexFlashController to update (required) - :param str moid3: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body3: storageFlexFlashController to update (required) - :param str moid4: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body4: storageFlexFlashController to update (required) - :param str moid5: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body5: storageFlexFlashController to update (required) - :param str moid6: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body6: storageFlexFlashController to update (required) - :param str moid7: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body7: storageFlexFlashController to update (required) - :param str moid8: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body8: storageFlexFlashController to update (required) - :param str moid9: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body9: storageFlexFlashController to update (required) - :param str moid10: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body10: storageFlexFlashController to update (required) - :param str moid11: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body11: storageFlexFlashController to update (required) - :param str moid12: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body12: storageFlexFlashController to update (required) - :param str moid13: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body13: storageFlexFlashController to update (required) - :param str moid14: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body14: storageFlexFlashController to update (required) - :param str moid15: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body15: storageFlexFlashController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_controllers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_controllers_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controllers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashController' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_flex_flash_controllers_moid_post_with_http_info(self, moid, body, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controllers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashController instance. (required) :param StorageFlexFlashController body: storageFlexFlashController to update (required) - :param str moid2: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body2: storageFlexFlashController to update (required) - :param str moid3: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body3: storageFlexFlashController to update (required) - :param str moid4: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body4: storageFlexFlashController to update (required) - :param str moid5: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body5: storageFlexFlashController to update (required) - :param str moid6: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body6: storageFlexFlashController to update (required) - :param str moid7: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body7: storageFlexFlashController to update (required) - :param str moid8: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body8: storageFlexFlashController to update (required) - :param str moid9: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body9: storageFlexFlashController to update (required) - :param str moid10: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body10: storageFlexFlashController to update (required) - :param str moid11: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body11: storageFlexFlashController to update (required) - :param str moid12: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body12: storageFlexFlashController to update (required) - :param str moid13: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body13: storageFlexFlashController to update (required) - :param str moid14: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body14: storageFlexFlashController to update (required) - :param str moid15: The moid of the storageFlexFlashController instance. (required) - :param StorageFlexFlashController body15: storageFlexFlashController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_flex_flash_controllers_moid_post_with_http_info(self, moid, body, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_controllers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_controllers_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_flex_flash_controllers_moid_post_with_http_info(self, moid, body, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_flex_flash_controllers_moid_post_with_http_info(self, moid, body, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_flex_flash_controller_props_api.py b/intersight/apis/storage_flex_flash_controller_props_api.py index 2b8bf77a..d6181056 100644 --- a/intersight/apis/storage_flex_flash_controller_props_api.py +++ b/intersight/apis/storage_flex_flash_controller_props_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_flex_flash_controller_props_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashControllerPropsList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_flex_flash_controller_props_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashControllerPropsList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_flex_flash_controller_props_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_flex_flash_controller_props_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_controller_props_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_controller_props_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashControllerProps' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_flex_flash_controller_props_moid_get(self, moid, moid2, moid3, moid4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controller_props_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_controller_props_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid2: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid3: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid4: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid5: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid6: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid7: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid8: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid9: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid10: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid11: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid12: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid13: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid14: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid15: The moid of the storageFlexFlashControllerProps instance. (required) :return: StorageFlexFlashControllerProps If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_controller_props_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_flex_flash_controller_props_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_flex_flash_controller_props_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_flex_flash_controller_props_moid_get_with_http_info(moid, **kwargs) return data - def storage_flex_flash_controller_props_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_controller_props_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashControllerProps' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_flex_flash_controller_props_moid_get_with_http_info(self, moid, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controller_props_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_controller_props_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid2: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid3: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid4: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid5: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid6: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid7: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid8: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid9: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid10: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid11: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid12: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid13: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid14: The moid of the storageFlexFlashControllerProps instance. (required) - :param str moid15: The moid of the storageFlexFlashControllerProps instance. (required) :return: StorageFlexFlashControllerProps If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_flex_flash_controller_props_moid_get_with_http_info(self, moid, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_controller_props_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_controller_props_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_flex_flash_controller_props_moid_get_with_http_info(self, moid, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_flex_flash_controller_props_moid_get_with_http_info(self, moid, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_controller_props_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controller_props_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashControllerProps' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_flex_flash_controller_props_moid_patch(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controller_props_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controller_props_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashControllerProps instance. (required) :param StorageFlexFlashControllerProps body: storageFlexFlashControllerProps to update (required) - :param str moid2: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body2: storageFlexFlashControllerProps to update (required) - :param str moid3: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body3: storageFlexFlashControllerProps to update (required) - :param str moid4: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body4: storageFlexFlashControllerProps to update (required) - :param str moid5: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body5: storageFlexFlashControllerProps to update (required) - :param str moid6: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body6: storageFlexFlashControllerProps to update (required) - :param str moid7: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body7: storageFlexFlashControllerProps to update (required) - :param str moid8: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body8: storageFlexFlashControllerProps to update (required) - :param str moid9: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body9: storageFlexFlashControllerProps to update (required) - :param str moid10: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body10: storageFlexFlashControllerProps to update (required) - :param str moid11: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body11: storageFlexFlashControllerProps to update (required) - :param str moid12: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body12: storageFlexFlashControllerProps to update (required) - :param str moid13: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body13: storageFlexFlashControllerProps to update (required) - :param str moid14: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body14: storageFlexFlashControllerProps to update (required) - :param str moid15: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body15: storageFlexFlashControllerProps to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_controller_props_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_controller_props_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_controller_props_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_controller_props_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_controller_props_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controller_props_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashControllerProps' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_flex_flash_controller_props_moid_patch_with_http_info(self, moid, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controller_props_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controller_props_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashControllerProps instance. (required) :param StorageFlexFlashControllerProps body: storageFlexFlashControllerProps to update (required) - :param str moid2: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body2: storageFlexFlashControllerProps to update (required) - :param str moid3: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body3: storageFlexFlashControllerProps to update (required) - :param str moid4: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body4: storageFlexFlashControllerProps to update (required) - :param str moid5: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body5: storageFlexFlashControllerProps to update (required) - :param str moid6: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body6: storageFlexFlashControllerProps to update (required) - :param str moid7: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body7: storageFlexFlashControllerProps to update (required) - :param str moid8: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body8: storageFlexFlashControllerProps to update (required) - :param str moid9: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body9: storageFlexFlashControllerProps to update (required) - :param str moid10: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body10: storageFlexFlashControllerProps to update (required) - :param str moid11: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body11: storageFlexFlashControllerProps to update (required) - :param str moid12: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body12: storageFlexFlashControllerProps to update (required) - :param str moid13: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body13: storageFlexFlashControllerProps to update (required) - :param str moid14: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body14: storageFlexFlashControllerProps to update (required) - :param str moid15: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body15: storageFlexFlashControllerProps to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_flex_flash_controller_props_moid_patch_with_http_info(self, moid, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_controller_props_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_controller_props_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_flex_flash_controller_props_moid_patch_with_http_info(self, moid, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_flex_flash_controller_props_moid_patch_with_http_info(self, moid, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_flex_flash_controller_props_moid_patch_with_http_info(self, moid, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_controller_props_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controller_props_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashControllerProps' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_flex_flash_controller_props_moid_post(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controller_props_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controller_props_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashControllerProps instance. (required) :param StorageFlexFlashControllerProps body: storageFlexFlashControllerProps to update (required) - :param str moid2: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body2: storageFlexFlashControllerProps to update (required) - :param str moid3: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body3: storageFlexFlashControllerProps to update (required) - :param str moid4: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body4: storageFlexFlashControllerProps to update (required) - :param str moid5: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body5: storageFlexFlashControllerProps to update (required) - :param str moid6: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body6: storageFlexFlashControllerProps to update (required) - :param str moid7: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body7: storageFlexFlashControllerProps to update (required) - :param str moid8: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body8: storageFlexFlashControllerProps to update (required) - :param str moid9: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body9: storageFlexFlashControllerProps to update (required) - :param str moid10: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body10: storageFlexFlashControllerProps to update (required) - :param str moid11: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body11: storageFlexFlashControllerProps to update (required) - :param str moid12: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body12: storageFlexFlashControllerProps to update (required) - :param str moid13: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body13: storageFlexFlashControllerProps to update (required) - :param str moid14: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body14: storageFlexFlashControllerProps to update (required) - :param str moid15: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body15: storageFlexFlashControllerProps to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_controller_props_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_controller_props_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_controller_props_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_controller_props_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_controller_props_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_controller_props_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashControllerProps' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_flex_flash_controller_props_moid_post_with_http_info(self, moid, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_controller_props_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_controller_props_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashControllerProps instance. (required) :param StorageFlexFlashControllerProps body: storageFlexFlashControllerProps to update (required) - :param str moid2: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body2: storageFlexFlashControllerProps to update (required) - :param str moid3: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body3: storageFlexFlashControllerProps to update (required) - :param str moid4: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body4: storageFlexFlashControllerProps to update (required) - :param str moid5: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body5: storageFlexFlashControllerProps to update (required) - :param str moid6: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body6: storageFlexFlashControllerProps to update (required) - :param str moid7: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body7: storageFlexFlashControllerProps to update (required) - :param str moid8: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body8: storageFlexFlashControllerProps to update (required) - :param str moid9: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body9: storageFlexFlashControllerProps to update (required) - :param str moid10: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body10: storageFlexFlashControllerProps to update (required) - :param str moid11: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body11: storageFlexFlashControllerProps to update (required) - :param str moid12: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body12: storageFlexFlashControllerProps to update (required) - :param str moid13: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body13: storageFlexFlashControllerProps to update (required) - :param str moid14: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body14: storageFlexFlashControllerProps to update (required) - :param str moid15: The moid of the storageFlexFlashControllerProps instance. (required) - :param StorageFlexFlashControllerProps body15: storageFlexFlashControllerProps to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_flex_flash_controller_props_moid_post_with_http_info(self, moid, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_controller_props_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_controller_props_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_flex_flash_controller_props_moid_post_with_http_info(self, moid, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_flex_flash_controller_props_moid_post_with_http_info(self, moid, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_flex_flash_physical_drive_api.py b/intersight/apis/storage_flex_flash_physical_drive_api.py index b1784c3c..0f390898 100644 --- a/intersight/apis/storage_flex_flash_physical_drive_api.py +++ b/intersight/apis/storage_flex_flash_physical_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_flex_flash_physical_drives_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashPhysicalDriveList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_flex_flash_physical_drives_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashPhysicalDriveList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_flex_flash_physical_drives_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_flex_flash_physical_drives_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_physical_drives_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_physical_drives_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_flex_flash_physical_drives_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_physical_drives_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_physical_drives_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid2: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid3: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid4: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid5: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid6: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid7: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid8: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid9: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid10: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid11: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid12: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid13: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid14: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid15: The moid of the storageFlexFlashPhysicalDrive instance. (required) :return: StorageFlexFlashPhysicalDrive If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_physical_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_flex_flash_physical_drives_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_flex_flash_physical_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_flex_flash_physical_drives_moid_get_with_http_info(moid, **kwargs) return data - def storage_flex_flash_physical_drives_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_physical_drives_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_flex_flash_physical_drives_moid_get_with_http_info(self, moid, moid2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_physical_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_physical_drives_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid2: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid3: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid4: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid5: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid6: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid7: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid8: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid9: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid10: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid11: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid12: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid13: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid14: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param str moid15: The moid of the storageFlexFlashPhysicalDrive instance. (required) :return: StorageFlexFlashPhysicalDrive If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_flex_flash_physical_drives_moid_get_with_http_info(self, moid, moid2 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_physical_drives_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_physical_drives_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_flex_flash_physical_drives_moid_get_with_http_info(self, moid, moid2 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_flex_flash_physical_drives_moid_get_with_http_info(self, moid, moid2 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_physical_drives_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_physical_drives_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_flex_flash_physical_drives_moid_patch(self, moid, body, moid2, body2 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_physical_drives_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_physical_drives_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashPhysicalDrive instance. (required) :param StorageFlexFlashPhysicalDrive body: storageFlexFlashPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body2: storageFlexFlashPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body3: storageFlexFlashPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body4: storageFlexFlashPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body5: storageFlexFlashPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body6: storageFlexFlashPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body7: storageFlexFlashPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body8: storageFlexFlashPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body9: storageFlexFlashPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body10: storageFlexFlashPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body11: storageFlexFlashPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body12: storageFlexFlashPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body13: storageFlexFlashPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body14: storageFlexFlashPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body15: storageFlexFlashPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_physical_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_physical_drives_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_physical_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_physical_drives_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_physical_drives_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_physical_drives_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_flex_flash_physical_drives_moid_patch_with_http_info(self, moid, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_physical_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_physical_drives_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashPhysicalDrive instance. (required) :param StorageFlexFlashPhysicalDrive body: storageFlexFlashPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body2: storageFlexFlashPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body3: storageFlexFlashPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body4: storageFlexFlashPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body5: storageFlexFlashPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body6: storageFlexFlashPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body7: storageFlexFlashPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body8: storageFlexFlashPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body9: storageFlexFlashPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body10: storageFlexFlashPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body11: storageFlexFlashPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body12: storageFlexFlashPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body13: storageFlexFlashPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body14: storageFlexFlashPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body15: storageFlexFlashPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_flex_flash_physical_drives_moid_patch_with_http_info(self, moid, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_physical_drives_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_physical_drives_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_flex_flash_physical_drives_moid_patch_with_http_info(self, moid, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_flex_flash_physical_drives_moid_patch_with_http_info(self, moid, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_flex_flash_physical_drives_moid_patch_with_http_info(self, moid, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_physical_drives_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_physical_drives_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_flex_flash_physical_drives_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_physical_drives_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_physical_drives_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashPhysicalDrive instance. (required) :param StorageFlexFlashPhysicalDrive body: storageFlexFlashPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body2: storageFlexFlashPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body3: storageFlexFlashPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body4: storageFlexFlashPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body5: storageFlexFlashPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body6: storageFlexFlashPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body7: storageFlexFlashPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body8: storageFlexFlashPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body9: storageFlexFlashPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body10: storageFlexFlashPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body11: storageFlexFlashPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body12: storageFlexFlashPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body13: storageFlexFlashPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body14: storageFlexFlashPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body15: storageFlexFlashPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_physical_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_physical_drives_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_physical_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_physical_drives_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_physical_drives_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_physical_drives_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_flex_flash_physical_drives_moid_post_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_physical_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_physical_drives_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashPhysicalDrive instance. (required) :param StorageFlexFlashPhysicalDrive body: storageFlexFlashPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body2: storageFlexFlashPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body3: storageFlexFlashPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body4: storageFlexFlashPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body5: storageFlexFlashPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body6: storageFlexFlashPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body7: storageFlexFlashPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body8: storageFlexFlashPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body9: storageFlexFlashPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body10: storageFlexFlashPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body11: storageFlexFlashPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body12: storageFlexFlashPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body13: storageFlexFlashPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body14: storageFlexFlashPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexFlashPhysicalDrive instance. (required) - :param StorageFlexFlashPhysicalDrive body15: storageFlexFlashPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_flex_flash_physical_drives_moid_post_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_physical_drives_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_physical_drives_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_flex_flash_physical_drives_moid_post_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_flex_flash_physical_drives_moid_post_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_flex_flash_virtual_drive_api.py b/intersight/apis/storage_flex_flash_virtual_drive_api.py index f96212ce..baec7197 100644 --- a/intersight/apis/storage_flex_flash_virtual_drive_api.py +++ b/intersight/apis/storage_flex_flash_virtual_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_flex_flash_virtual_drives_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashVirtualDriveList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_flex_flash_virtual_drives_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexFlashVirtualDriveList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_flex_flash_virtual_drives_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_flex_flash_virtual_drives_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_virtual_drives_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_virtual_drives_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_flex_flash_virtual_drives_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_virtual_drives_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_virtual_drives_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid2: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid3: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid4: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid5: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid6: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid7: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid8: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid9: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid10: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid11: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid12: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid13: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid14: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid15: The moid of the storageFlexFlashVirtualDrive instance. (required) :return: StorageFlexFlashVirtualDrive If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_flex_flash_virtual_drives_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_flex_flash_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_flex_flash_virtual_drives_moid_get_with_http_info(moid, **kwargs) return data - def storage_flex_flash_virtual_drives_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_flash_virtual_drives_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageFlexFlashVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_flex_flash_virtual_drives_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_flash_virtual_drives_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid2: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid3: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid4: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid5: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid6: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid7: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid8: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid9: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid10: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid11: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid12: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid13: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid14: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param str moid15: The moid of the storageFlexFlashVirtualDrive instance. (required) :return: StorageFlexFlashVirtualDrive If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_flex_flash_virtual_drives_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_virtual_drives_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_virtual_drives_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_flex_flash_virtual_drives_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_flex_flash_virtual_drives_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_virtual_drives_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_virtual_drives_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_flex_flash_virtual_drives_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_virtual_drives_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_virtual_drives_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashVirtualDrive instance. (required) :param StorageFlexFlashVirtualDrive body: storageFlexFlashVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body2: storageFlexFlashVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body3: storageFlexFlashVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body4: storageFlexFlashVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body5: storageFlexFlashVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body6: storageFlexFlashVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body7: storageFlexFlashVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body8: storageFlexFlashVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body9: storageFlexFlashVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body10: storageFlexFlashVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body11: storageFlexFlashVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body12: storageFlexFlashVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body13: storageFlexFlashVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body14: storageFlexFlashVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body15: storageFlexFlashVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_virtual_drives_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_virtual_drives_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_virtual_drives_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_flex_flash_virtual_drives_moid_patch_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_virtual_drives_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashVirtualDrive instance. (required) :param StorageFlexFlashVirtualDrive body: storageFlexFlashVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body2: storageFlexFlashVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body3: storageFlexFlashVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body4: storageFlexFlashVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body5: storageFlexFlashVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body6: storageFlexFlashVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body7: storageFlexFlashVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body8: storageFlexFlashVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body9: storageFlexFlashVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body10: storageFlexFlashVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body11: storageFlexFlashVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body12: storageFlexFlashVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body13: storageFlexFlashVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body14: storageFlexFlashVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body15: storageFlexFlashVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_flex_flash_virtual_drives_moid_patch_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_virtual_drives_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_virtual_drives_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_flex_flash_virtual_drives_moid_patch_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_flex_flash_virtual_drives_moid_patch_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_flex_flash_virtual_drives_moid_patch_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_flash_virtual_drives_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_virtual_drives_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_flex_flash_virtual_drives_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_virtual_drives_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_virtual_drives_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashVirtualDrive instance. (required) :param StorageFlexFlashVirtualDrive body: storageFlexFlashVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body2: storageFlexFlashVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body3: storageFlexFlashVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body4: storageFlexFlashVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body5: storageFlexFlashVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body6: storageFlexFlashVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body7: storageFlexFlashVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body8: storageFlexFlashVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body9: storageFlexFlashVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body10: storageFlexFlashVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body11: storageFlexFlashVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body12: storageFlexFlashVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body13: storageFlexFlashVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body14: storageFlexFlashVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body15: storageFlexFlashVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_flash_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_flash_virtual_drives_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_flash_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_flash_virtual_drives_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_flex_flash_virtual_drives_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_flash_virtual_drives_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexFlashVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_flex_flash_virtual_drives_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_flash_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_flash_virtual_drives_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexFlashVirtualDrive instance. (required) :param StorageFlexFlashVirtualDrive body: storageFlexFlashVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body2: storageFlexFlashVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body3: storageFlexFlashVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body4: storageFlexFlashVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body5: storageFlexFlashVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body6: storageFlexFlashVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body7: storageFlexFlashVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body8: storageFlexFlashVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body9: storageFlexFlashVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body10: storageFlexFlashVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body11: storageFlexFlashVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body12: storageFlexFlashVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body13: storageFlexFlashVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body14: storageFlexFlashVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexFlashVirtualDrive instance. (required) - :param StorageFlexFlashVirtualDrive body15: storageFlexFlashVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_flex_flash_virtual_drives_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_flash_virtual_drives_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_flash_virtual_drives_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_flex_flash_virtual_drives_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_flex_flash_virtual_drives_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_flex_util_controller_api.py b/intersight/apis/storage_flex_util_controller_api.py index bad59b4d..2f922fbb 100644 --- a/intersight/apis/storage_flex_util_controller_api.py +++ b/intersight/apis/storage_flex_util_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_flex_util_controllers_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexUtilControllerList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_flex_util_controllers_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexUtilControllerList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_flex_util_controllers_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_flex_util_controllers_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_controllers_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_util_controllers_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageFlexUtilController' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_flex_util_controllers_moid_get(self, moid, moid2, moid3, moid4, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_controllers_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_util_controllers_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilController instance. (required) - :param str moid2: The moid of the storageFlexUtilController instance. (required) - :param str moid3: The moid of the storageFlexUtilController instance. (required) - :param str moid4: The moid of the storageFlexUtilController instance. (required) - :param str moid5: The moid of the storageFlexUtilController instance. (required) - :param str moid6: The moid of the storageFlexUtilController instance. (required) - :param str moid7: The moid of the storageFlexUtilController instance. (required) - :param str moid8: The moid of the storageFlexUtilController instance. (required) - :param str moid9: The moid of the storageFlexUtilController instance. (required) - :param str moid10: The moid of the storageFlexUtilController instance. (required) - :param str moid11: The moid of the storageFlexUtilController instance. (required) - :param str moid12: The moid of the storageFlexUtilController instance. (required) - :param str moid13: The moid of the storageFlexUtilController instance. (required) - :param str moid14: The moid of the storageFlexUtilController instance. (required) - :param str moid15: The moid of the storageFlexUtilController instance. (required) :return: StorageFlexUtilController If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_flex_util_controllers_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_flex_util_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_flex_util_controllers_moid_get_with_http_info(moid, **kwargs) return data - def storage_flex_util_controllers_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_util_controllers_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageFlexUtilController' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_flex_util_controllers_moid_get_with_http_info(self, moid, moid2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_controllers_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_util_controllers_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilController instance. (required) - :param str moid2: The moid of the storageFlexUtilController instance. (required) - :param str moid3: The moid of the storageFlexUtilController instance. (required) - :param str moid4: The moid of the storageFlexUtilController instance. (required) - :param str moid5: The moid of the storageFlexUtilController instance. (required) - :param str moid6: The moid of the storageFlexUtilController instance. (required) - :param str moid7: The moid of the storageFlexUtilController instance. (required) - :param str moid8: The moid of the storageFlexUtilController instance. (required) - :param str moid9: The moid of the storageFlexUtilController instance. (required) - :param str moid10: The moid of the storageFlexUtilController instance. (required) - :param str moid11: The moid of the storageFlexUtilController instance. (required) - :param str moid12: The moid of the storageFlexUtilController instance. (required) - :param str moid13: The moid of the storageFlexUtilController instance. (required) - :param str moid14: The moid of the storageFlexUtilController instance. (required) - :param str moid15: The moid of the storageFlexUtilController instance. (required) :return: StorageFlexUtilController If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_flex_util_controllers_moid_get_with_http_info(self, moid, moid2, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_controllers_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_controllers_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_flex_util_controllers_moid_get_with_http_info(self, moid, moid2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_flex_util_controllers_moid_get_with_http_info(self, moid, moid2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_controllers_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_controllers_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilController' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_flex_util_controllers_moid_patch(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_controllers_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_controllers_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilController instance. (required) :param StorageFlexUtilController body: storageFlexUtilController to update (required) - :param str moid2: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body2: storageFlexUtilController to update (required) - :param str moid3: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body3: storageFlexUtilController to update (required) - :param str moid4: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body4: storageFlexUtilController to update (required) - :param str moid5: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body5: storageFlexUtilController to update (required) - :param str moid6: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body6: storageFlexUtilController to update (required) - :param str moid7: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body7: storageFlexUtilController to update (required) - :param str moid8: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body8: storageFlexUtilController to update (required) - :param str moid9: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body9: storageFlexUtilController to update (required) - :param str moid10: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body10: storageFlexUtilController to update (required) - :param str moid11: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body11: storageFlexUtilController to update (required) - :param str moid12: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body12: storageFlexUtilController to update (required) - :param str moid13: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body13: storageFlexUtilController to update (required) - :param str moid14: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body14: storageFlexUtilController to update (required) - :param str moid15: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body15: storageFlexUtilController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_util_controllers_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_util_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_util_controllers_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_flex_util_controllers_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_controllers_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilController' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_flex_util_controllers_moid_patch_with_http_info(self, moid, body, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_controllers_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_controllers_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilController instance. (required) :param StorageFlexUtilController body: storageFlexUtilController to update (required) - :param str moid2: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body2: storageFlexUtilController to update (required) - :param str moid3: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body3: storageFlexUtilController to update (required) - :param str moid4: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body4: storageFlexUtilController to update (required) - :param str moid5: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body5: storageFlexUtilController to update (required) - :param str moid6: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body6: storageFlexUtilController to update (required) - :param str moid7: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body7: storageFlexUtilController to update (required) - :param str moid8: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body8: storageFlexUtilController to update (required) - :param str moid9: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body9: storageFlexUtilController to update (required) - :param str moid10: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body10: storageFlexUtilController to update (required) - :param str moid11: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body11: storageFlexUtilController to update (required) - :param str moid12: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body12: storageFlexUtilController to update (required) - :param str moid13: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body13: storageFlexUtilController to update (required) - :param str moid14: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body14: storageFlexUtilController to update (required) - :param str moid15: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body15: storageFlexUtilController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_flex_util_controllers_moid_patch_with_http_info(self, moid, body, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_controllers_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_util_controllers_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_flex_util_controllers_moid_patch_with_http_info(self, moid, body, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_flex_util_controllers_moid_patch_with_http_info(self, moid, body, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_flex_util_controllers_moid_patch_with_http_info(self, moid, body, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_controllers_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_controllers_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilController' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_flex_util_controllers_moid_post(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_controllers_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_controllers_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilController instance. (required) :param StorageFlexUtilController body: storageFlexUtilController to update (required) - :param str moid2: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body2: storageFlexUtilController to update (required) - :param str moid3: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body3: storageFlexUtilController to update (required) - :param str moid4: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body4: storageFlexUtilController to update (required) - :param str moid5: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body5: storageFlexUtilController to update (required) - :param str moid6: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body6: storageFlexUtilController to update (required) - :param str moid7: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body7: storageFlexUtilController to update (required) - :param str moid8: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body8: storageFlexUtilController to update (required) - :param str moid9: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body9: storageFlexUtilController to update (required) - :param str moid10: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body10: storageFlexUtilController to update (required) - :param str moid11: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body11: storageFlexUtilController to update (required) - :param str moid12: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body12: storageFlexUtilController to update (required) - :param str moid13: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body13: storageFlexUtilController to update (required) - :param str moid14: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body14: storageFlexUtilController to update (required) - :param str moid15: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body15: storageFlexUtilController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_util_controllers_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_util_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_util_controllers_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_flex_util_controllers_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_controllers_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilController' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_flex_util_controllers_moid_post_with_http_info(self, moid, body, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_controllers_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_controllers_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilController instance. (required) :param StorageFlexUtilController body: storageFlexUtilController to update (required) - :param str moid2: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body2: storageFlexUtilController to update (required) - :param str moid3: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body3: storageFlexUtilController to update (required) - :param str moid4: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body4: storageFlexUtilController to update (required) - :param str moid5: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body5: storageFlexUtilController to update (required) - :param str moid6: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body6: storageFlexUtilController to update (required) - :param str moid7: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body7: storageFlexUtilController to update (required) - :param str moid8: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body8: storageFlexUtilController to update (required) - :param str moid9: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body9: storageFlexUtilController to update (required) - :param str moid10: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body10: storageFlexUtilController to update (required) - :param str moid11: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body11: storageFlexUtilController to update (required) - :param str moid12: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body12: storageFlexUtilController to update (required) - :param str moid13: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body13: storageFlexUtilController to update (required) - :param str moid14: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body14: storageFlexUtilController to update (required) - :param str moid15: The moid of the storageFlexUtilController instance. (required) - :param StorageFlexUtilController body15: storageFlexUtilController to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_flex_util_controllers_moid_post_with_http_info(self, moid, body, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_controllers_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_util_controllers_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_flex_util_controllers_moid_post_with_http_info(self, moid, body, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_flex_util_controllers_moid_post_with_http_info(self, moid, body, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_flex_util_physical_drive_api.py b/intersight/apis/storage_flex_util_physical_drive_api.py index 210b96e1..4f6fc806 100644 --- a/intersight/apis/storage_flex_util_physical_drive_api.py +++ b/intersight/apis/storage_flex_util_physical_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_flex_util_physical_drives_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexUtilPhysicalDriveList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_flex_util_physical_drives_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexUtilPhysicalDriveList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_flex_util_physical_drives_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_flex_util_physical_drives_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_physical_drives_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_util_physical_drives_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageFlexUtilPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_flex_util_physical_drives_moid_get(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_physical_drives_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_util_physical_drives_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid2: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid3: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid4: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid5: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid6: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid7: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid8: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid9: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid10: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid11: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid12: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid13: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid14: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid15: The moid of the storageFlexUtilPhysicalDrive instance. (required) :return: StorageFlexUtilPhysicalDrive If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_physical_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_flex_util_physical_drives_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_flex_util_physical_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_flex_util_physical_drives_moid_get_with_http_info(moid, **kwargs) return data - def storage_flex_util_physical_drives_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_util_physical_drives_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageFlexUtilPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_flex_util_physical_drives_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_physical_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_util_physical_drives_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid2: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid3: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid4: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid5: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid6: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid7: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid8: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid9: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid10: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid11: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid12: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid13: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid14: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param str moid15: The moid of the storageFlexUtilPhysicalDrive instance. (required) :return: StorageFlexUtilPhysicalDrive If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_flex_util_physical_drives_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_physical_drives_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_physical_drives_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_flex_util_physical_drives_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_flex_util_physical_drives_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_physical_drives_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_physical_drives_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_flex_util_physical_drives_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_physical_drives_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_physical_drives_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilPhysicalDrive instance. (required) :param StorageFlexUtilPhysicalDrive body: storageFlexUtilPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body2: storageFlexUtilPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body3: storageFlexUtilPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body4: storageFlexUtilPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body5: storageFlexUtilPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body6: storageFlexUtilPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body7: storageFlexUtilPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body8: storageFlexUtilPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body9: storageFlexUtilPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body10: storageFlexUtilPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body11: storageFlexUtilPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body12: storageFlexUtilPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body13: storageFlexUtilPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body14: storageFlexUtilPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body15: storageFlexUtilPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_physical_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_util_physical_drives_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_util_physical_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_util_physical_drives_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_flex_util_physical_drives_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_physical_drives_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_flex_util_physical_drives_moid_patch_with_http_info(self, moid, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_physical_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_physical_drives_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilPhysicalDrive instance. (required) :param StorageFlexUtilPhysicalDrive body: storageFlexUtilPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body2: storageFlexUtilPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body3: storageFlexUtilPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body4: storageFlexUtilPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body5: storageFlexUtilPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body6: storageFlexUtilPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body7: storageFlexUtilPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body8: storageFlexUtilPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body9: storageFlexUtilPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body10: storageFlexUtilPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body11: storageFlexUtilPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body12: storageFlexUtilPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body13: storageFlexUtilPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body14: storageFlexUtilPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body15: storageFlexUtilPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_flex_util_physical_drives_moid_patch_with_http_info(self, moid, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_physical_drives_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_util_physical_drives_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_flex_util_physical_drives_moid_patch_with_http_info(self, moid, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_flex_util_physical_drives_moid_patch_with_http_info(self, moid, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_flex_util_physical_drives_moid_patch_with_http_info(self, moid, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_physical_drives_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_physical_drives_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_flex_util_physical_drives_moid_post(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_physical_drives_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_physical_drives_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilPhysicalDrive instance. (required) :param StorageFlexUtilPhysicalDrive body: storageFlexUtilPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body2: storageFlexUtilPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body3: storageFlexUtilPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body4: storageFlexUtilPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body5: storageFlexUtilPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body6: storageFlexUtilPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body7: storageFlexUtilPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body8: storageFlexUtilPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body9: storageFlexUtilPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body10: storageFlexUtilPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body11: storageFlexUtilPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body12: storageFlexUtilPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body13: storageFlexUtilPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body14: storageFlexUtilPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body15: storageFlexUtilPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_physical_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_util_physical_drives_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_util_physical_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_util_physical_drives_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_flex_util_physical_drives_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_physical_drives_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilPhysicalDrive' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_flex_util_physical_drives_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_physical_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_physical_drives_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilPhysicalDrive instance. (required) :param StorageFlexUtilPhysicalDrive body: storageFlexUtilPhysicalDrive to update (required) - :param str moid2: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body2: storageFlexUtilPhysicalDrive to update (required) - :param str moid3: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body3: storageFlexUtilPhysicalDrive to update (required) - :param str moid4: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body4: storageFlexUtilPhysicalDrive to update (required) - :param str moid5: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body5: storageFlexUtilPhysicalDrive to update (required) - :param str moid6: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body6: storageFlexUtilPhysicalDrive to update (required) - :param str moid7: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body7: storageFlexUtilPhysicalDrive to update (required) - :param str moid8: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body8: storageFlexUtilPhysicalDrive to update (required) - :param str moid9: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body9: storageFlexUtilPhysicalDrive to update (required) - :param str moid10: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body10: storageFlexUtilPhysicalDrive to update (required) - :param str moid11: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body11: storageFlexUtilPhysicalDrive to update (required) - :param str moid12: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body12: storageFlexUtilPhysicalDrive to update (required) - :param str moid13: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body13: storageFlexUtilPhysicalDrive to update (required) - :param str moid14: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body14: storageFlexUtilPhysicalDrive to update (required) - :param str moid15: The moid of the storageFlexUtilPhysicalDrive instance. (required) - :param StorageFlexUtilPhysicalDrive body15: storageFlexUtilPhysicalDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_flex_util_physical_drives_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_physical_drives_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_util_physical_drives_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_flex_util_physical_drives_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_flex_util_physical_drives_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_flex_util_virtual_drive_api.py b/intersight/apis/storage_flex_util_virtual_drive_api.py index 7528a327..1222eca6 100644 --- a/intersight/apis/storage_flex_util_virtual_drive_api.py +++ b/intersight/apis/storage_flex_util_virtual_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_flex_util_virtual_drives_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexUtilVirtualDriveList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_flex_util_virtual_drives_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageFlexUtilVirtualDriveList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_flex_util_virtual_drives_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_flex_util_virtual_drives_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_virtual_drives_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_util_virtual_drives_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageFlexUtilVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_flex_util_virtual_drives_moid_get(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_virtual_drives_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_util_virtual_drives_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid2: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid3: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid4: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid5: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid6: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid7: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid8: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid9: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid10: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid11: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid12: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid13: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid14: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid15: The moid of the storageFlexUtilVirtualDrive instance. (required) :return: StorageFlexUtilVirtualDrive If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_flex_util_virtual_drives_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_flex_util_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_flex_util_virtual_drives_moid_get_with_http_info(moid, **kwargs) return data - def storage_flex_util_virtual_drives_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_flex_util_virtual_drives_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageFlexUtilVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_flex_util_virtual_drives_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_flex_util_virtual_drives_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid2: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid3: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid4: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid5: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid6: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid7: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid8: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid9: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid10: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid11: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid12: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid13: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid14: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param str moid15: The moid of the storageFlexUtilVirtualDrive instance. (required) :return: StorageFlexUtilVirtualDrive If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_flex_util_virtual_drives_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_virtual_drives_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_virtual_drives_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_flex_util_virtual_drives_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_flex_util_virtual_drives_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_virtual_drives_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_virtual_drives_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_flex_util_virtual_drives_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_virtual_drives_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_virtual_drives_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilVirtualDrive instance. (required) :param StorageFlexUtilVirtualDrive body: storageFlexUtilVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body2: storageFlexUtilVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body3: storageFlexUtilVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body4: storageFlexUtilVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body5: storageFlexUtilVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body6: storageFlexUtilVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body7: storageFlexUtilVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body8: storageFlexUtilVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body9: storageFlexUtilVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body10: storageFlexUtilVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body11: storageFlexUtilVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body12: storageFlexUtilVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body13: storageFlexUtilVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body14: storageFlexUtilVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body15: storageFlexUtilVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_util_virtual_drives_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_util_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_util_virtual_drives_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_flex_util_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_virtual_drives_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_flex_util_virtual_drives_moid_patch_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_virtual_drives_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilVirtualDrive instance. (required) :param StorageFlexUtilVirtualDrive body: storageFlexUtilVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body2: storageFlexUtilVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body3: storageFlexUtilVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body4: storageFlexUtilVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body5: storageFlexUtilVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body6: storageFlexUtilVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body7: storageFlexUtilVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body8: storageFlexUtilVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body9: storageFlexUtilVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body10: storageFlexUtilVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body11: storageFlexUtilVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body12: storageFlexUtilVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body13: storageFlexUtilVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body14: storageFlexUtilVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body15: storageFlexUtilVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_flex_util_virtual_drives_moid_patch_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_virtual_drives_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_util_virtual_drives_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_flex_util_virtual_drives_moid_patch_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_flex_util_virtual_drives_moid_patch_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_flex_util_virtual_drives_moid_patch_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_flex_util_virtual_drives_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_virtual_drives_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_flex_util_virtual_drives_moid_post(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_virtual_drives_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_virtual_drives_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilVirtualDrive instance. (required) :param StorageFlexUtilVirtualDrive body: storageFlexUtilVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body2: storageFlexUtilVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body3: storageFlexUtilVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body4: storageFlexUtilVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body5: storageFlexUtilVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body6: storageFlexUtilVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body7: storageFlexUtilVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body8: storageFlexUtilVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body9: storageFlexUtilVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body10: storageFlexUtilVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body11: storageFlexUtilVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body12: storageFlexUtilVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body13: storageFlexUtilVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body14: storageFlexUtilVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body15: storageFlexUtilVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_flex_util_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_flex_util_virtual_drives_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_flex_util_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_flex_util_virtual_drives_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_flex_util_virtual_drives_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_flex_util_virtual_drives_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageFlexUtilVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_flex_util_virtual_drives_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_flex_util_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_flex_util_virtual_drives_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageFlexUtilVirtualDrive instance. (required) :param StorageFlexUtilVirtualDrive body: storageFlexUtilVirtualDrive to update (required) - :param str moid2: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body2: storageFlexUtilVirtualDrive to update (required) - :param str moid3: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body3: storageFlexUtilVirtualDrive to update (required) - :param str moid4: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body4: storageFlexUtilVirtualDrive to update (required) - :param str moid5: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body5: storageFlexUtilVirtualDrive to update (required) - :param str moid6: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body6: storageFlexUtilVirtualDrive to update (required) - :param str moid7: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body7: storageFlexUtilVirtualDrive to update (required) - :param str moid8: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body8: storageFlexUtilVirtualDrive to update (required) - :param str moid9: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body9: storageFlexUtilVirtualDrive to update (required) - :param str moid10: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body10: storageFlexUtilVirtualDrive to update (required) - :param str moid11: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body11: storageFlexUtilVirtualDrive to update (required) - :param str moid12: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body12: storageFlexUtilVirtualDrive to update (required) - :param str moid13: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body13: storageFlexUtilVirtualDrive to update (required) - :param str moid14: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body14: storageFlexUtilVirtualDrive to update (required) - :param str moid15: The moid of the storageFlexUtilVirtualDrive instance. (required) - :param StorageFlexUtilVirtualDrive body15: storageFlexUtilVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_flex_util_virtual_drives_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_flex_util_virtual_drives_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_flex_util_virtual_drives_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_flex_util_virtual_drives_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_flex_util_virtual_drives_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_physical_disk_api.py b/intersight/apis/storage_physical_disk_api.py index 939fd3c8..6aa8dfc0 100644 --- a/intersight/apis/storage_physical_disk_api.py +++ b/intersight/apis/storage_physical_disk_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_physical_disks_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StoragePhysicalDiskList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_physical_disks_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StoragePhysicalDiskList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_physical_disks_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_physical_disks_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_physical_disks_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storagePhysicalDisk' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_physical_disks_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disks_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_physical_disks_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDisk instance. (required) - :param str moid2: The moid of the storagePhysicalDisk instance. (required) - :param str moid3: The moid of the storagePhysicalDisk instance. (required) - :param str moid4: The moid of the storagePhysicalDisk instance. (required) - :param str moid5: The moid of the storagePhysicalDisk instance. (required) - :param str moid6: The moid of the storagePhysicalDisk instance. (required) - :param str moid7: The moid of the storagePhysicalDisk instance. (required) - :param str moid8: The moid of the storagePhysicalDisk instance. (required) - :param str moid9: The moid of the storagePhysicalDisk instance. (required) - :param str moid10: The moid of the storagePhysicalDisk instance. (required) - :param str moid11: The moid of the storagePhysicalDisk instance. (required) - :param str moid12: The moid of the storagePhysicalDisk instance. (required) - :param str moid13: The moid of the storagePhysicalDisk instance. (required) - :param str moid14: The moid of the storagePhysicalDisk instance. (required) - :param str moid15: The moid of the storagePhysicalDisk instance. (required) :return: StoragePhysicalDisk If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_physical_disks_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_physical_disks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_physical_disks_moid_get_with_http_info(moid, **kwargs) return data - def storage_physical_disks_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_physical_disks_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storagePhysicalDisk' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_physical_disks_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disks_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_physical_disks_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDisk instance. (required) - :param str moid2: The moid of the storagePhysicalDisk instance. (required) - :param str moid3: The moid of the storagePhysicalDisk instance. (required) - :param str moid4: The moid of the storagePhysicalDisk instance. (required) - :param str moid5: The moid of the storagePhysicalDisk instance. (required) - :param str moid6: The moid of the storagePhysicalDisk instance. (required) - :param str moid7: The moid of the storagePhysicalDisk instance. (required) - :param str moid8: The moid of the storagePhysicalDisk instance. (required) - :param str moid9: The moid of the storagePhysicalDisk instance. (required) - :param str moid10: The moid of the storagePhysicalDisk instance. (required) - :param str moid11: The moid of the storagePhysicalDisk instance. (required) - :param str moid12: The moid of the storagePhysicalDisk instance. (required) - :param str moid13: The moid of the storagePhysicalDisk instance. (required) - :param str moid14: The moid of the storagePhysicalDisk instance. (required) - :param str moid15: The moid of the storagePhysicalDisk instance. (required) :return: StoragePhysicalDisk If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_physical_disks_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disks_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disks_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_physical_disks_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_physical_disks_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disks_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disks_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDisk' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_physical_disks_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disks_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disks_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDisk instance. (required) :param StoragePhysicalDisk body: storagePhysicalDisk to update (required) - :param str moid2: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body2: storagePhysicalDisk to update (required) - :param str moid3: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body3: storagePhysicalDisk to update (required) - :param str moid4: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body4: storagePhysicalDisk to update (required) - :param str moid5: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body5: storagePhysicalDisk to update (required) - :param str moid6: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body6: storagePhysicalDisk to update (required) - :param str moid7: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body7: storagePhysicalDisk to update (required) - :param str moid8: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body8: storagePhysicalDisk to update (required) - :param str moid9: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body9: storagePhysicalDisk to update (required) - :param str moid10: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body10: storagePhysicalDisk to update (required) - :param str moid11: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body11: storagePhysicalDisk to update (required) - :param str moid12: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body12: storagePhysicalDisk to update (required) - :param str moid13: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body13: storagePhysicalDisk to update (required) - :param str moid14: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body14: storagePhysicalDisk to update (required) - :param str moid15: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body15: storagePhysicalDisk to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_physical_disks_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_physical_disks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_physical_disks_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_physical_disks_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disks_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDisk' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_physical_disks_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disks_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disks_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDisk instance. (required) :param StoragePhysicalDisk body: storagePhysicalDisk to update (required) - :param str moid2: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body2: storagePhysicalDisk to update (required) - :param str moid3: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body3: storagePhysicalDisk to update (required) - :param str moid4: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body4: storagePhysicalDisk to update (required) - :param str moid5: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body5: storagePhysicalDisk to update (required) - :param str moid6: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body6: storagePhysicalDisk to update (required) - :param str moid7: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body7: storagePhysicalDisk to update (required) - :param str moid8: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body8: storagePhysicalDisk to update (required) - :param str moid9: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body9: storagePhysicalDisk to update (required) - :param str moid10: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body10: storagePhysicalDisk to update (required) - :param str moid11: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body11: storagePhysicalDisk to update (required) - :param str moid12: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body12: storagePhysicalDisk to update (required) - :param str moid13: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body13: storagePhysicalDisk to update (required) - :param str moid14: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body14: storagePhysicalDisk to update (required) - :param str moid15: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body15: storagePhysicalDisk to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_physical_disks_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disks_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_physical_disks_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_physical_disks_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_physical_disks_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_physical_disks_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disks_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disks_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDisk' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_physical_disks_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disks_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disks_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDisk instance. (required) :param StoragePhysicalDisk body: storagePhysicalDisk to update (required) - :param str moid2: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body2: storagePhysicalDisk to update (required) - :param str moid3: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body3: storagePhysicalDisk to update (required) - :param str moid4: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body4: storagePhysicalDisk to update (required) - :param str moid5: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body5: storagePhysicalDisk to update (required) - :param str moid6: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body6: storagePhysicalDisk to update (required) - :param str moid7: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body7: storagePhysicalDisk to update (required) - :param str moid8: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body8: storagePhysicalDisk to update (required) - :param str moid9: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body9: storagePhysicalDisk to update (required) - :param str moid10: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body10: storagePhysicalDisk to update (required) - :param str moid11: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body11: storagePhysicalDisk to update (required) - :param str moid12: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body12: storagePhysicalDisk to update (required) - :param str moid13: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body13: storagePhysicalDisk to update (required) - :param str moid14: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body14: storagePhysicalDisk to update (required) - :param str moid15: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body15: storagePhysicalDisk to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_physical_disks_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_physical_disks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_physical_disks_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_physical_disks_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disks_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDisk' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_physical_disks_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disks_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disks_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDisk instance. (required) :param StoragePhysicalDisk body: storagePhysicalDisk to update (required) - :param str moid2: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body2: storagePhysicalDisk to update (required) - :param str moid3: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body3: storagePhysicalDisk to update (required) - :param str moid4: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body4: storagePhysicalDisk to update (required) - :param str moid5: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body5: storagePhysicalDisk to update (required) - :param str moid6: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body6: storagePhysicalDisk to update (required) - :param str moid7: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body7: storagePhysicalDisk to update (required) - :param str moid8: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body8: storagePhysicalDisk to update (required) - :param str moid9: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body9: storagePhysicalDisk to update (required) - :param str moid10: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body10: storagePhysicalDisk to update (required) - :param str moid11: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body11: storagePhysicalDisk to update (required) - :param str moid12: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body12: storagePhysicalDisk to update (required) - :param str moid13: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body13: storagePhysicalDisk to update (required) - :param str moid14: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body14: storagePhysicalDisk to update (required) - :param str moid15: The moid of the storagePhysicalDisk instance. (required) - :param StoragePhysicalDisk body15: storagePhysicalDisk to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_physical_disks_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disks_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_physical_disks_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_physical_disks_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_physical_disks_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_physical_disk_extension_api.py b/intersight/apis/storage_physical_disk_extension_api.py index 346df806..481b30ad 100644 --- a/intersight/apis/storage_physical_disk_extension_api.py +++ b/intersight/apis/storage_physical_disk_extension_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_physical_disk_extensions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StoragePhysicalDiskExtensionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_physical_disk_extensions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StoragePhysicalDiskExtensionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_physical_disk_extensions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_physical_disk_extensions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disk_extensions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_physical_disk_extensions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storagePhysicalDiskExtension' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_physical_disk_extensions_moid_get(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_extensions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_physical_disk_extensions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid2: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid3: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid4: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid5: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid6: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid7: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid8: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid9: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid10: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid11: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid12: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid13: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid14: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid15: The moid of the storagePhysicalDiskExtension instance. (required) :return: StoragePhysicalDiskExtension If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disk_extensions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_physical_disk_extensions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_physical_disk_extensions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_physical_disk_extensions_moid_get_with_http_info(moid, **kwargs) return data - def storage_physical_disk_extensions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_physical_disk_extensions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storagePhysicalDiskExtension' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_physical_disk_extensions_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_extensions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_physical_disk_extensions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid2: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid3: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid4: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid5: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid6: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid7: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid8: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid9: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid10: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid11: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid12: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid13: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid14: The moid of the storagePhysicalDiskExtension instance. (required) - :param str moid15: The moid of the storagePhysicalDiskExtension instance. (required) :return: StoragePhysicalDiskExtension If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_physical_disk_extensions_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disk_extensions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disk_extensions_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_physical_disk_extensions_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_physical_disk_extensions_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disk_extensions_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_extensions_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskExtension' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_physical_disk_extensions_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_extensions_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_extensions_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskExtension instance. (required) :param StoragePhysicalDiskExtension body: storagePhysicalDiskExtension to update (required) - :param str moid2: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body2: storagePhysicalDiskExtension to update (required) - :param str moid3: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body3: storagePhysicalDiskExtension to update (required) - :param str moid4: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body4: storagePhysicalDiskExtension to update (required) - :param str moid5: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body5: storagePhysicalDiskExtension to update (required) - :param str moid6: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body6: storagePhysicalDiskExtension to update (required) - :param str moid7: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body7: storagePhysicalDiskExtension to update (required) - :param str moid8: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body8: storagePhysicalDiskExtension to update (required) - :param str moid9: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body9: storagePhysicalDiskExtension to update (required) - :param str moid10: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body10: storagePhysicalDiskExtension to update (required) - :param str moid11: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body11: storagePhysicalDiskExtension to update (required) - :param str moid12: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body12: storagePhysicalDiskExtension to update (required) - :param str moid13: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body13: storagePhysicalDiskExtension to update (required) - :param str moid14: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body14: storagePhysicalDiskExtension to update (required) - :param str moid15: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body15: storagePhysicalDiskExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disk_extensions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_physical_disk_extensions_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_physical_disk_extensions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_physical_disk_extensions_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_physical_disk_extensions_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_extensions_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskExtension' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_physical_disk_extensions_moid_patch_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_extensions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_extensions_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskExtension instance. (required) :param StoragePhysicalDiskExtension body: storagePhysicalDiskExtension to update (required) - :param str moid2: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body2: storagePhysicalDiskExtension to update (required) - :param str moid3: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body3: storagePhysicalDiskExtension to update (required) - :param str moid4: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body4: storagePhysicalDiskExtension to update (required) - :param str moid5: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body5: storagePhysicalDiskExtension to update (required) - :param str moid6: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body6: storagePhysicalDiskExtension to update (required) - :param str moid7: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body7: storagePhysicalDiskExtension to update (required) - :param str moid8: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body8: storagePhysicalDiskExtension to update (required) - :param str moid9: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body9: storagePhysicalDiskExtension to update (required) - :param str moid10: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body10: storagePhysicalDiskExtension to update (required) - :param str moid11: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body11: storagePhysicalDiskExtension to update (required) - :param str moid12: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body12: storagePhysicalDiskExtension to update (required) - :param str moid13: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body13: storagePhysicalDiskExtension to update (required) - :param str moid14: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body14: storagePhysicalDiskExtension to update (required) - :param str moid15: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body15: storagePhysicalDiskExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_physical_disk_extensions_moid_patch_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disk_extensions_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_physical_disk_extensions_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_physical_disk_extensions_moid_patch_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_physical_disk_extensions_moid_patch_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_physical_disk_extensions_moid_patch_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disk_extensions_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_extensions_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskExtension' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_physical_disk_extensions_moid_post(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_extensions_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_extensions_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskExtension instance. (required) :param StoragePhysicalDiskExtension body: storagePhysicalDiskExtension to update (required) - :param str moid2: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body2: storagePhysicalDiskExtension to update (required) - :param str moid3: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body3: storagePhysicalDiskExtension to update (required) - :param str moid4: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body4: storagePhysicalDiskExtension to update (required) - :param str moid5: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body5: storagePhysicalDiskExtension to update (required) - :param str moid6: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body6: storagePhysicalDiskExtension to update (required) - :param str moid7: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body7: storagePhysicalDiskExtension to update (required) - :param str moid8: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body8: storagePhysicalDiskExtension to update (required) - :param str moid9: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body9: storagePhysicalDiskExtension to update (required) - :param str moid10: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body10: storagePhysicalDiskExtension to update (required) - :param str moid11: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body11: storagePhysicalDiskExtension to update (required) - :param str moid12: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body12: storagePhysicalDiskExtension to update (required) - :param str moid13: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body13: storagePhysicalDiskExtension to update (required) - :param str moid14: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body14: storagePhysicalDiskExtension to update (required) - :param str moid15: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body15: storagePhysicalDiskExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disk_extensions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_physical_disk_extensions_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_physical_disk_extensions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_physical_disk_extensions_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_physical_disk_extensions_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_extensions_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskExtension' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_physical_disk_extensions_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_extensions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_extensions_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskExtension instance. (required) :param StoragePhysicalDiskExtension body: storagePhysicalDiskExtension to update (required) - :param str moid2: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body2: storagePhysicalDiskExtension to update (required) - :param str moid3: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body3: storagePhysicalDiskExtension to update (required) - :param str moid4: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body4: storagePhysicalDiskExtension to update (required) - :param str moid5: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body5: storagePhysicalDiskExtension to update (required) - :param str moid6: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body6: storagePhysicalDiskExtension to update (required) - :param str moid7: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body7: storagePhysicalDiskExtension to update (required) - :param str moid8: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body8: storagePhysicalDiskExtension to update (required) - :param str moid9: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body9: storagePhysicalDiskExtension to update (required) - :param str moid10: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body10: storagePhysicalDiskExtension to update (required) - :param str moid11: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body11: storagePhysicalDiskExtension to update (required) - :param str moid12: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body12: storagePhysicalDiskExtension to update (required) - :param str moid13: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body13: storagePhysicalDiskExtension to update (required) - :param str moid14: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body14: storagePhysicalDiskExtension to update (required) - :param str moid15: The moid of the storagePhysicalDiskExtension instance. (required) - :param StoragePhysicalDiskExtension body15: storagePhysicalDiskExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_physical_disk_extensions_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disk_extensions_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_physical_disk_extensions_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_physical_disk_extensions_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_physical_disk_extensions_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_physical_disk_usage_api.py b/intersight/apis/storage_physical_disk_usage_api.py index 1cd36330..71250be9 100644 --- a/intersight/apis/storage_physical_disk_usage_api.py +++ b/intersight/apis/storage_physical_disk_usage_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_physical_disk_usages_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StoragePhysicalDiskUsageList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_physical_disk_usages_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StoragePhysicalDiskUsageList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_physical_disk_usages_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_physical_disk_usages_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disk_usages_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_physical_disk_usages_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storagePhysicalDiskUsage' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_physical_disk_usages_moid_get(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_usages_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_physical_disk_usages_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid2: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid3: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid4: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid5: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid6: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid7: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid8: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid9: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid10: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid11: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid12: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid13: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid14: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid15: The moid of the storagePhysicalDiskUsage instance. (required) :return: StoragePhysicalDiskUsage If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disk_usages_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_physical_disk_usages_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_physical_disk_usages_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_physical_disk_usages_moid_get_with_http_info(moid, **kwargs) return data - def storage_physical_disk_usages_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_physical_disk_usages_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storagePhysicalDiskUsage' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_physical_disk_usages_moid_get_with_http_info(self, moid, moid2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_usages_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_physical_disk_usages_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid2: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid3: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid4: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid5: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid6: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid7: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid8: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid9: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid10: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid11: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid12: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid13: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid14: The moid of the storagePhysicalDiskUsage instance. (required) - :param str moid15: The moid of the storagePhysicalDiskUsage instance. (required) :return: StoragePhysicalDiskUsage If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_physical_disk_usages_moid_get_with_http_info(self, moid, moid2, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disk_usages_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disk_usages_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_physical_disk_usages_moid_get_with_http_info(self, moid, moid2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_physical_disk_usages_moid_get_with_http_info(self, moid, moid2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disk_usages_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_usages_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskUsage' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_physical_disk_usages_moid_patch(self, moid, body, moid2, body2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_usages_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_usages_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskUsage instance. (required) :param StoragePhysicalDiskUsage body: storagePhysicalDiskUsage to update (required) - :param str moid2: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body2: storagePhysicalDiskUsage to update (required) - :param str moid3: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body3: storagePhysicalDiskUsage to update (required) - :param str moid4: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body4: storagePhysicalDiskUsage to update (required) - :param str moid5: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body5: storagePhysicalDiskUsage to update (required) - :param str moid6: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body6: storagePhysicalDiskUsage to update (required) - :param str moid7: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body7: storagePhysicalDiskUsage to update (required) - :param str moid8: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body8: storagePhysicalDiskUsage to update (required) - :param str moid9: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body9: storagePhysicalDiskUsage to update (required) - :param str moid10: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body10: storagePhysicalDiskUsage to update (required) - :param str moid11: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body11: storagePhysicalDiskUsage to update (required) - :param str moid12: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body12: storagePhysicalDiskUsage to update (required) - :param str moid13: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body13: storagePhysicalDiskUsage to update (required) - :param str moid14: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body14: storagePhysicalDiskUsage to update (required) - :param str moid15: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body15: storagePhysicalDiskUsage to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disk_usages_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_physical_disk_usages_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_physical_disk_usages_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_physical_disk_usages_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_physical_disk_usages_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_usages_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskUsage' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_physical_disk_usages_moid_patch_with_http_info(self, moid, body, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_usages_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_usages_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskUsage instance. (required) :param StoragePhysicalDiskUsage body: storagePhysicalDiskUsage to update (required) - :param str moid2: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body2: storagePhysicalDiskUsage to update (required) - :param str moid3: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body3: storagePhysicalDiskUsage to update (required) - :param str moid4: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body4: storagePhysicalDiskUsage to update (required) - :param str moid5: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body5: storagePhysicalDiskUsage to update (required) - :param str moid6: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body6: storagePhysicalDiskUsage to update (required) - :param str moid7: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body7: storagePhysicalDiskUsage to update (required) - :param str moid8: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body8: storagePhysicalDiskUsage to update (required) - :param str moid9: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body9: storagePhysicalDiskUsage to update (required) - :param str moid10: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body10: storagePhysicalDiskUsage to update (required) - :param str moid11: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body11: storagePhysicalDiskUsage to update (required) - :param str moid12: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body12: storagePhysicalDiskUsage to update (required) - :param str moid13: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body13: storagePhysicalDiskUsage to update (required) - :param str moid14: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body14: storagePhysicalDiskUsage to update (required) - :param str moid15: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body15: storagePhysicalDiskUsage to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_physical_disk_usages_moid_patch_with_http_info(self, moid, body, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disk_usages_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_physical_disk_usages_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_physical_disk_usages_moid_patch_with_http_info(self, moid, body, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_physical_disk_usages_moid_patch_with_http_info(self, moid, body, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_physical_disk_usages_moid_patch_with_http_info(self, moid, body, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_physical_disk_usages_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_usages_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskUsage' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_physical_disk_usages_moid_post(self, moid, body, moid2, body2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_usages_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_usages_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskUsage instance. (required) :param StoragePhysicalDiskUsage body: storagePhysicalDiskUsage to update (required) - :param str moid2: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body2: storagePhysicalDiskUsage to update (required) - :param str moid3: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body3: storagePhysicalDiskUsage to update (required) - :param str moid4: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body4: storagePhysicalDiskUsage to update (required) - :param str moid5: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body5: storagePhysicalDiskUsage to update (required) - :param str moid6: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body6: storagePhysicalDiskUsage to update (required) - :param str moid7: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body7: storagePhysicalDiskUsage to update (required) - :param str moid8: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body8: storagePhysicalDiskUsage to update (required) - :param str moid9: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body9: storagePhysicalDiskUsage to update (required) - :param str moid10: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body10: storagePhysicalDiskUsage to update (required) - :param str moid11: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body11: storagePhysicalDiskUsage to update (required) - :param str moid12: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body12: storagePhysicalDiskUsage to update (required) - :param str moid13: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body13: storagePhysicalDiskUsage to update (required) - :param str moid14: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body14: storagePhysicalDiskUsage to update (required) - :param str moid15: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body15: storagePhysicalDiskUsage to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_physical_disk_usages_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_physical_disk_usages_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_physical_disk_usages_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_physical_disk_usages_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_physical_disk_usages_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_physical_disk_usages_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storagePhysicalDiskUsage' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_physical_disk_usages_moid_post_with_http_info(self, moid, body, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_physical_disk_usages_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_physical_disk_usages_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storagePhysicalDiskUsage instance. (required) :param StoragePhysicalDiskUsage body: storagePhysicalDiskUsage to update (required) - :param str moid2: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body2: storagePhysicalDiskUsage to update (required) - :param str moid3: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body3: storagePhysicalDiskUsage to update (required) - :param str moid4: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body4: storagePhysicalDiskUsage to update (required) - :param str moid5: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body5: storagePhysicalDiskUsage to update (required) - :param str moid6: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body6: storagePhysicalDiskUsage to update (required) - :param str moid7: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body7: storagePhysicalDiskUsage to update (required) - :param str moid8: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body8: storagePhysicalDiskUsage to update (required) - :param str moid9: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body9: storagePhysicalDiskUsage to update (required) - :param str moid10: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body10: storagePhysicalDiskUsage to update (required) - :param str moid11: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body11: storagePhysicalDiskUsage to update (required) - :param str moid12: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body12: storagePhysicalDiskUsage to update (required) - :param str moid13: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body13: storagePhysicalDiskUsage to update (required) - :param str moid14: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body14: storagePhysicalDiskUsage to update (required) - :param str moid15: The moid of the storagePhysicalDiskUsage instance. (required) - :param StoragePhysicalDiskUsage body15: storagePhysicalDiskUsage to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_physical_disk_usages_moid_post_with_http_info(self, moid, body, moid # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_physical_disk_usages_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_physical_disk_usages_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_physical_disk_usages_moid_post_with_http_info(self, moid, body, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_physical_disk_usages_moid_post_with_http_info(self, moid, body, moid local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_sas_expander_api.py b/intersight/apis/storage_sas_expander_api.py index 91187949..c2e4d060 100644 --- a/intersight/apis/storage_sas_expander_api.py +++ b/intersight/apis/storage_sas_expander_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_sas_expanders_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageSasExpanderList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_sas_expanders_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageSasExpanderList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_sas_expanders_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_sas_expanders_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_sas_expanders_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_sas_expanders_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageSasExpander' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_sas_expanders_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_sas_expanders_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_sas_expanders_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageSasExpander instance. (required) - :param str moid2: The moid of the storageSasExpander instance. (required) - :param str moid3: The moid of the storageSasExpander instance. (required) - :param str moid4: The moid of the storageSasExpander instance. (required) - :param str moid5: The moid of the storageSasExpander instance. (required) - :param str moid6: The moid of the storageSasExpander instance. (required) - :param str moid7: The moid of the storageSasExpander instance. (required) - :param str moid8: The moid of the storageSasExpander instance. (required) - :param str moid9: The moid of the storageSasExpander instance. (required) - :param str moid10: The moid of the storageSasExpander instance. (required) - :param str moid11: The moid of the storageSasExpander instance. (required) - :param str moid12: The moid of the storageSasExpander instance. (required) - :param str moid13: The moid of the storageSasExpander instance. (required) - :param str moid14: The moid of the storageSasExpander instance. (required) - :param str moid15: The moid of the storageSasExpander instance. (required) :return: StorageSasExpander If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_sas_expanders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_sas_expanders_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_sas_expanders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_sas_expanders_moid_get_with_http_info(moid, **kwargs) return data - def storage_sas_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_sas_expanders_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageSasExpander' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_sas_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_sas_expanders_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_sas_expanders_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageSasExpander instance. (required) - :param str moid2: The moid of the storageSasExpander instance. (required) - :param str moid3: The moid of the storageSasExpander instance. (required) - :param str moid4: The moid of the storageSasExpander instance. (required) - :param str moid5: The moid of the storageSasExpander instance. (required) - :param str moid6: The moid of the storageSasExpander instance. (required) - :param str moid7: The moid of the storageSasExpander instance. (required) - :param str moid8: The moid of the storageSasExpander instance. (required) - :param str moid9: The moid of the storageSasExpander instance. (required) - :param str moid10: The moid of the storageSasExpander instance. (required) - :param str moid11: The moid of the storageSasExpander instance. (required) - :param str moid12: The moid of the storageSasExpander instance. (required) - :param str moid13: The moid of the storageSasExpander instance. (required) - :param str moid14: The moid of the storageSasExpander instance. (required) - :param str moid15: The moid of the storageSasExpander instance. (required) :return: StorageSasExpander If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_sas_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_sas_expanders_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_sas_expanders_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_sas_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_sas_expanders_moid_get_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_sas_expanders_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_sas_expanders_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageSasExpander' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_sas_expanders_moid_patch(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_sas_expanders_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_sas_expanders_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageSasExpander instance. (required) :param StorageSasExpander body: storageSasExpander to update (required) - :param str moid2: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body2: storageSasExpander to update (required) - :param str moid3: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body3: storageSasExpander to update (required) - :param str moid4: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body4: storageSasExpander to update (required) - :param str moid5: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body5: storageSasExpander to update (required) - :param str moid6: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body6: storageSasExpander to update (required) - :param str moid7: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body7: storageSasExpander to update (required) - :param str moid8: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body8: storageSasExpander to update (required) - :param str moid9: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body9: storageSasExpander to update (required) - :param str moid10: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body10: storageSasExpander to update (required) - :param str moid11: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body11: storageSasExpander to update (required) - :param str moid12: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body12: storageSasExpander to update (required) - :param str moid13: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body13: storageSasExpander to update (required) - :param str moid14: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body14: storageSasExpander to update (required) - :param str moid15: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body15: storageSasExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_sas_expanders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_sas_expanders_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_sas_expanders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_sas_expanders_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_sas_expanders_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_sas_expanders_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageSasExpander' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_sas_expanders_moid_patch_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_sas_expanders_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_sas_expanders_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageSasExpander instance. (required) :param StorageSasExpander body: storageSasExpander to update (required) - :param str moid2: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body2: storageSasExpander to update (required) - :param str moid3: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body3: storageSasExpander to update (required) - :param str moid4: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body4: storageSasExpander to update (required) - :param str moid5: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body5: storageSasExpander to update (required) - :param str moid6: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body6: storageSasExpander to update (required) - :param str moid7: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body7: storageSasExpander to update (required) - :param str moid8: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body8: storageSasExpander to update (required) - :param str moid9: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body9: storageSasExpander to update (required) - :param str moid10: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body10: storageSasExpander to update (required) - :param str moid11: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body11: storageSasExpander to update (required) - :param str moid12: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body12: storageSasExpander to update (required) - :param str moid13: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body13: storageSasExpander to update (required) - :param str moid14: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body14: storageSasExpander to update (required) - :param str moid15: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body15: storageSasExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_sas_expanders_moid_patch_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_sas_expanders_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_sas_expanders_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_sas_expanders_moid_patch_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_sas_expanders_moid_patch_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_sas_expanders_moid_patch_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_sas_expanders_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_sas_expanders_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageSasExpander' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_sas_expanders_moid_post(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_sas_expanders_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_sas_expanders_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageSasExpander instance. (required) :param StorageSasExpander body: storageSasExpander to update (required) - :param str moid2: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body2: storageSasExpander to update (required) - :param str moid3: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body3: storageSasExpander to update (required) - :param str moid4: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body4: storageSasExpander to update (required) - :param str moid5: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body5: storageSasExpander to update (required) - :param str moid6: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body6: storageSasExpander to update (required) - :param str moid7: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body7: storageSasExpander to update (required) - :param str moid8: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body8: storageSasExpander to update (required) - :param str moid9: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body9: storageSasExpander to update (required) - :param str moid10: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body10: storageSasExpander to update (required) - :param str moid11: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body11: storageSasExpander to update (required) - :param str moid12: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body12: storageSasExpander to update (required) - :param str moid13: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body13: storageSasExpander to update (required) - :param str moid14: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body14: storageSasExpander to update (required) - :param str moid15: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body15: storageSasExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_sas_expanders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_sas_expanders_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_sas_expanders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_sas_expanders_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_sas_expanders_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_sas_expanders_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageSasExpander' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_sas_expanders_moid_post_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_sas_expanders_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_sas_expanders_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageSasExpander instance. (required) :param StorageSasExpander body: storageSasExpander to update (required) - :param str moid2: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body2: storageSasExpander to update (required) - :param str moid3: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body3: storageSasExpander to update (required) - :param str moid4: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body4: storageSasExpander to update (required) - :param str moid5: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body5: storageSasExpander to update (required) - :param str moid6: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body6: storageSasExpander to update (required) - :param str moid7: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body7: storageSasExpander to update (required) - :param str moid8: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body8: storageSasExpander to update (required) - :param str moid9: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body9: storageSasExpander to update (required) - :param str moid10: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body10: storageSasExpander to update (required) - :param str moid11: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body11: storageSasExpander to update (required) - :param str moid12: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body12: storageSasExpander to update (required) - :param str moid13: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body13: storageSasExpander to update (required) - :param str moid14: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body14: storageSasExpander to update (required) - :param str moid15: The moid of the storageSasExpander instance. (required) - :param StorageSasExpander body15: storageSasExpander to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_sas_expanders_moid_post_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_sas_expanders_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_sas_expanders_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_sas_expanders_moid_post_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_sas_expanders_moid_post_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_storage_policy_api.py b/intersight/apis/storage_storage_policy_api.py index bd4a9945..23e8f356 100644 --- a/intersight/apis/storage_storage_policy_api.py +++ b/intersight/apis/storage_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_storage_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageStoragePolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_storage_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageStoragePolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_storage_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_storage_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_storage_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_storage_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_storage_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_storage_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.storage_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_storage_policies_moid_delete_with_http_info(moid, **kwargs) return data - def storage_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_storage_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3 # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_storage_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_storage_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3 path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_storage_policies_moid_delete_with_http_info(self, moid, moid2, moid3 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_storage_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_storage_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def storage_storage_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) :return: StorageStoragePolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_storage_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_storage_policies_moid_get_with_http_info(moid, **kwargs) return data - def storage_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_storage_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def storage_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) :return: StorageStoragePolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def storage_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_storage_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_storage_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def storage_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def storage_storage_policies_moid_get_with_http_info(self, moid, moid2, moid3, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_storage_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_storage_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def storage_storage_policies_moid_patch(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) :param StorageStoragePolicy body: storageStoragePolicy to update (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body2: storageStoragePolicy to update (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body3: storageStoragePolicy to update (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body4: storageStoragePolicy to update (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body5: storageStoragePolicy to update (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body6: storageStoragePolicy to update (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body7: storageStoragePolicy to update (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body8: storageStoragePolicy to update (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body9: storageStoragePolicy to update (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body10: storageStoragePolicy to update (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body11: storageStoragePolicy to update (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body12: storageStoragePolicy to update (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body13: storageStoragePolicy to update (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body14: storageStoragePolicy to update (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body15: storageStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_storage_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_storage_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def storage_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) :param StorageStoragePolicy body: storageStoragePolicy to update (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body2: storageStoragePolicy to update (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body3: storageStoragePolicy to update (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body4: storageStoragePolicy to update (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body5: storageStoragePolicy to update (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body6: storageStoragePolicy to update (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body7: storageStoragePolicy to update (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body8: storageStoragePolicy to update (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body9: storageStoragePolicy to update (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body10: storageStoragePolicy to update (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body11: storageStoragePolicy to update (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body12: storageStoragePolicy to update (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body13: storageStoragePolicy to update (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body14: storageStoragePolicy to update (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body15: storageStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def storage_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_storage_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_storage_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def storage_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def storage_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def storage_storage_policies_moid_patch_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_storage_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_storage_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def storage_storage_policies_moid_post(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) :param StorageStoragePolicy body: storageStoragePolicy to update (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body2: storageStoragePolicy to update (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body3: storageStoragePolicy to update (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body4: storageStoragePolicy to update (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body5: storageStoragePolicy to update (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body6: storageStoragePolicy to update (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body7: storageStoragePolicy to update (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body8: storageStoragePolicy to update (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body9: storageStoragePolicy to update (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body10: storageStoragePolicy to update (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body11: storageStoragePolicy to update (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body12: storageStoragePolicy to update (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body13: storageStoragePolicy to update (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body14: storageStoragePolicy to update (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body15: storageStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_storage_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_storage_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_storage_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_storage_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def storage_storage_policies_moid_post_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_storage_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageStoragePolicy instance. (required) :param StorageStoragePolicy body: storageStoragePolicy to update (required) - :param str moid2: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body2: storageStoragePolicy to update (required) - :param str moid3: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body3: storageStoragePolicy to update (required) - :param str moid4: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body4: storageStoragePolicy to update (required) - :param str moid5: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body5: storageStoragePolicy to update (required) - :param str moid6: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body6: storageStoragePolicy to update (required) - :param str moid7: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body7: storageStoragePolicy to update (required) - :param str moid8: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body8: storageStoragePolicy to update (required) - :param str moid9: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body9: storageStoragePolicy to update (required) - :param str moid10: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body10: storageStoragePolicy to update (required) - :param str moid11: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body11: storageStoragePolicy to update (required) - :param str moid12: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body12: storageStoragePolicy to update (required) - :param str moid13: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body13: storageStoragePolicy to update (required) - :param str moid14: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body14: storageStoragePolicy to update (required) - :param str moid15: The moid of the storageStoragePolicy instance. (required) - :param StorageStoragePolicy body15: storageStoragePolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def storage_storage_policies_moid_post_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_storage_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_storage_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def storage_storage_policies_moid_post_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def storage_storage_policies_moid_post_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def storage_storage_policies_moid_post_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_storage_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def storage_storage_policies_post(self, body, **kwargs): """ Create an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def storage_storage_policies_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.storage_storage_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param StorageStoragePolicy body: storageStoragePolicy to add (required) - :param StorageStoragePolicy body2: storageStoragePolicy to add (required) - :param StorageStoragePolicy body3: storageStoragePolicy to add (required) - :param StorageStoragePolicy body4: storageStoragePolicy to add (required) - :param StorageStoragePolicy body5: storageStoragePolicy to add (required) - :param StorageStoragePolicy body6: storageStoragePolicy to add (required) - :param StorageStoragePolicy body7: storageStoragePolicy to add (required) - :param StorageStoragePolicy body8: storageStoragePolicy to add (required) - :param StorageStoragePolicy body9: storageStoragePolicy to add (required) - :param StorageStoragePolicy body10: storageStoragePolicy to add (required) - :param StorageStoragePolicy body11: storageStoragePolicy to add (required) - :param StorageStoragePolicy body12: storageStoragePolicy to add (required) - :param StorageStoragePolicy body13: storageStoragePolicy to add (required) - :param StorageStoragePolicy body14: storageStoragePolicy to add (required) - :param StorageStoragePolicy body15: storageStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.storage_storage_policies_post_with_http_info(body, **kwargs) else: - (data) = self.storage_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.storage_storage_policies_post_with_http_info(body, **kwargs) return data - def storage_storage_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def storage_storage_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'storageStoragePolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def storage_storage_policies_post_with_http_info(self, body, body2, body3, body4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_storage_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.storage_storage_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param StorageStoragePolicy body: storageStoragePolicy to add (required) - :param StorageStoragePolicy body2: storageStoragePolicy to add (required) - :param StorageStoragePolicy body3: storageStoragePolicy to add (required) - :param StorageStoragePolicy body4: storageStoragePolicy to add (required) - :param StorageStoragePolicy body5: storageStoragePolicy to add (required) - :param StorageStoragePolicy body6: storageStoragePolicy to add (required) - :param StorageStoragePolicy body7: storageStoragePolicy to add (required) - :param StorageStoragePolicy body8: storageStoragePolicy to add (required) - :param StorageStoragePolicy body9: storageStoragePolicy to add (required) - :param StorageStoragePolicy body10: storageStoragePolicy to add (required) - :param StorageStoragePolicy body11: storageStoragePolicy to add (required) - :param StorageStoragePolicy body12: storageStoragePolicy to add (required) - :param StorageStoragePolicy body13: storageStoragePolicy to add (required) - :param StorageStoragePolicy body14: storageStoragePolicy to add (required) - :param StorageStoragePolicy body15: storageStoragePolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def storage_storage_policies_post_with_http_info(self, body, body2, body3, body4 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_storage_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_storage_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_storage_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_storage_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_storage_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_storage_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_storage_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_storage_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_storage_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_storage_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_storage_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_storage_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_storage_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_storage_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_storage_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def storage_storage_policies_post_with_http_info(self, body, body2, body3, body4 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_vd_member_ep_api.py b/intersight/apis/storage_vd_member_ep_api.py index 264fab6f..9fb8bede 100644 --- a/intersight/apis/storage_vd_member_ep_api.py +++ b/intersight/apis/storage_vd_member_ep_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_vd_member_eps_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageVdMemberEpList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_vd_member_eps_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageVdMemberEpList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_vd_member_eps_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_vd_member_eps_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_vd_member_eps_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_vd_member_eps_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageVdMemberEp' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_vd_member_eps_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_vd_member_eps_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_vd_member_eps_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVdMemberEp instance. (required) - :param str moid2: The moid of the storageVdMemberEp instance. (required) - :param str moid3: The moid of the storageVdMemberEp instance. (required) - :param str moid4: The moid of the storageVdMemberEp instance. (required) - :param str moid5: The moid of the storageVdMemberEp instance. (required) - :param str moid6: The moid of the storageVdMemberEp instance. (required) - :param str moid7: The moid of the storageVdMemberEp instance. (required) - :param str moid8: The moid of the storageVdMemberEp instance. (required) - :param str moid9: The moid of the storageVdMemberEp instance. (required) - :param str moid10: The moid of the storageVdMemberEp instance. (required) - :param str moid11: The moid of the storageVdMemberEp instance. (required) - :param str moid12: The moid of the storageVdMemberEp instance. (required) - :param str moid13: The moid of the storageVdMemberEp instance. (required) - :param str moid14: The moid of the storageVdMemberEp instance. (required) - :param str moid15: The moid of the storageVdMemberEp instance. (required) :return: StorageVdMemberEp If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_vd_member_eps_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_vd_member_eps_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_vd_member_eps_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_vd_member_eps_moid_get_with_http_info(moid, **kwargs) return data - def storage_vd_member_eps_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_vd_member_eps_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageVdMemberEp' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_vd_member_eps_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_vd_member_eps_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_vd_member_eps_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVdMemberEp instance. (required) - :param str moid2: The moid of the storageVdMemberEp instance. (required) - :param str moid3: The moid of the storageVdMemberEp instance. (required) - :param str moid4: The moid of the storageVdMemberEp instance. (required) - :param str moid5: The moid of the storageVdMemberEp instance. (required) - :param str moid6: The moid of the storageVdMemberEp instance. (required) - :param str moid7: The moid of the storageVdMemberEp instance. (required) - :param str moid8: The moid of the storageVdMemberEp instance. (required) - :param str moid9: The moid of the storageVdMemberEp instance. (required) - :param str moid10: The moid of the storageVdMemberEp instance. (required) - :param str moid11: The moid of the storageVdMemberEp instance. (required) - :param str moid12: The moid of the storageVdMemberEp instance. (required) - :param str moid13: The moid of the storageVdMemberEp instance. (required) - :param str moid14: The moid of the storageVdMemberEp instance. (required) - :param str moid15: The moid of the storageVdMemberEp instance. (required) :return: StorageVdMemberEp If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_vd_member_eps_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_vd_member_eps_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_vd_member_eps_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_vd_member_eps_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_vd_member_eps_moid_get_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_vd_member_eps_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_vd_member_eps_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageVdMemberEp' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_vd_member_eps_moid_patch(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_vd_member_eps_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_vd_member_eps_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVdMemberEp instance. (required) :param StorageVdMemberEp body: storageVdMemberEp to update (required) - :param str moid2: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body2: storageVdMemberEp to update (required) - :param str moid3: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body3: storageVdMemberEp to update (required) - :param str moid4: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body4: storageVdMemberEp to update (required) - :param str moid5: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body5: storageVdMemberEp to update (required) - :param str moid6: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body6: storageVdMemberEp to update (required) - :param str moid7: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body7: storageVdMemberEp to update (required) - :param str moid8: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body8: storageVdMemberEp to update (required) - :param str moid9: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body9: storageVdMemberEp to update (required) - :param str moid10: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body10: storageVdMemberEp to update (required) - :param str moid11: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body11: storageVdMemberEp to update (required) - :param str moid12: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body12: storageVdMemberEp to update (required) - :param str moid13: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body13: storageVdMemberEp to update (required) - :param str moid14: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body14: storageVdMemberEp to update (required) - :param str moid15: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body15: storageVdMemberEp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_vd_member_eps_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_vd_member_eps_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_vd_member_eps_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_vd_member_eps_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_vd_member_eps_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_vd_member_eps_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageVdMemberEp' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_vd_member_eps_moid_patch_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_vd_member_eps_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_vd_member_eps_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVdMemberEp instance. (required) :param StorageVdMemberEp body: storageVdMemberEp to update (required) - :param str moid2: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body2: storageVdMemberEp to update (required) - :param str moid3: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body3: storageVdMemberEp to update (required) - :param str moid4: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body4: storageVdMemberEp to update (required) - :param str moid5: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body5: storageVdMemberEp to update (required) - :param str moid6: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body6: storageVdMemberEp to update (required) - :param str moid7: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body7: storageVdMemberEp to update (required) - :param str moid8: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body8: storageVdMemberEp to update (required) - :param str moid9: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body9: storageVdMemberEp to update (required) - :param str moid10: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body10: storageVdMemberEp to update (required) - :param str moid11: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body11: storageVdMemberEp to update (required) - :param str moid12: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body12: storageVdMemberEp to update (required) - :param str moid13: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body13: storageVdMemberEp to update (required) - :param str moid14: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body14: storageVdMemberEp to update (required) - :param str moid15: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body15: storageVdMemberEp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_vd_member_eps_moid_patch_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_vd_member_eps_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_vd_member_eps_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_vd_member_eps_moid_patch_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_vd_member_eps_moid_patch_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_vd_member_eps_moid_patch_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_vd_member_eps_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_vd_member_eps_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageVdMemberEp' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_vd_member_eps_moid_post(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_vd_member_eps_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_vd_member_eps_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVdMemberEp instance. (required) :param StorageVdMemberEp body: storageVdMemberEp to update (required) - :param str moid2: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body2: storageVdMemberEp to update (required) - :param str moid3: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body3: storageVdMemberEp to update (required) - :param str moid4: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body4: storageVdMemberEp to update (required) - :param str moid5: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body5: storageVdMemberEp to update (required) - :param str moid6: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body6: storageVdMemberEp to update (required) - :param str moid7: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body7: storageVdMemberEp to update (required) - :param str moid8: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body8: storageVdMemberEp to update (required) - :param str moid9: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body9: storageVdMemberEp to update (required) - :param str moid10: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body10: storageVdMemberEp to update (required) - :param str moid11: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body11: storageVdMemberEp to update (required) - :param str moid12: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body12: storageVdMemberEp to update (required) - :param str moid13: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body13: storageVdMemberEp to update (required) - :param str moid14: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body14: storageVdMemberEp to update (required) - :param str moid15: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body15: storageVdMemberEp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_vd_member_eps_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_vd_member_eps_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_vd_member_eps_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_vd_member_eps_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_vd_member_eps_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_vd_member_eps_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageVdMemberEp' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_vd_member_eps_moid_post_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_vd_member_eps_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_vd_member_eps_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVdMemberEp instance. (required) :param StorageVdMemberEp body: storageVdMemberEp to update (required) - :param str moid2: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body2: storageVdMemberEp to update (required) - :param str moid3: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body3: storageVdMemberEp to update (required) - :param str moid4: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body4: storageVdMemberEp to update (required) - :param str moid5: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body5: storageVdMemberEp to update (required) - :param str moid6: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body6: storageVdMemberEp to update (required) - :param str moid7: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body7: storageVdMemberEp to update (required) - :param str moid8: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body8: storageVdMemberEp to update (required) - :param str moid9: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body9: storageVdMemberEp to update (required) - :param str moid10: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body10: storageVdMemberEp to update (required) - :param str moid11: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body11: storageVdMemberEp to update (required) - :param str moid12: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body12: storageVdMemberEp to update (required) - :param str moid13: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body13: storageVdMemberEp to update (required) - :param str moid14: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body14: storageVdMemberEp to update (required) - :param str moid15: The moid of the storageVdMemberEp instance. (required) - :param StorageVdMemberEp body15: storageVdMemberEp to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_vd_member_eps_moid_post_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_vd_member_eps_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_vd_member_eps_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_vd_member_eps_moid_post_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_vd_member_eps_moid_post_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_virtual_drive_api.py b/intersight/apis/storage_virtual_drive_api.py index 3cd87770..37cb2c9d 100644 --- a/intersight/apis/storage_virtual_drive_api.py +++ b/intersight/apis/storage_virtual_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_virtual_drives_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageVirtualDriveList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_virtual_drives_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageVirtualDriveList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_virtual_drives_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_virtual_drives_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_virtual_drives_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_virtual_drives_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_virtual_drives_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drives_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_virtual_drives_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDrive instance. (required) - :param str moid2: The moid of the storageVirtualDrive instance. (required) - :param str moid3: The moid of the storageVirtualDrive instance. (required) - :param str moid4: The moid of the storageVirtualDrive instance. (required) - :param str moid5: The moid of the storageVirtualDrive instance. (required) - :param str moid6: The moid of the storageVirtualDrive instance. (required) - :param str moid7: The moid of the storageVirtualDrive instance. (required) - :param str moid8: The moid of the storageVirtualDrive instance. (required) - :param str moid9: The moid of the storageVirtualDrive instance. (required) - :param str moid10: The moid of the storageVirtualDrive instance. (required) - :param str moid11: The moid of the storageVirtualDrive instance. (required) - :param str moid12: The moid of the storageVirtualDrive instance. (required) - :param str moid13: The moid of the storageVirtualDrive instance. (required) - :param str moid14: The moid of the storageVirtualDrive instance. (required) - :param str moid15: The moid of the storageVirtualDrive instance. (required) :return: StorageVirtualDrive If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_virtual_drives_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_virtual_drives_moid_get_with_http_info(moid, **kwargs) return data - def storage_virtual_drives_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_virtual_drives_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_virtual_drives_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drives_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_virtual_drives_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDrive instance. (required) - :param str moid2: The moid of the storageVirtualDrive instance. (required) - :param str moid3: The moid of the storageVirtualDrive instance. (required) - :param str moid4: The moid of the storageVirtualDrive instance. (required) - :param str moid5: The moid of the storageVirtualDrive instance. (required) - :param str moid6: The moid of the storageVirtualDrive instance. (required) - :param str moid7: The moid of the storageVirtualDrive instance. (required) - :param str moid8: The moid of the storageVirtualDrive instance. (required) - :param str moid9: The moid of the storageVirtualDrive instance. (required) - :param str moid10: The moid of the storageVirtualDrive instance. (required) - :param str moid11: The moid of the storageVirtualDrive instance. (required) - :param str moid12: The moid of the storageVirtualDrive instance. (required) - :param str moid13: The moid of the storageVirtualDrive instance. (required) - :param str moid14: The moid of the storageVirtualDrive instance. (required) - :param str moid15: The moid of the storageVirtualDrive instance. (required) :return: StorageVirtualDrive If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_virtual_drives_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_virtual_drives_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_virtual_drives_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_virtual_drives_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_virtual_drives_moid_get_with_http_info(self, moid, moid2, moid3, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_virtual_drives_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drives_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_virtual_drives_moid_patch(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drives_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drives_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDrive instance. (required) :param StorageVirtualDrive body: storageVirtualDrive to update (required) - :param str moid2: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body2: storageVirtualDrive to update (required) - :param str moid3: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body3: storageVirtualDrive to update (required) - :param str moid4: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body4: storageVirtualDrive to update (required) - :param str moid5: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body5: storageVirtualDrive to update (required) - :param str moid6: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body6: storageVirtualDrive to update (required) - :param str moid7: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body7: storageVirtualDrive to update (required) - :param str moid8: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body8: storageVirtualDrive to update (required) - :param str moid9: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body9: storageVirtualDrive to update (required) - :param str moid10: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body10: storageVirtualDrive to update (required) - :param str moid11: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body11: storageVirtualDrive to update (required) - :param str moid12: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body12: storageVirtualDrive to update (required) - :param str moid13: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body13: storageVirtualDrive to update (required) - :param str moid14: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body14: storageVirtualDrive to update (required) - :param str moid15: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body15: storageVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_virtual_drives_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_virtual_drives_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drives_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drives_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drives_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDrive instance. (required) :param StorageVirtualDrive body: storageVirtualDrive to update (required) - :param str moid2: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body2: storageVirtualDrive to update (required) - :param str moid3: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body3: storageVirtualDrive to update (required) - :param str moid4: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body4: storageVirtualDrive to update (required) - :param str moid5: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body5: storageVirtualDrive to update (required) - :param str moid6: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body6: storageVirtualDrive to update (required) - :param str moid7: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body7: storageVirtualDrive to update (required) - :param str moid8: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body8: storageVirtualDrive to update (required) - :param str moid9: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body9: storageVirtualDrive to update (required) - :param str moid10: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body10: storageVirtualDrive to update (required) - :param str moid11: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body11: storageVirtualDrive to update (required) - :param str moid12: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body12: storageVirtualDrive to update (required) - :param str moid13: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body13: storageVirtualDrive to update (required) - :param str moid14: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body14: storageVirtualDrive to update (required) - :param str moid15: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body15: storageVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_virtual_drives_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_virtual_drives_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_virtual_drives_moid_patch_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_virtual_drives_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drives_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_virtual_drives_moid_post(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drives_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drives_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDrive instance. (required) :param StorageVirtualDrive body: storageVirtualDrive to update (required) - :param str moid2: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body2: storageVirtualDrive to update (required) - :param str moid3: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body3: storageVirtualDrive to update (required) - :param str moid4: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body4: storageVirtualDrive to update (required) - :param str moid5: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body5: storageVirtualDrive to update (required) - :param str moid6: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body6: storageVirtualDrive to update (required) - :param str moid7: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body7: storageVirtualDrive to update (required) - :param str moid8: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body8: storageVirtualDrive to update (required) - :param str moid9: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body9: storageVirtualDrive to update (required) - :param str moid10: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body10: storageVirtualDrive to update (required) - :param str moid11: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body11: storageVirtualDrive to update (required) - :param str moid12: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body12: storageVirtualDrive to update (required) - :param str moid13: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body13: storageVirtualDrive to update (required) - :param str moid14: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body14: storageVirtualDrive to update (required) - :param str moid15: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body15: storageVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_virtual_drives_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_virtual_drives_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_virtual_drives_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drives_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDrive' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_virtual_drives_moid_post_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drives_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drives_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDrive instance. (required) :param StorageVirtualDrive body: storageVirtualDrive to update (required) - :param str moid2: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body2: storageVirtualDrive to update (required) - :param str moid3: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body3: storageVirtualDrive to update (required) - :param str moid4: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body4: storageVirtualDrive to update (required) - :param str moid5: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body5: storageVirtualDrive to update (required) - :param str moid6: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body6: storageVirtualDrive to update (required) - :param str moid7: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body7: storageVirtualDrive to update (required) - :param str moid8: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body8: storageVirtualDrive to update (required) - :param str moid9: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body9: storageVirtualDrive to update (required) - :param str moid10: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body10: storageVirtualDrive to update (required) - :param str moid11: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body11: storageVirtualDrive to update (required) - :param str moid12: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body12: storageVirtualDrive to update (required) - :param str moid13: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body13: storageVirtualDrive to update (required) - :param str moid14: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body14: storageVirtualDrive to update (required) - :param str moid15: The moid of the storageVirtualDrive instance. (required) - :param StorageVirtualDrive body15: storageVirtualDrive to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_virtual_drives_moid_post_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_virtual_drives_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_virtual_drives_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_virtual_drives_moid_post_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_virtual_drives_moid_post_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/storage_virtual_drive_extension_api.py b/intersight/apis/storage_virtual_drive_extension_api.py index e03a7844..c85e861b 100644 --- a/intersight/apis/storage_virtual_drive_extension_api.py +++ b/intersight/apis/storage_virtual_drive_extension_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def storage_virtual_drive_extensions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageVirtualDriveExtensionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def storage_virtual_drive_extensions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: StorageVirtualDriveExtensionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def storage_virtual_drive_extensions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def storage_virtual_drive_extensions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_virtual_drive_extensions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_virtual_drive_extensions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'storageVirtualDriveExtension' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def storage_virtual_drive_extensions_moid_get(self, moid, moid2, moid3, moid4, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drive_extensions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_virtual_drive_extensions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid2: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid3: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid4: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid5: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid6: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid7: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid8: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid9: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid10: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid11: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid12: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid13: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid14: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid15: The moid of the storageVirtualDriveExtension instance. (required) :return: StorageVirtualDriveExtension If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_virtual_drive_extensions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.storage_virtual_drive_extensions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.storage_virtual_drive_extensions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.storage_virtual_drive_extensions_moid_get_with_http_info(moid, **kwargs) return data - def storage_virtual_drive_extensions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def storage_virtual_drive_extensions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'storageVirtualDriveExtension' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def storage_virtual_drive_extensions_moid_get_with_http_info(self, moid, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drive_extensions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.storage_virtual_drive_extensions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid2: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid3: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid4: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid5: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid6: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid7: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid8: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid9: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid10: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid11: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid12: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid13: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid14: The moid of the storageVirtualDriveExtension instance. (required) - :param str moid15: The moid of the storageVirtualDriveExtension instance. (required) :return: StorageVirtualDriveExtension If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def storage_virtual_drive_extensions_moid_get_with_http_info(self, moid, moid2, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_virtual_drive_extensions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_virtual_drive_extensions_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def storage_virtual_drive_extensions_moid_get_with_http_info(self, moid, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def storage_virtual_drive_extensions_moid_get_with_http_info(self, moid, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_virtual_drive_extensions_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drive_extensions_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDriveExtension' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def storage_virtual_drive_extensions_moid_patch(self, moid, body, moid2, body2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drive_extensions_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drive_extensions_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDriveExtension instance. (required) :param StorageVirtualDriveExtension body: storageVirtualDriveExtension to update (required) - :param str moid2: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body2: storageVirtualDriveExtension to update (required) - :param str moid3: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body3: storageVirtualDriveExtension to update (required) - :param str moid4: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body4: storageVirtualDriveExtension to update (required) - :param str moid5: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body5: storageVirtualDriveExtension to update (required) - :param str moid6: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body6: storageVirtualDriveExtension to update (required) - :param str moid7: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body7: storageVirtualDriveExtension to update (required) - :param str moid8: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body8: storageVirtualDriveExtension to update (required) - :param str moid9: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body9: storageVirtualDriveExtension to update (required) - :param str moid10: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body10: storageVirtualDriveExtension to update (required) - :param str moid11: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body11: storageVirtualDriveExtension to update (required) - :param str moid12: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body12: storageVirtualDriveExtension to update (required) - :param str moid13: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body13: storageVirtualDriveExtension to update (required) - :param str moid14: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body14: storageVirtualDriveExtension to update (required) - :param str moid15: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body15: storageVirtualDriveExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_virtual_drive_extensions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_virtual_drive_extensions_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_virtual_drive_extensions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_virtual_drive_extensions_moid_patch_with_http_info(moid, body, **kwargs) return data - def storage_virtual_drive_extensions_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drive_extensions_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDriveExtension' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def storage_virtual_drive_extensions_moid_patch_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drive_extensions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drive_extensions_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDriveExtension instance. (required) :param StorageVirtualDriveExtension body: storageVirtualDriveExtension to update (required) - :param str moid2: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body2: storageVirtualDriveExtension to update (required) - :param str moid3: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body3: storageVirtualDriveExtension to update (required) - :param str moid4: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body4: storageVirtualDriveExtension to update (required) - :param str moid5: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body5: storageVirtualDriveExtension to update (required) - :param str moid6: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body6: storageVirtualDriveExtension to update (required) - :param str moid7: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body7: storageVirtualDriveExtension to update (required) - :param str moid8: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body8: storageVirtualDriveExtension to update (required) - :param str moid9: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body9: storageVirtualDriveExtension to update (required) - :param str moid10: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body10: storageVirtualDriveExtension to update (required) - :param str moid11: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body11: storageVirtualDriveExtension to update (required) - :param str moid12: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body12: storageVirtualDriveExtension to update (required) - :param str moid13: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body13: storageVirtualDriveExtension to update (required) - :param str moid14: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body14: storageVirtualDriveExtension to update (required) - :param str moid15: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body15: storageVirtualDriveExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def storage_virtual_drive_extensions_moid_patch_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_virtual_drive_extensions_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_virtual_drive_extensions_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def storage_virtual_drive_extensions_moid_patch_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def storage_virtual_drive_extensions_moid_patch_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def storage_virtual_drive_extensions_moid_patch_with_http_info(self, moid, body, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def storage_virtual_drive_extensions_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drive_extensions_moid_post(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDriveExtension' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def storage_virtual_drive_extensions_moid_post(self, moid, body, moid2, body2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drive_extensions_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drive_extensions_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDriveExtension instance. (required) :param StorageVirtualDriveExtension body: storageVirtualDriveExtension to update (required) - :param str moid2: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body2: storageVirtualDriveExtension to update (required) - :param str moid3: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body3: storageVirtualDriveExtension to update (required) - :param str moid4: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body4: storageVirtualDriveExtension to update (required) - :param str moid5: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body5: storageVirtualDriveExtension to update (required) - :param str moid6: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body6: storageVirtualDriveExtension to update (required) - :param str moid7: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body7: storageVirtualDriveExtension to update (required) - :param str moid8: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body8: storageVirtualDriveExtension to update (required) - :param str moid9: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body9: storageVirtualDriveExtension to update (required) - :param str moid10: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body10: storageVirtualDriveExtension to update (required) - :param str moid11: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body11: storageVirtualDriveExtension to update (required) - :param str moid12: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body12: storageVirtualDriveExtension to update (required) - :param str moid13: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body13: storageVirtualDriveExtension to update (required) - :param str moid14: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body14: storageVirtualDriveExtension to update (required) - :param str moid15: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body15: storageVirtualDriveExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.storage_virtual_drive_extensions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.storage_virtual_drive_extensions_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.storage_virtual_drive_extensions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.storage_virtual_drive_extensions_moid_post_with_http_info(moid, body, **kwargs) return data - def storage_virtual_drive_extensions_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def storage_virtual_drive_extensions_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'storageVirtualDriveExtension' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def storage_virtual_drive_extensions_moid_post_with_http_info(self, moid, body, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.storage_virtual_drive_extensions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.storage_virtual_drive_extensions_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the storageVirtualDriveExtension instance. (required) :param StorageVirtualDriveExtension body: storageVirtualDriveExtension to update (required) - :param str moid2: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body2: storageVirtualDriveExtension to update (required) - :param str moid3: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body3: storageVirtualDriveExtension to update (required) - :param str moid4: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body4: storageVirtualDriveExtension to update (required) - :param str moid5: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body5: storageVirtualDriveExtension to update (required) - :param str moid6: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body6: storageVirtualDriveExtension to update (required) - :param str moid7: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body7: storageVirtualDriveExtension to update (required) - :param str moid8: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body8: storageVirtualDriveExtension to update (required) - :param str moid9: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body9: storageVirtualDriveExtension to update (required) - :param str moid10: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body10: storageVirtualDriveExtension to update (required) - :param str moid11: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body11: storageVirtualDriveExtension to update (required) - :param str moid12: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body12: storageVirtualDriveExtension to update (required) - :param str moid13: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body13: storageVirtualDriveExtension to update (required) - :param str moid14: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body14: storageVirtualDriveExtension to update (required) - :param str moid15: The moid of the storageVirtualDriveExtension instance. (required) - :param StorageVirtualDriveExtension body15: storageVirtualDriveExtension to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def storage_virtual_drive_extensions_moid_post_with_http_info(self, moid, body, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `storage_virtual_drive_extensions_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `storage_virtual_drive_extensions_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def storage_virtual_drive_extensions_moid_post_with_http_info(self, moid, body, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def storage_virtual_drive_extensions_moid_post_with_http_info(self, moid, body, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/syslog_policy_api.py b/intersight/apis/syslog_policy_api.py index c1bcc1fb..ddbc61c3 100644 --- a/intersight/apis/syslog_policy_api.py +++ b/intersight/apis/syslog_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def syslog_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SyslogPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def syslog_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: SyslogPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def syslog_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def syslog_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def syslog_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def syslog_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def syslog_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.syslog_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param str moid15: The moid of the syslogPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.syslog_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.syslog_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.syslog_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.syslog_policies_moid_delete_with_http_info(moid, **kwargs) return data - def syslog_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def syslog_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def syslog_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.syslog_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param str moid15: The moid of the syslogPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def syslog_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `syslog_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `syslog_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def syslog_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def syslog_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def syslog_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def syslog_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def syslog_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.syslog_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param str moid15: The moid of the syslogPolicy instance. (required) :return: SyslogPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.syslog_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.syslog_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.syslog_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.syslog_policies_moid_get_with_http_info(moid, **kwargs) return data - def syslog_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def syslog_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def syslog_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.syslog_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param str moid15: The moid of the syslogPolicy instance. (required) :return: SyslogPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def syslog_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `syslog_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `syslog_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def syslog_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def syslog_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def syslog_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def syslog_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def syslog_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.syslog_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) :param SyslogPolicy body: syslogPolicy to update (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body2: syslogPolicy to update (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body3: syslogPolicy to update (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body4: syslogPolicy to update (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body5: syslogPolicy to update (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body6: syslogPolicy to update (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body7: syslogPolicy to update (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body8: syslogPolicy to update (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body9: syslogPolicy to update (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body10: syslogPolicy to update (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body11: syslogPolicy to update (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body12: syslogPolicy to update (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body13: syslogPolicy to update (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body14: syslogPolicy to update (required) - :param str moid15: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body15: syslogPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.syslog_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.syslog_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.syslog_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.syslog_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def syslog_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def syslog_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def syslog_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.syslog_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) :param SyslogPolicy body: syslogPolicy to update (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body2: syslogPolicy to update (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body3: syslogPolicy to update (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body4: syslogPolicy to update (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body5: syslogPolicy to update (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body6: syslogPolicy to update (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body7: syslogPolicy to update (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body8: syslogPolicy to update (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body9: syslogPolicy to update (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body10: syslogPolicy to update (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body11: syslogPolicy to update (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body12: syslogPolicy to update (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body13: syslogPolicy to update (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body14: syslogPolicy to update (required) - :param str moid15: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body15: syslogPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def syslog_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `syslog_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `syslog_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def syslog_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def syslog_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def syslog_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def syslog_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def syslog_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def syslog_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.syslog_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) :param SyslogPolicy body: syslogPolicy to update (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body2: syslogPolicy to update (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body3: syslogPolicy to update (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body4: syslogPolicy to update (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body5: syslogPolicy to update (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body6: syslogPolicy to update (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body7: syslogPolicy to update (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body8: syslogPolicy to update (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body9: syslogPolicy to update (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body10: syslogPolicy to update (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body11: syslogPolicy to update (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body12: syslogPolicy to update (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body13: syslogPolicy to update (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body14: syslogPolicy to update (required) - :param str moid15: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body15: syslogPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.syslog_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.syslog_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.syslog_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.syslog_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def syslog_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def syslog_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def syslog_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.syslog_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the syslogPolicy instance. (required) :param SyslogPolicy body: syslogPolicy to update (required) - :param str moid2: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body2: syslogPolicy to update (required) - :param str moid3: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body3: syslogPolicy to update (required) - :param str moid4: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body4: syslogPolicy to update (required) - :param str moid5: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body5: syslogPolicy to update (required) - :param str moid6: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body6: syslogPolicy to update (required) - :param str moid7: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body7: syslogPolicy to update (required) - :param str moid8: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body8: syslogPolicy to update (required) - :param str moid9: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body9: syslogPolicy to update (required) - :param str moid10: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body10: syslogPolicy to update (required) - :param str moid11: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body11: syslogPolicy to update (required) - :param str moid12: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body12: syslogPolicy to update (required) - :param str moid13: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body13: syslogPolicy to update (required) - :param str moid14: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body14: syslogPolicy to update (required) - :param str moid15: The moid of the syslogPolicy instance. (required) - :param SyslogPolicy body15: syslogPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def syslog_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `syslog_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `syslog_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `syslog_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def syslog_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def syslog_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def syslog_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def syslog_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def syslog_policies_post(self, body, **kwargs): """ Create an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def syslog_policies_post(self, body, body2, body3, body4, body5, body6, body7, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.syslog_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SyslogPolicy body: syslogPolicy to add (required) - :param SyslogPolicy body2: syslogPolicy to add (required) - :param SyslogPolicy body3: syslogPolicy to add (required) - :param SyslogPolicy body4: syslogPolicy to add (required) - :param SyslogPolicy body5: syslogPolicy to add (required) - :param SyslogPolicy body6: syslogPolicy to add (required) - :param SyslogPolicy body7: syslogPolicy to add (required) - :param SyslogPolicy body8: syslogPolicy to add (required) - :param SyslogPolicy body9: syslogPolicy to add (required) - :param SyslogPolicy body10: syslogPolicy to add (required) - :param SyslogPolicy body11: syslogPolicy to add (required) - :param SyslogPolicy body12: syslogPolicy to add (required) - :param SyslogPolicy body13: syslogPolicy to add (required) - :param SyslogPolicy body14: syslogPolicy to add (required) - :param SyslogPolicy body15: syslogPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.syslog_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.syslog_policies_post_with_http_info(body, **kwargs) else: - (data) = self.syslog_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.syslog_policies_post_with_http_info(body, **kwargs) return data - def syslog_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def syslog_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'syslogPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def syslog_policies_post_with_http_info(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.syslog_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.syslog_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param SyslogPolicy body: syslogPolicy to add (required) - :param SyslogPolicy body2: syslogPolicy to add (required) - :param SyslogPolicy body3: syslogPolicy to add (required) - :param SyslogPolicy body4: syslogPolicy to add (required) - :param SyslogPolicy body5: syslogPolicy to add (required) - :param SyslogPolicy body6: syslogPolicy to add (required) - :param SyslogPolicy body7: syslogPolicy to add (required) - :param SyslogPolicy body8: syslogPolicy to add (required) - :param SyslogPolicy body9: syslogPolicy to add (required) - :param SyslogPolicy body10: syslogPolicy to add (required) - :param SyslogPolicy body11: syslogPolicy to add (required) - :param SyslogPolicy body12: syslogPolicy to add (required) - :param SyslogPolicy body13: syslogPolicy to add (required) - :param SyslogPolicy body14: syslogPolicy to add (required) - :param SyslogPolicy body15: syslogPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def syslog_policies_post_with_http_info(self, body, body2, body3, body4, body5, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `syslog_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `syslog_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `syslog_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `syslog_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `syslog_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `syslog_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `syslog_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `syslog_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `syslog_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `syslog_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `syslog_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `syslog_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `syslog_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `syslog_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `syslog_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def syslog_policies_post_with_http_info(self, body, body2, body3, body4, body5, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/task_workflow_action_api.py b/intersight/apis/task_workflow_action_api.py index 0230591e..4b1d1ec0 100644 --- a/intersight/apis/task_workflow_action_api.py +++ b/intersight/apis/task_workflow_action_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def task_workflow_actions_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TaskWorkflowActionList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def task_workflow_actions_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TaskWorkflowActionList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def task_workflow_actions_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def task_workflow_actions_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def task_workflow_actions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def task_workflow_actions_moid_get(self, moid, **kwargs): """ Get a specific instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def task_workflow_actions_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.task_workflow_actions_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the taskWorkflowAction instance. (required) - :param str moid2: The moid of the taskWorkflowAction instance. (required) - :param str moid3: The moid of the taskWorkflowAction instance. (required) - :param str moid4: The moid of the taskWorkflowAction instance. (required) - :param str moid5: The moid of the taskWorkflowAction instance. (required) - :param str moid6: The moid of the taskWorkflowAction instance. (required) - :param str moid7: The moid of the taskWorkflowAction instance. (required) - :param str moid8: The moid of the taskWorkflowAction instance. (required) - :param str moid9: The moid of the taskWorkflowAction instance. (required) - :param str moid10: The moid of the taskWorkflowAction instance. (required) - :param str moid11: The moid of the taskWorkflowAction instance. (required) - :param str moid12: The moid of the taskWorkflowAction instance. (required) - :param str moid13: The moid of the taskWorkflowAction instance. (required) - :param str moid14: The moid of the taskWorkflowAction instance. (required) - :param str moid15: The moid of the taskWorkflowAction instance. (required) :return: TaskWorkflowAction If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.task_workflow_actions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.task_workflow_actions_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.task_workflow_actions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.task_workflow_actions_moid_get_with_http_info(moid, **kwargs) return data - def task_workflow_actions_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def task_workflow_actions_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def task_workflow_actions_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.task_workflow_actions_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the taskWorkflowAction instance. (required) - :param str moid2: The moid of the taskWorkflowAction instance. (required) - :param str moid3: The moid of the taskWorkflowAction instance. (required) - :param str moid4: The moid of the taskWorkflowAction instance. (required) - :param str moid5: The moid of the taskWorkflowAction instance. (required) - :param str moid6: The moid of the taskWorkflowAction instance. (required) - :param str moid7: The moid of the taskWorkflowAction instance. (required) - :param str moid8: The moid of the taskWorkflowAction instance. (required) - :param str moid9: The moid of the taskWorkflowAction instance. (required) - :param str moid10: The moid of the taskWorkflowAction instance. (required) - :param str moid11: The moid of the taskWorkflowAction instance. (required) - :param str moid12: The moid of the taskWorkflowAction instance. (required) - :param str moid13: The moid of the taskWorkflowAction instance. (required) - :param str moid14: The moid of the taskWorkflowAction instance. (required) - :param str moid15: The moid of the taskWorkflowAction instance. (required) :return: TaskWorkflowAction If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def task_workflow_actions_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `task_workflow_actions_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `task_workflow_actions_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def task_workflow_actions_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def task_workflow_actions_moid_get_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def task_workflow_actions_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def task_workflow_actions_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def task_workflow_actions_moid_patch(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.task_workflow_actions_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the taskWorkflowAction instance. (required) :param TaskWorkflowAction body: taskWorkflowAction to update (required) - :param str moid2: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body2: taskWorkflowAction to update (required) - :param str moid3: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body3: taskWorkflowAction to update (required) - :param str moid4: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body4: taskWorkflowAction to update (required) - :param str moid5: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body5: taskWorkflowAction to update (required) - :param str moid6: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body6: taskWorkflowAction to update (required) - :param str moid7: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body7: taskWorkflowAction to update (required) - :param str moid8: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body8: taskWorkflowAction to update (required) - :param str moid9: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body9: taskWorkflowAction to update (required) - :param str moid10: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body10: taskWorkflowAction to update (required) - :param str moid11: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body11: taskWorkflowAction to update (required) - :param str moid12: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body12: taskWorkflowAction to update (required) - :param str moid13: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body13: taskWorkflowAction to update (required) - :param str moid14: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body14: taskWorkflowAction to update (required) - :param str moid15: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body15: taskWorkflowAction to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.task_workflow_actions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.task_workflow_actions_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.task_workflow_actions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.task_workflow_actions_moid_patch_with_http_info(moid, body, **kwargs) return data - def task_workflow_actions_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def task_workflow_actions_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def task_workflow_actions_moid_patch_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.task_workflow_actions_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the taskWorkflowAction instance. (required) :param TaskWorkflowAction body: taskWorkflowAction to update (required) - :param str moid2: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body2: taskWorkflowAction to update (required) - :param str moid3: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body3: taskWorkflowAction to update (required) - :param str moid4: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body4: taskWorkflowAction to update (required) - :param str moid5: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body5: taskWorkflowAction to update (required) - :param str moid6: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body6: taskWorkflowAction to update (required) - :param str moid7: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body7: taskWorkflowAction to update (required) - :param str moid8: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body8: taskWorkflowAction to update (required) - :param str moid9: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body9: taskWorkflowAction to update (required) - :param str moid10: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body10: taskWorkflowAction to update (required) - :param str moid11: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body11: taskWorkflowAction to update (required) - :param str moid12: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body12: taskWorkflowAction to update (required) - :param str moid13: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body13: taskWorkflowAction to update (required) - :param str moid14: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body14: taskWorkflowAction to update (required) - :param str moid15: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body15: taskWorkflowAction to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def task_workflow_actions_moid_patch_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `task_workflow_actions_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `task_workflow_actions_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def task_workflow_actions_moid_patch_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def task_workflow_actions_moid_patch_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def task_workflow_actions_moid_patch_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def task_workflow_actions_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def task_workflow_actions_moid_post(self, moid, body, **kwargs): """ Update an instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def task_workflow_actions_moid_post(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.task_workflow_actions_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the taskWorkflowAction instance. (required) :param TaskWorkflowAction body: taskWorkflowAction to update (required) - :param str moid2: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body2: taskWorkflowAction to update (required) - :param str moid3: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body3: taskWorkflowAction to update (required) - :param str moid4: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body4: taskWorkflowAction to update (required) - :param str moid5: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body5: taskWorkflowAction to update (required) - :param str moid6: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body6: taskWorkflowAction to update (required) - :param str moid7: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body7: taskWorkflowAction to update (required) - :param str moid8: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body8: taskWorkflowAction to update (required) - :param str moid9: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body9: taskWorkflowAction to update (required) - :param str moid10: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body10: taskWorkflowAction to update (required) - :param str moid11: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body11: taskWorkflowAction to update (required) - :param str moid12: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body12: taskWorkflowAction to update (required) - :param str moid13: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body13: taskWorkflowAction to update (required) - :param str moid14: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body14: taskWorkflowAction to update (required) - :param str moid15: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body15: taskWorkflowAction to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.task_workflow_actions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.task_workflow_actions_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.task_workflow_actions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.task_workflow_actions_moid_post_with_http_info(moid, body, **kwargs) return data - def task_workflow_actions_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def task_workflow_actions_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def task_workflow_actions_moid_post_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.task_workflow_actions_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the taskWorkflowAction instance. (required) :param TaskWorkflowAction body: taskWorkflowAction to update (required) - :param str moid2: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body2: taskWorkflowAction to update (required) - :param str moid3: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body3: taskWorkflowAction to update (required) - :param str moid4: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body4: taskWorkflowAction to update (required) - :param str moid5: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body5: taskWorkflowAction to update (required) - :param str moid6: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body6: taskWorkflowAction to update (required) - :param str moid7: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body7: taskWorkflowAction to update (required) - :param str moid8: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body8: taskWorkflowAction to update (required) - :param str moid9: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body9: taskWorkflowAction to update (required) - :param str moid10: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body10: taskWorkflowAction to update (required) - :param str moid11: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body11: taskWorkflowAction to update (required) - :param str moid12: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body12: taskWorkflowAction to update (required) - :param str moid13: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body13: taskWorkflowAction to update (required) - :param str moid14: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body14: taskWorkflowAction to update (required) - :param str moid15: The moid of the taskWorkflowAction instance. (required) - :param TaskWorkflowAction body15: taskWorkflowAction to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def task_workflow_actions_moid_post_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `task_workflow_actions_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `task_workflow_actions_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def task_workflow_actions_moid_post_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def task_workflow_actions_moid_post_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1461,7 +503,7 @@ def task_workflow_actions_moid_post_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def task_workflow_actions_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def task_workflow_actions_post(self, body, **kwargs): """ Create an instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -1470,37 +512,23 @@ def task_workflow_actions_post(self, body, body2, body3, body4, body5, body6, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.task_workflow_actions_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TaskWorkflowAction body: taskWorkflowAction to add (required) - :param TaskWorkflowAction body2: taskWorkflowAction to add (required) - :param TaskWorkflowAction body3: taskWorkflowAction to add (required) - :param TaskWorkflowAction body4: taskWorkflowAction to add (required) - :param TaskWorkflowAction body5: taskWorkflowAction to add (required) - :param TaskWorkflowAction body6: taskWorkflowAction to add (required) - :param TaskWorkflowAction body7: taskWorkflowAction to add (required) - :param TaskWorkflowAction body8: taskWorkflowAction to add (required) - :param TaskWorkflowAction body9: taskWorkflowAction to add (required) - :param TaskWorkflowAction body10: taskWorkflowAction to add (required) - :param TaskWorkflowAction body11: taskWorkflowAction to add (required) - :param TaskWorkflowAction body12: taskWorkflowAction to add (required) - :param TaskWorkflowAction body13: taskWorkflowAction to add (required) - :param TaskWorkflowAction body14: taskWorkflowAction to add (required) - :param TaskWorkflowAction body15: taskWorkflowAction to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.task_workflow_actions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.task_workflow_actions_post_with_http_info(body, **kwargs) else: - (data) = self.task_workflow_actions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.task_workflow_actions_post_with_http_info(body, **kwargs) return data - def task_workflow_actions_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def task_workflow_actions_post_with_http_info(self, body, **kwargs): """ Create an instance of 'taskWorkflowAction' This method makes a synchronous HTTP request by default. To make an @@ -1509,31 +537,17 @@ def task_workflow_actions_post_with_http_info(self, body, body2, body3, body4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.task_workflow_actions_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.task_workflow_actions_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TaskWorkflowAction body: taskWorkflowAction to add (required) - :param TaskWorkflowAction body2: taskWorkflowAction to add (required) - :param TaskWorkflowAction body3: taskWorkflowAction to add (required) - :param TaskWorkflowAction body4: taskWorkflowAction to add (required) - :param TaskWorkflowAction body5: taskWorkflowAction to add (required) - :param TaskWorkflowAction body6: taskWorkflowAction to add (required) - :param TaskWorkflowAction body7: taskWorkflowAction to add (required) - :param TaskWorkflowAction body8: taskWorkflowAction to add (required) - :param TaskWorkflowAction body9: taskWorkflowAction to add (required) - :param TaskWorkflowAction body10: taskWorkflowAction to add (required) - :param TaskWorkflowAction body11: taskWorkflowAction to add (required) - :param TaskWorkflowAction body12: taskWorkflowAction to add (required) - :param TaskWorkflowAction body13: taskWorkflowAction to add (required) - :param TaskWorkflowAction body14: taskWorkflowAction to add (required) - :param TaskWorkflowAction body15: taskWorkflowAction to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1551,48 +565,6 @@ def task_workflow_actions_post_with_http_info(self, body, body2, body3, body4, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `task_workflow_actions_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `task_workflow_actions_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `task_workflow_actions_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `task_workflow_actions_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `task_workflow_actions_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `task_workflow_actions_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `task_workflow_actions_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `task_workflow_actions_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `task_workflow_actions_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `task_workflow_actions_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `task_workflow_actions_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `task_workflow_actions_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `task_workflow_actions_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `task_workflow_actions_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `task_workflow_actions_post`") collection_formats = {} @@ -1607,8 +579,8 @@ def task_workflow_actions_post_with_http_info(self, body, body2, body3, body4, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/techsupportmanagement_download_api.py b/intersight/apis/techsupportmanagement_download_api.py deleted file mode 100644 index 46e5e76a..00000000 --- a/intersight/apis/techsupportmanagement_download_api.py +++ /dev/null @@ -1,278 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class TechsupportmanagementDownloadApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def techsupportmanagement_downloads_get(self, **kwargs): - """ - List of techsupportmanagementDownloads - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_downloads_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: TechsupportmanagementDownloadList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_downloads_get_with_http_info(**kwargs) - else: - (data) = self.techsupportmanagement_downloads_get_with_http_info(**kwargs) - return data - - def techsupportmanagement_downloads_get_with_http_info(self, **kwargs): - """ - List of techsupportmanagementDownloads - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_downloads_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: TechsupportmanagementDownloadList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_downloads_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/Downloads', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='TechsupportmanagementDownloadList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def techsupportmanagement_downloads_moid_get(self, moid, **kwargs): - """ - A instance of techsupportmanagementDownload - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_downloads_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementDownload instance. (required) - :return: TechsupportmanagementDownload - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_downloads_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.techsupportmanagement_downloads_moid_get_with_http_info(moid, **kwargs) - return data - - def techsupportmanagement_downloads_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of techsupportmanagementDownload - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_downloads_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementDownload instance. (required) - :return: TechsupportmanagementDownload - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_downloads_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `techsupportmanagement_downloads_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/Downloads/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='TechsupportmanagementDownload', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/techsupportmanagement_tech_support_bundle_api.py b/intersight/apis/techsupportmanagement_tech_support_bundle_api.py deleted file mode 100644 index 837e9b72..00000000 --- a/intersight/apis/techsupportmanagement_tech_support_bundle_api.py +++ /dev/null @@ -1,486 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class TechsupportmanagementTechSupportBundleApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def techsupportmanagement_tech_support_bundles_get(self, **kwargs): - """ - List of techsupportmanagementTechSupportBundles - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: TechsupportmanagementTechSupportBundleList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_tech_support_bundles_get_with_http_info(**kwargs) - else: - (data) = self.techsupportmanagement_tech_support_bundles_get_with_http_info(**kwargs) - return data - - def techsupportmanagement_tech_support_bundles_get_with_http_info(self, **kwargs): - """ - List of techsupportmanagementTechSupportBundles - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: TechsupportmanagementTechSupportBundleList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_tech_support_bundles_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/TechSupportBundles', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='TechsupportmanagementTechSupportBundleList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def techsupportmanagement_tech_support_bundles_moid_delete(self, moid, **kwargs): - """ - Delete an instance of techsupportmanagementTechSupportBundle - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_moid_delete(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementTechSupportBundle instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_tech_support_bundles_moid_delete_with_http_info(moid, **kwargs) - else: - (data) = self.techsupportmanagement_tech_support_bundles_moid_delete_with_http_info(moid, **kwargs) - return data - - def techsupportmanagement_tech_support_bundles_moid_delete_with_http_info(self, moid, **kwargs): - """ - Delete an instance of techsupportmanagementTechSupportBundle - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_moid_delete_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementTechSupportBundle instance. (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_tech_support_bundles_moid_delete" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `techsupportmanagement_tech_support_bundles_moid_delete`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/TechSupportBundles/{moid}', 'DELETE', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def techsupportmanagement_tech_support_bundles_moid_get(self, moid, **kwargs): - """ - A instance of techsupportmanagementTechSupportBundle - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementTechSupportBundle instance. (required) - :return: TechsupportmanagementTechSupportBundle - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_tech_support_bundles_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.techsupportmanagement_tech_support_bundles_moid_get_with_http_info(moid, **kwargs) - return data - - def techsupportmanagement_tech_support_bundles_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of techsupportmanagementTechSupportBundle - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementTechSupportBundle instance. (required) - :return: TechsupportmanagementTechSupportBundle - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_tech_support_bundles_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `techsupportmanagement_tech_support_bundles_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/TechSupportBundles/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='TechsupportmanagementTechSupportBundle', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def techsupportmanagement_tech_support_bundles_post(self, body, **kwargs): - """ - Create a techsupportmanagementTechSupportBundle - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_post(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param TechsupportmanagementTechSupportBundle body: techsupportmanagementTechSupportBundle to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_tech_support_bundles_post_with_http_info(body, **kwargs) - else: - (data) = self.techsupportmanagement_tech_support_bundles_post_with_http_info(body, **kwargs) - return data - - def techsupportmanagement_tech_support_bundles_post_with_http_info(self, body, **kwargs): - """ - Create a techsupportmanagementTechSupportBundle - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_bundles_post_with_http_info(body, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param TechsupportmanagementTechSupportBundle body: techsupportmanagementTechSupportBundle to add (required) - :return: None - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['body'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_tech_support_bundles_post" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'body' is set - if ('body' not in params) or (params['body'] is None): - raise ValueError("Missing the required parameter `body` when calling `techsupportmanagement_tech_support_bundles_post`") - - - collection_formats = {} - - path_params = {} - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - if 'body' in params: - body_params = params['body'] - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/TechSupportBundles', 'POST', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type=None, - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/techsupportmanagement_tech_support_status_api.py b/intersight/apis/techsupportmanagement_tech_support_status_api.py deleted file mode 100644 index 5142bd9f..00000000 --- a/intersight/apis/techsupportmanagement_tech_support_status_api.py +++ /dev/null @@ -1,278 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class TechsupportmanagementTechSupportStatusApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def techsupportmanagement_tech_support_statuses_get(self, **kwargs): - """ - List of techsupportmanagementTechSupportStatuses - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_statuses_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: TechsupportmanagementTechSupportStatusList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_tech_support_statuses_get_with_http_info(**kwargs) - else: - (data) = self.techsupportmanagement_tech_support_statuses_get_with_http_info(**kwargs) - return data - - def techsupportmanagement_tech_support_statuses_get_with_http_info(self, **kwargs): - """ - List of techsupportmanagementTechSupportStatuses - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_statuses_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: TechsupportmanagementTechSupportStatusList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_tech_support_statuses_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/TechSupportStatuses', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='TechsupportmanagementTechSupportStatusList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def techsupportmanagement_tech_support_statuses_moid_get(self, moid, **kwargs): - """ - A instance of techsupportmanagementTechSupportStatus - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_statuses_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementTechSupportStatus instance. (required) - :return: TechsupportmanagementTechSupportStatus - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.techsupportmanagement_tech_support_statuses_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.techsupportmanagement_tech_support_statuses_moid_get_with_http_info(moid, **kwargs) - return data - - def techsupportmanagement_tech_support_statuses_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of techsupportmanagementTechSupportStatus - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.techsupportmanagement_tech_support_statuses_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the techsupportmanagementTechSupportStatus instance. (required) - :return: TechsupportmanagementTechSupportStatus - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method techsupportmanagement_tech_support_statuses_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `techsupportmanagement_tech_support_statuses_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/techsupportmanagement/TechSupportStatuses/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='TechsupportmanagementTechSupportStatus', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/apis/telemetry_time_series_api.py b/intersight/apis/telemetry_time_series_api.py index 101f1f81..b26c2dc1 100644 --- a/intersight/apis/telemetry_time_series_api.py +++ b/intersight/apis/telemetry_time_series_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,7 +40,7 @@ def __init__(self, api_client=None): config.api_client = ApiClient() self.api_client = config.api_client - def telemetry_time_series_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def telemetry_time_series_post(self, body, **kwargs): """ Create an instance of 'telemetryTimeSeries' This method makes a synchronous HTTP request by default. To make an @@ -49,37 +49,23 @@ def telemetry_time_series_post(self, body, body2, body3, body4, body5, body6, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.telemetry_time_series_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.telemetry_time_series_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TelemetryTimeSeries body: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body2: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body3: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body4: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body5: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body6: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body7: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body8: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body9: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body10: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body11: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body12: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body13: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body14: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body15: telemetryTimeSeries to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.telemetry_time_series_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.telemetry_time_series_post_with_http_info(body, **kwargs) else: - (data) = self.telemetry_time_series_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.telemetry_time_series_post_with_http_info(body, **kwargs) return data - def telemetry_time_series_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def telemetry_time_series_post_with_http_info(self, body, **kwargs): """ Create an instance of 'telemetryTimeSeries' This method makes a synchronous HTTP request by default. To make an @@ -88,31 +74,17 @@ def telemetry_time_series_post_with_http_info(self, body, body2, body3, body4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.telemetry_time_series_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.telemetry_time_series_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TelemetryTimeSeries body: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body2: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body3: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body4: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body5: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body6: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body7: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body8: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body9: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body10: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body11: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body12: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body13: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body14: telemetryTimeSeries to add (required) - :param TelemetryTimeSeries body15: telemetryTimeSeries to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -130,48 +102,6 @@ def telemetry_time_series_post_with_http_info(self, body, body2, body3, body4, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `telemetry_time_series_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `telemetry_time_series_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `telemetry_time_series_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `telemetry_time_series_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `telemetry_time_series_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `telemetry_time_series_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `telemetry_time_series_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `telemetry_time_series_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `telemetry_time_series_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `telemetry_time_series_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `telemetry_time_series_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `telemetry_time_series_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `telemetry_time_series_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `telemetry_time_series_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `telemetry_time_series_post`") collection_formats = {} @@ -186,8 +116,8 @@ def telemetry_time_series_post_with_http_info(self, body, body2, body3, body4, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/terminal_audit_log_api.py b/intersight/apis/terminal_audit_log_api.py index a08ed6d9..fb2c6a46 100644 --- a/intersight/apis/terminal_audit_log_api.py +++ b/intersight/apis/terminal_audit_log_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def terminal_audit_logs_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TerminalAuditLogList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def terminal_audit_logs_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TerminalAuditLogList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def terminal_audit_logs_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def terminal_audit_logs_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def terminal_audit_logs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def terminal_audit_logs_moid_get(self, moid, **kwargs): """ Get a specific instance of 'terminalAuditLog' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def terminal_audit_logs_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.terminal_audit_logs_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.terminal_audit_logs_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the terminalAuditLog instance. (required) - :param str moid2: The moid of the terminalAuditLog instance. (required) - :param str moid3: The moid of the terminalAuditLog instance. (required) - :param str moid4: The moid of the terminalAuditLog instance. (required) - :param str moid5: The moid of the terminalAuditLog instance. (required) - :param str moid6: The moid of the terminalAuditLog instance. (required) - :param str moid7: The moid of the terminalAuditLog instance. (required) - :param str moid8: The moid of the terminalAuditLog instance. (required) - :param str moid9: The moid of the terminalAuditLog instance. (required) - :param str moid10: The moid of the terminalAuditLog instance. (required) - :param str moid11: The moid of the terminalAuditLog instance. (required) - :param str moid12: The moid of the terminalAuditLog instance. (required) - :param str moid13: The moid of the terminalAuditLog instance. (required) - :param str moid14: The moid of the terminalAuditLog instance. (required) - :param str moid15: The moid of the terminalAuditLog instance. (required) :return: TerminalAuditLog If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.terminal_audit_logs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.terminal_audit_logs_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.terminal_audit_logs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.terminal_audit_logs_moid_get_with_http_info(moid, **kwargs) return data - def terminal_audit_logs_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def terminal_audit_logs_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'terminalAuditLog' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def terminal_audit_logs_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.terminal_audit_logs_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.terminal_audit_logs_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the terminalAuditLog instance. (required) - :param str moid2: The moid of the terminalAuditLog instance. (required) - :param str moid3: The moid of the terminalAuditLog instance. (required) - :param str moid4: The moid of the terminalAuditLog instance. (required) - :param str moid5: The moid of the terminalAuditLog instance. (required) - :param str moid6: The moid of the terminalAuditLog instance. (required) - :param str moid7: The moid of the terminalAuditLog instance. (required) - :param str moid8: The moid of the terminalAuditLog instance. (required) - :param str moid9: The moid of the terminalAuditLog instance. (required) - :param str moid10: The moid of the terminalAuditLog instance. (required) - :param str moid11: The moid of the terminalAuditLog instance. (required) - :param str moid12: The moid of the terminalAuditLog instance. (required) - :param str moid13: The moid of the terminalAuditLog instance. (required) - :param str moid14: The moid of the terminalAuditLog instance. (required) - :param str moid15: The moid of the terminalAuditLog instance. (required) :return: TerminalAuditLog If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def terminal_audit_logs_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `terminal_audit_logs_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `terminal_audit_logs_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def terminal_audit_logs_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/testcrypt_administrator_api.py b/intersight/apis/testcrypt_administrator_api.py index f8d69ef6..78502f9c 100644 --- a/intersight/apis/testcrypt_administrator_api.py +++ b/intersight/apis/testcrypt_administrator_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def testcrypt_administrators_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptAdministratorList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def testcrypt_administrators_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptAdministratorList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def testcrypt_administrators_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def testcrypt_administrators_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_administrators_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_administrators_moid_get(self, moid, **kwargs): """ Get a specific instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def testcrypt_administrators_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_administrators_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptAdministrator instance. (required) - :param str moid2: The moid of the testcryptAdministrator instance. (required) - :param str moid3: The moid of the testcryptAdministrator instance. (required) - :param str moid4: The moid of the testcryptAdministrator instance. (required) - :param str moid5: The moid of the testcryptAdministrator instance. (required) - :param str moid6: The moid of the testcryptAdministrator instance. (required) - :param str moid7: The moid of the testcryptAdministrator instance. (required) - :param str moid8: The moid of the testcryptAdministrator instance. (required) - :param str moid9: The moid of the testcryptAdministrator instance. (required) - :param str moid10: The moid of the testcryptAdministrator instance. (required) - :param str moid11: The moid of the testcryptAdministrator instance. (required) - :param str moid12: The moid of the testcryptAdministrator instance. (required) - :param str moid13: The moid of the testcryptAdministrator instance. (required) - :param str moid14: The moid of the testcryptAdministrator instance. (required) - :param str moid15: The moid of the testcryptAdministrator instance. (required) :return: TestcryptAdministrator If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_administrators_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.testcrypt_administrators_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.testcrypt_administrators_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.testcrypt_administrators_moid_get_with_http_info(moid, **kwargs) return data - def testcrypt_administrators_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_administrators_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def testcrypt_administrators_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_administrators_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptAdministrator instance. (required) - :param str moid2: The moid of the testcryptAdministrator instance. (required) - :param str moid3: The moid of the testcryptAdministrator instance. (required) - :param str moid4: The moid of the testcryptAdministrator instance. (required) - :param str moid5: The moid of the testcryptAdministrator instance. (required) - :param str moid6: The moid of the testcryptAdministrator instance. (required) - :param str moid7: The moid of the testcryptAdministrator instance. (required) - :param str moid8: The moid of the testcryptAdministrator instance. (required) - :param str moid9: The moid of the testcryptAdministrator instance. (required) - :param str moid10: The moid of the testcryptAdministrator instance. (required) - :param str moid11: The moid of the testcryptAdministrator instance. (required) - :param str moid12: The moid of the testcryptAdministrator instance. (required) - :param str moid13: The moid of the testcryptAdministrator instance. (required) - :param str moid14: The moid of the testcryptAdministrator instance. (required) - :param str moid15: The moid of the testcryptAdministrator instance. (required) :return: TestcryptAdministrator If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def testcrypt_administrators_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_administrators_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_administrators_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def testcrypt_administrators_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def testcrypt_administrators_moid_get_with_http_info(self, moid, moid2, moid3, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_administrators_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_administrators_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def testcrypt_administrators_moid_patch(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_administrators_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptAdministrator instance. (required) :param TestcryptAdministrator body: testcryptAdministrator to update (required) - :param str moid2: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body2: testcryptAdministrator to update (required) - :param str moid3: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body3: testcryptAdministrator to update (required) - :param str moid4: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body4: testcryptAdministrator to update (required) - :param str moid5: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body5: testcryptAdministrator to update (required) - :param str moid6: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body6: testcryptAdministrator to update (required) - :param str moid7: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body7: testcryptAdministrator to update (required) - :param str moid8: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body8: testcryptAdministrator to update (required) - :param str moid9: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body9: testcryptAdministrator to update (required) - :param str moid10: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body10: testcryptAdministrator to update (required) - :param str moid11: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body11: testcryptAdministrator to update (required) - :param str moid12: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body12: testcryptAdministrator to update (required) - :param str moid13: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body13: testcryptAdministrator to update (required) - :param str moid14: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body14: testcryptAdministrator to update (required) - :param str moid15: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body15: testcryptAdministrator to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_administrators_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.testcrypt_administrators_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.testcrypt_administrators_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.testcrypt_administrators_moid_patch_with_http_info(moid, body, **kwargs) return data - def testcrypt_administrators_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_administrators_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def testcrypt_administrators_moid_patch_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_administrators_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptAdministrator instance. (required) :param TestcryptAdministrator body: testcryptAdministrator to update (required) - :param str moid2: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body2: testcryptAdministrator to update (required) - :param str moid3: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body3: testcryptAdministrator to update (required) - :param str moid4: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body4: testcryptAdministrator to update (required) - :param str moid5: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body5: testcryptAdministrator to update (required) - :param str moid6: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body6: testcryptAdministrator to update (required) - :param str moid7: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body7: testcryptAdministrator to update (required) - :param str moid8: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body8: testcryptAdministrator to update (required) - :param str moid9: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body9: testcryptAdministrator to update (required) - :param str moid10: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body10: testcryptAdministrator to update (required) - :param str moid11: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body11: testcryptAdministrator to update (required) - :param str moid12: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body12: testcryptAdministrator to update (required) - :param str moid13: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body13: testcryptAdministrator to update (required) - :param str moid14: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body14: testcryptAdministrator to update (required) - :param str moid15: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body15: testcryptAdministrator to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def testcrypt_administrators_moid_patch_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_administrators_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_administrators_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def testcrypt_administrators_moid_patch_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def testcrypt_administrators_moid_patch_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def testcrypt_administrators_moid_patch_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_administrators_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_administrators_moid_post(self, moid, body, **kwargs): """ Update an instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def testcrypt_administrators_moid_post(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_administrators_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptAdministrator instance. (required) :param TestcryptAdministrator body: testcryptAdministrator to update (required) - :param str moid2: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body2: testcryptAdministrator to update (required) - :param str moid3: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body3: testcryptAdministrator to update (required) - :param str moid4: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body4: testcryptAdministrator to update (required) - :param str moid5: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body5: testcryptAdministrator to update (required) - :param str moid6: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body6: testcryptAdministrator to update (required) - :param str moid7: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body7: testcryptAdministrator to update (required) - :param str moid8: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body8: testcryptAdministrator to update (required) - :param str moid9: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body9: testcryptAdministrator to update (required) - :param str moid10: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body10: testcryptAdministrator to update (required) - :param str moid11: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body11: testcryptAdministrator to update (required) - :param str moid12: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body12: testcryptAdministrator to update (required) - :param str moid13: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body13: testcryptAdministrator to update (required) - :param str moid14: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body14: testcryptAdministrator to update (required) - :param str moid15: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body15: testcryptAdministrator to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_administrators_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.testcrypt_administrators_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.testcrypt_administrators_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.testcrypt_administrators_moid_post_with_http_info(moid, body, **kwargs) return data - def testcrypt_administrators_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_administrators_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def testcrypt_administrators_moid_post_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_administrators_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptAdministrator instance. (required) :param TestcryptAdministrator body: testcryptAdministrator to update (required) - :param str moid2: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body2: testcryptAdministrator to update (required) - :param str moid3: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body3: testcryptAdministrator to update (required) - :param str moid4: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body4: testcryptAdministrator to update (required) - :param str moid5: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body5: testcryptAdministrator to update (required) - :param str moid6: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body6: testcryptAdministrator to update (required) - :param str moid7: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body7: testcryptAdministrator to update (required) - :param str moid8: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body8: testcryptAdministrator to update (required) - :param str moid9: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body9: testcryptAdministrator to update (required) - :param str moid10: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body10: testcryptAdministrator to update (required) - :param str moid11: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body11: testcryptAdministrator to update (required) - :param str moid12: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body12: testcryptAdministrator to update (required) - :param str moid13: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body13: testcryptAdministrator to update (required) - :param str moid14: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body14: testcryptAdministrator to update (required) - :param str moid15: The moid of the testcryptAdministrator instance. (required) - :param TestcryptAdministrator body15: testcryptAdministrator to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def testcrypt_administrators_moid_post_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_administrators_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_administrators_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def testcrypt_administrators_moid_post_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def testcrypt_administrators_moid_post_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1461,7 +503,7 @@ def testcrypt_administrators_moid_post_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_administrators_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def testcrypt_administrators_post(self, body, **kwargs): """ Create an instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -1470,37 +512,23 @@ def testcrypt_administrators_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.testcrypt_administrators_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TestcryptAdministrator body: testcryptAdministrator to add (required) - :param TestcryptAdministrator body2: testcryptAdministrator to add (required) - :param TestcryptAdministrator body3: testcryptAdministrator to add (required) - :param TestcryptAdministrator body4: testcryptAdministrator to add (required) - :param TestcryptAdministrator body5: testcryptAdministrator to add (required) - :param TestcryptAdministrator body6: testcryptAdministrator to add (required) - :param TestcryptAdministrator body7: testcryptAdministrator to add (required) - :param TestcryptAdministrator body8: testcryptAdministrator to add (required) - :param TestcryptAdministrator body9: testcryptAdministrator to add (required) - :param TestcryptAdministrator body10: testcryptAdministrator to add (required) - :param TestcryptAdministrator body11: testcryptAdministrator to add (required) - :param TestcryptAdministrator body12: testcryptAdministrator to add (required) - :param TestcryptAdministrator body13: testcryptAdministrator to add (required) - :param TestcryptAdministrator body14: testcryptAdministrator to add (required) - :param TestcryptAdministrator body15: testcryptAdministrator to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_administrators_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.testcrypt_administrators_post_with_http_info(body, **kwargs) else: - (data) = self.testcrypt_administrators_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.testcrypt_administrators_post_with_http_info(body, **kwargs) return data - def testcrypt_administrators_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def testcrypt_administrators_post_with_http_info(self, body, **kwargs): """ Create an instance of 'testcryptAdministrator' This method makes a synchronous HTTP request by default. To make an @@ -1509,31 +537,17 @@ def testcrypt_administrators_post_with_http_info(self, body, body2, body3, body4 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_administrators_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.testcrypt_administrators_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TestcryptAdministrator body: testcryptAdministrator to add (required) - :param TestcryptAdministrator body2: testcryptAdministrator to add (required) - :param TestcryptAdministrator body3: testcryptAdministrator to add (required) - :param TestcryptAdministrator body4: testcryptAdministrator to add (required) - :param TestcryptAdministrator body5: testcryptAdministrator to add (required) - :param TestcryptAdministrator body6: testcryptAdministrator to add (required) - :param TestcryptAdministrator body7: testcryptAdministrator to add (required) - :param TestcryptAdministrator body8: testcryptAdministrator to add (required) - :param TestcryptAdministrator body9: testcryptAdministrator to add (required) - :param TestcryptAdministrator body10: testcryptAdministrator to add (required) - :param TestcryptAdministrator body11: testcryptAdministrator to add (required) - :param TestcryptAdministrator body12: testcryptAdministrator to add (required) - :param TestcryptAdministrator body13: testcryptAdministrator to add (required) - :param TestcryptAdministrator body14: testcryptAdministrator to add (required) - :param TestcryptAdministrator body15: testcryptAdministrator to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1551,48 +565,6 @@ def testcrypt_administrators_post_with_http_info(self, body, body2, body3, body4 # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_administrators_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_administrators_post`") collection_formats = {} @@ -1607,8 +579,8 @@ def testcrypt_administrators_post_with_http_info(self, body, body2, body3, body4 local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/testcrypt_credential_api.py b/intersight/apis/testcrypt_credential_api.py index acb024c2..7884caf8 100644 --- a/intersight/apis/testcrypt_credential_api.py +++ b/intersight/apis/testcrypt_credential_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def testcrypt_credentials_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptCredentialList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def testcrypt_credentials_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptCredentialList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def testcrypt_credentials_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def testcrypt_credentials_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_credentials_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_credentials_moid_delete(self, moid, **kwargs): """ Delete an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def testcrypt_credentials_moid_delete(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param str moid15: The moid of the testcryptCredential instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_credentials_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.testcrypt_credentials_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.testcrypt_credentials_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.testcrypt_credentials_moid_delete_with_http_info(moid, **kwargs) return data - def testcrypt_credentials_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_credentials_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def testcrypt_credentials_moid_delete_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param str moid15: The moid of the testcryptCredential instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def testcrypt_credentials_moid_delete_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_credentials_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_credentials_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def testcrypt_credentials_moid_delete_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def testcrypt_credentials_moid_delete_with_http_info(self, moid, moid2, moid3, m _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_credentials_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_credentials_moid_get(self, moid, **kwargs): """ Get a specific instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def testcrypt_credentials_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param str moid15: The moid of the testcryptCredential instance. (required) :return: TestcryptCredential If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_credentials_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.testcrypt_credentials_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.testcrypt_credentials_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.testcrypt_credentials_moid_get_with_http_info(moid, **kwargs) return data - def testcrypt_credentials_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_credentials_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def testcrypt_credentials_moid_get_with_http_info(self, moid, moid2, moid3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param str moid15: The moid of the testcryptCredential instance. (required) :return: TestcryptCredential If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def testcrypt_credentials_moid_get_with_http_info(self, moid, moid2, moid3, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_credentials_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_credentials_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def testcrypt_credentials_moid_get_with_http_info(self, moid, moid2, moid3, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def testcrypt_credentials_moid_get_with_http_info(self, moid, moid2, moid3, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_credentials_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_credentials_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def testcrypt_credentials_moid_patch(self, moid, body, moid2, body2, moid3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) :param TestcryptCredential body: testcryptCredential to update (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body2: testcryptCredential to update (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body3: testcryptCredential to update (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body4: testcryptCredential to update (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body5: testcryptCredential to update (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body6: testcryptCredential to update (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body7: testcryptCredential to update (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body8: testcryptCredential to update (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body9: testcryptCredential to update (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body10: testcryptCredential to update (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body11: testcryptCredential to update (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body12: testcryptCredential to update (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body13: testcryptCredential to update (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body14: testcryptCredential to update (required) - :param str moid15: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body15: testcryptCredential to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_credentials_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.testcrypt_credentials_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.testcrypt_credentials_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.testcrypt_credentials_moid_patch_with_http_info(moid, body, **kwargs) return data - def testcrypt_credentials_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_credentials_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def testcrypt_credentials_moid_patch_with_http_info(self, moid, body, moid2, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) :param TestcryptCredential body: testcryptCredential to update (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body2: testcryptCredential to update (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body3: testcryptCredential to update (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body4: testcryptCredential to update (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body5: testcryptCredential to update (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body6: testcryptCredential to update (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body7: testcryptCredential to update (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body8: testcryptCredential to update (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body9: testcryptCredential to update (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body10: testcryptCredential to update (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body11: testcryptCredential to update (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body12: testcryptCredential to update (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body13: testcryptCredential to update (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body14: testcryptCredential to update (required) - :param str moid15: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body15: testcryptCredential to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def testcrypt_credentials_moid_patch_with_http_info(self, moid, body, moid2, bod # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_credentials_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_credentials_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def testcrypt_credentials_moid_patch_with_http_info(self, moid, body, moid2, bod path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def testcrypt_credentials_moid_patch_with_http_info(self, moid, body, moid2, bod local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def testcrypt_credentials_moid_patch_with_http_info(self, moid, body, moid2, bod _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_credentials_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_credentials_moid_post(self, moid, body, **kwargs): """ Update an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def testcrypt_credentials_moid_post(self, moid, body, moid2, body2, moid3, body3 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) :param TestcryptCredential body: testcryptCredential to update (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body2: testcryptCredential to update (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body3: testcryptCredential to update (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body4: testcryptCredential to update (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body5: testcryptCredential to update (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body6: testcryptCredential to update (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body7: testcryptCredential to update (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body8: testcryptCredential to update (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body9: testcryptCredential to update (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body10: testcryptCredential to update (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body11: testcryptCredential to update (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body12: testcryptCredential to update (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body13: testcryptCredential to update (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body14: testcryptCredential to update (required) - :param str moid15: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body15: testcryptCredential to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_credentials_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.testcrypt_credentials_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.testcrypt_credentials_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.testcrypt_credentials_moid_post_with_http_info(moid, body, **kwargs) return data - def testcrypt_credentials_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_credentials_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def testcrypt_credentials_moid_post_with_http_info(self, moid, body, moid2, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_credentials_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptCredential instance. (required) :param TestcryptCredential body: testcryptCredential to update (required) - :param str moid2: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body2: testcryptCredential to update (required) - :param str moid3: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body3: testcryptCredential to update (required) - :param str moid4: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body4: testcryptCredential to update (required) - :param str moid5: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body5: testcryptCredential to update (required) - :param str moid6: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body6: testcryptCredential to update (required) - :param str moid7: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body7: testcryptCredential to update (required) - :param str moid8: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body8: testcryptCredential to update (required) - :param str moid9: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body9: testcryptCredential to update (required) - :param str moid10: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body10: testcryptCredential to update (required) - :param str moid11: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body11: testcryptCredential to update (required) - :param str moid12: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body12: testcryptCredential to update (required) - :param str moid13: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body13: testcryptCredential to update (required) - :param str moid14: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body14: testcryptCredential to update (required) - :param str moid15: The moid of the testcryptCredential instance. (required) - :param TestcryptCredential body15: testcryptCredential to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def testcrypt_credentials_moid_post_with_http_info(self, moid, body, moid2, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_credentials_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_credentials_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def testcrypt_credentials_moid_post_with_http_info(self, moid, body, moid2, body path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def testcrypt_credentials_moid_post_with_http_info(self, moid, body, moid2, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def testcrypt_credentials_moid_post_with_http_info(self, moid, body, moid2, body _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_credentials_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def testcrypt_credentials_post(self, body, **kwargs): """ Create an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def testcrypt_credentials_post(self, body, body2, body3, body4, body5, body6, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.testcrypt_credentials_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TestcryptCredential body: testcryptCredential to add (required) - :param TestcryptCredential body2: testcryptCredential to add (required) - :param TestcryptCredential body3: testcryptCredential to add (required) - :param TestcryptCredential body4: testcryptCredential to add (required) - :param TestcryptCredential body5: testcryptCredential to add (required) - :param TestcryptCredential body6: testcryptCredential to add (required) - :param TestcryptCredential body7: testcryptCredential to add (required) - :param TestcryptCredential body8: testcryptCredential to add (required) - :param TestcryptCredential body9: testcryptCredential to add (required) - :param TestcryptCredential body10: testcryptCredential to add (required) - :param TestcryptCredential body11: testcryptCredential to add (required) - :param TestcryptCredential body12: testcryptCredential to add (required) - :param TestcryptCredential body13: testcryptCredential to add (required) - :param TestcryptCredential body14: testcryptCredential to add (required) - :param TestcryptCredential body15: testcryptCredential to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_credentials_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.testcrypt_credentials_post_with_http_info(body, **kwargs) else: - (data) = self.testcrypt_credentials_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.testcrypt_credentials_post_with_http_info(body, **kwargs) return data - def testcrypt_credentials_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def testcrypt_credentials_post_with_http_info(self, body, **kwargs): """ Create an instance of 'testcryptCredential' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def testcrypt_credentials_post_with_http_info(self, body, body2, body3, body4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_credentials_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.testcrypt_credentials_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TestcryptCredential body: testcryptCredential to add (required) - :param TestcryptCredential body2: testcryptCredential to add (required) - :param TestcryptCredential body3: testcryptCredential to add (required) - :param TestcryptCredential body4: testcryptCredential to add (required) - :param TestcryptCredential body5: testcryptCredential to add (required) - :param TestcryptCredential body6: testcryptCredential to add (required) - :param TestcryptCredential body7: testcryptCredential to add (required) - :param TestcryptCredential body8: testcryptCredential to add (required) - :param TestcryptCredential body9: testcryptCredential to add (required) - :param TestcryptCredential body10: testcryptCredential to add (required) - :param TestcryptCredential body11: testcryptCredential to add (required) - :param TestcryptCredential body12: testcryptCredential to add (required) - :param TestcryptCredential body13: testcryptCredential to add (required) - :param TestcryptCredential body14: testcryptCredential to add (required) - :param TestcryptCredential body15: testcryptCredential to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def testcrypt_credentials_post_with_http_info(self, body, body2, body3, body4, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_credentials_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_credentials_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def testcrypt_credentials_post_with_http_info(self, body, body2, body3, body4, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/testcrypt_read_only_user_api.py b/intersight/apis/testcrypt_read_only_user_api.py index f188289c..f07a1471 100644 --- a/intersight/apis/testcrypt_read_only_user_api.py +++ b/intersight/apis/testcrypt_read_only_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def testcrypt_read_only_users_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptReadOnlyUserList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def testcrypt_read_only_users_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptReadOnlyUserList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def testcrypt_read_only_users_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def testcrypt_read_only_users_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_read_only_users_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_read_only_users_moid_delete(self, moid, **kwargs): """ Delete an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def testcrypt_read_only_users_moid_delete(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_read_only_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.testcrypt_read_only_users_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.testcrypt_read_only_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.testcrypt_read_only_users_moid_delete_with_http_info(moid, **kwargs) return data - def testcrypt_read_only_users_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_read_only_users_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def testcrypt_read_only_users_moid_delete_with_http_info(self, moid, moid2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def testcrypt_read_only_users_moid_delete_with_http_info(self, moid, moid2, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_read_only_users_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_read_only_users_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def testcrypt_read_only_users_moid_delete_with_http_info(self, moid, moid2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def testcrypt_read_only_users_moid_delete_with_http_info(self, moid, moid2, moid _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_read_only_users_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_read_only_users_moid_get(self, moid, **kwargs): """ Get a specific instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def testcrypt_read_only_users_moid_get(self, moid, moid2, moid3, moid4, moid5, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) :return: TestcryptReadOnlyUser If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_read_only_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.testcrypt_read_only_users_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.testcrypt_read_only_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.testcrypt_read_only_users_moid_get_with_http_info(moid, **kwargs) return data - def testcrypt_read_only_users_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_read_only_users_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def testcrypt_read_only_users_moid_get_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) :return: TestcryptReadOnlyUser If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def testcrypt_read_only_users_moid_get_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_read_only_users_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_read_only_users_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def testcrypt_read_only_users_moid_get_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def testcrypt_read_only_users_moid_get_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_read_only_users_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_read_only_users_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def testcrypt_read_only_users_moid_patch(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) :param TestcryptReadOnlyUser body: testcryptReadOnlyUser to update (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body2: testcryptReadOnlyUser to update (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body3: testcryptReadOnlyUser to update (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body4: testcryptReadOnlyUser to update (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body5: testcryptReadOnlyUser to update (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body6: testcryptReadOnlyUser to update (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body7: testcryptReadOnlyUser to update (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body8: testcryptReadOnlyUser to update (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body9: testcryptReadOnlyUser to update (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body10: testcryptReadOnlyUser to update (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body11: testcryptReadOnlyUser to update (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body12: testcryptReadOnlyUser to update (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body13: testcryptReadOnlyUser to update (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body14: testcryptReadOnlyUser to update (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body15: testcryptReadOnlyUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_read_only_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.testcrypt_read_only_users_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.testcrypt_read_only_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.testcrypt_read_only_users_moid_patch_with_http_info(moid, body, **kwargs) return data - def testcrypt_read_only_users_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_read_only_users_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def testcrypt_read_only_users_moid_patch_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) :param TestcryptReadOnlyUser body: testcryptReadOnlyUser to update (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body2: testcryptReadOnlyUser to update (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body3: testcryptReadOnlyUser to update (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body4: testcryptReadOnlyUser to update (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body5: testcryptReadOnlyUser to update (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body6: testcryptReadOnlyUser to update (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body7: testcryptReadOnlyUser to update (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body8: testcryptReadOnlyUser to update (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body9: testcryptReadOnlyUser to update (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body10: testcryptReadOnlyUser to update (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body11: testcryptReadOnlyUser to update (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body12: testcryptReadOnlyUser to update (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body13: testcryptReadOnlyUser to update (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body14: testcryptReadOnlyUser to update (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body15: testcryptReadOnlyUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def testcrypt_read_only_users_moid_patch_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_read_only_users_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_read_only_users_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def testcrypt_read_only_users_moid_patch_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def testcrypt_read_only_users_moid_patch_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def testcrypt_read_only_users_moid_patch_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_read_only_users_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_read_only_users_moid_post(self, moid, body, **kwargs): """ Update an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def testcrypt_read_only_users_moid_post(self, moid, body, moid2, body2, moid3, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) :param TestcryptReadOnlyUser body: testcryptReadOnlyUser to update (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body2: testcryptReadOnlyUser to update (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body3: testcryptReadOnlyUser to update (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body4: testcryptReadOnlyUser to update (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body5: testcryptReadOnlyUser to update (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body6: testcryptReadOnlyUser to update (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body7: testcryptReadOnlyUser to update (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body8: testcryptReadOnlyUser to update (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body9: testcryptReadOnlyUser to update (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body10: testcryptReadOnlyUser to update (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body11: testcryptReadOnlyUser to update (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body12: testcryptReadOnlyUser to update (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body13: testcryptReadOnlyUser to update (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body14: testcryptReadOnlyUser to update (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body15: testcryptReadOnlyUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_read_only_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.testcrypt_read_only_users_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.testcrypt_read_only_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.testcrypt_read_only_users_moid_post_with_http_info(moid, body, **kwargs) return data - def testcrypt_read_only_users_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def testcrypt_read_only_users_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def testcrypt_read_only_users_moid_post_with_http_info(self, moid, body, moid2, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptReadOnlyUser instance. (required) :param TestcryptReadOnlyUser body: testcryptReadOnlyUser to update (required) - :param str moid2: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body2: testcryptReadOnlyUser to update (required) - :param str moid3: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body3: testcryptReadOnlyUser to update (required) - :param str moid4: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body4: testcryptReadOnlyUser to update (required) - :param str moid5: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body5: testcryptReadOnlyUser to update (required) - :param str moid6: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body6: testcryptReadOnlyUser to update (required) - :param str moid7: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body7: testcryptReadOnlyUser to update (required) - :param str moid8: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body8: testcryptReadOnlyUser to update (required) - :param str moid9: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body9: testcryptReadOnlyUser to update (required) - :param str moid10: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body10: testcryptReadOnlyUser to update (required) - :param str moid11: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body11: testcryptReadOnlyUser to update (required) - :param str moid12: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body12: testcryptReadOnlyUser to update (required) - :param str moid13: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body13: testcryptReadOnlyUser to update (required) - :param str moid14: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body14: testcryptReadOnlyUser to update (required) - :param str moid15: The moid of the testcryptReadOnlyUser instance. (required) - :param TestcryptReadOnlyUser body15: testcryptReadOnlyUser to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def testcrypt_read_only_users_moid_post_with_http_info(self, moid, body, moid2, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_read_only_users_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_read_only_users_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def testcrypt_read_only_users_moid_post_with_http_info(self, moid, body, moid2, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def testcrypt_read_only_users_moid_post_with_http_info(self, moid, body, moid2, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def testcrypt_read_only_users_moid_post_with_http_info(self, moid, body, moid2, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_read_only_users_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def testcrypt_read_only_users_post(self, body, **kwargs): """ Create an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def testcrypt_read_only_users_post(self, body, body2, body3, body4, body5, body6 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TestcryptReadOnlyUser body: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body2: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body3: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body4: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body5: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body6: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body7: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body8: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body9: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body10: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body11: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body12: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body13: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body14: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body15: testcryptReadOnlyUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_read_only_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.testcrypt_read_only_users_post_with_http_info(body, **kwargs) else: - (data) = self.testcrypt_read_only_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.testcrypt_read_only_users_post_with_http_info(body, **kwargs) return data - def testcrypt_read_only_users_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def testcrypt_read_only_users_post_with_http_info(self, body, **kwargs): """ Create an instance of 'testcryptReadOnlyUser' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def testcrypt_read_only_users_post_with_http_info(self, body, body2, body3, body >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_read_only_users_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.testcrypt_read_only_users_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param TestcryptReadOnlyUser body: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body2: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body3: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body4: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body5: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body6: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body7: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body8: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body9: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body10: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body11: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body12: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body13: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body14: testcryptReadOnlyUser to add (required) - :param TestcryptReadOnlyUser body15: testcryptReadOnlyUser to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def testcrypt_read_only_users_post_with_http_info(self, body, body2, body3, body # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `testcrypt_read_only_users_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `testcrypt_read_only_users_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def testcrypt_read_only_users_post_with_http_info(self, body, body2, body3, body local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/testcrypt_shadow_credential_api.py b/intersight/apis/testcrypt_shadow_credential_api.py index d8169a80..a188681b 100644 --- a/intersight/apis/testcrypt_shadow_credential_api.py +++ b/intersight/apis/testcrypt_shadow_credential_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def testcrypt_shadow_credentials_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptShadowCredentialList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def testcrypt_shadow_credentials_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TestcryptShadowCredentialList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def testcrypt_shadow_credentials_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def testcrypt_shadow_credentials_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def testcrypt_shadow_credentials_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_shadow_credentials_moid_get(self, moid, **kwargs): """ Get a specific instance of 'testcryptShadowCredential' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def testcrypt_shadow_credentials_moid_get(self, moid, moid2, moid3, moid4, moid5 >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_shadow_credentials_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_shadow_credentials_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptShadowCredential instance. (required) - :param str moid2: The moid of the testcryptShadowCredential instance. (required) - :param str moid3: The moid of the testcryptShadowCredential instance. (required) - :param str moid4: The moid of the testcryptShadowCredential instance. (required) - :param str moid5: The moid of the testcryptShadowCredential instance. (required) - :param str moid6: The moid of the testcryptShadowCredential instance. (required) - :param str moid7: The moid of the testcryptShadowCredential instance. (required) - :param str moid8: The moid of the testcryptShadowCredential instance. (required) - :param str moid9: The moid of the testcryptShadowCredential instance. (required) - :param str moid10: The moid of the testcryptShadowCredential instance. (required) - :param str moid11: The moid of the testcryptShadowCredential instance. (required) - :param str moid12: The moid of the testcryptShadowCredential instance. (required) - :param str moid13: The moid of the testcryptShadowCredential instance. (required) - :param str moid14: The moid of the testcryptShadowCredential instance. (required) - :param str moid15: The moid of the testcryptShadowCredential instance. (required) :return: TestcryptShadowCredential If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.testcrypt_shadow_credentials_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.testcrypt_shadow_credentials_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.testcrypt_shadow_credentials_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.testcrypt_shadow_credentials_moid_get_with_http_info(moid, **kwargs) return data - def testcrypt_shadow_credentials_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def testcrypt_shadow_credentials_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'testcryptShadowCredential' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def testcrypt_shadow_credentials_moid_get_with_http_info(self, moid, moid2, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.testcrypt_shadow_credentials_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.testcrypt_shadow_credentials_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the testcryptShadowCredential instance. (required) - :param str moid2: The moid of the testcryptShadowCredential instance. (required) - :param str moid3: The moid of the testcryptShadowCredential instance. (required) - :param str moid4: The moid of the testcryptShadowCredential instance. (required) - :param str moid5: The moid of the testcryptShadowCredential instance. (required) - :param str moid6: The moid of the testcryptShadowCredential instance. (required) - :param str moid7: The moid of the testcryptShadowCredential instance. (required) - :param str moid8: The moid of the testcryptShadowCredential instance. (required) - :param str moid9: The moid of the testcryptShadowCredential instance. (required) - :param str moid10: The moid of the testcryptShadowCredential instance. (required) - :param str moid11: The moid of the testcryptShadowCredential instance. (required) - :param str moid12: The moid of the testcryptShadowCredential instance. (required) - :param str moid13: The moid of the testcryptShadowCredential instance. (required) - :param str moid14: The moid of the testcryptShadowCredential instance. (required) - :param str moid15: The moid of the testcryptShadowCredential instance. (required) :return: TestcryptShadowCredential If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def testcrypt_shadow_credentials_moid_get_with_http_info(self, moid, moid2, moid # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `testcrypt_shadow_credentials_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `testcrypt_shadow_credentials_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def testcrypt_shadow_credentials_moid_get_with_http_info(self, moid, moid2, moid path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/top_system_api.py b/intersight/apis/top_system_api.py index bce1bee9..2ac38b19 100644 --- a/intersight/apis/top_system_api.py +++ b/intersight/apis/top_system_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def top_systems_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TopSystemList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def top_systems_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: TopSystemList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def top_systems_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def top_systems_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def top_systems_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def top_systems_moid_get(self, moid, **kwargs): """ Get a specific instance of 'topSystem' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def top_systems_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.top_systems_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.top_systems_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the topSystem instance. (required) - :param str moid2: The moid of the topSystem instance. (required) - :param str moid3: The moid of the topSystem instance. (required) - :param str moid4: The moid of the topSystem instance. (required) - :param str moid5: The moid of the topSystem instance. (required) - :param str moid6: The moid of the topSystem instance. (required) - :param str moid7: The moid of the topSystem instance. (required) - :param str moid8: The moid of the topSystem instance. (required) - :param str moid9: The moid of the topSystem instance. (required) - :param str moid10: The moid of the topSystem instance. (required) - :param str moid11: The moid of the topSystem instance. (required) - :param str moid12: The moid of the topSystem instance. (required) - :param str moid13: The moid of the topSystem instance. (required) - :param str moid14: The moid of the topSystem instance. (required) - :param str moid15: The moid of the topSystem instance. (required) :return: TopSystem If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.top_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.top_systems_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.top_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.top_systems_moid_get_with_http_info(moid, **kwargs) return data - def top_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def top_systems_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'topSystem' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def top_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.top_systems_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.top_systems_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the topSystem instance. (required) - :param str moid2: The moid of the topSystem instance. (required) - :param str moid3: The moid of the topSystem instance. (required) - :param str moid4: The moid of the topSystem instance. (required) - :param str moid5: The moid of the topSystem instance. (required) - :param str moid6: The moid of the topSystem instance. (required) - :param str moid7: The moid of the topSystem instance. (required) - :param str moid8: The moid of the topSystem instance. (required) - :param str moid9: The moid of the topSystem instance. (required) - :param str moid10: The moid of the topSystem instance. (required) - :param str moid11: The moid of the topSystem instance. (required) - :param str moid12: The moid of the topSystem instance. (required) - :param str moid13: The moid of the topSystem instance. (required) - :param str moid14: The moid of the topSystem instance. (required) - :param str moid15: The moid of the topSystem instance. (required) :return: TopSystem If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def top_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `top_systems_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `top_systems_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `top_systems_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `top_systems_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `top_systems_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `top_systems_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `top_systems_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `top_systems_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `top_systems_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `top_systems_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `top_systems_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `top_systems_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `top_systems_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `top_systems_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `top_systems_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def top_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def top_systems_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def top_systems_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def top_systems_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'topSystem' This method makes a synchronous HTTP request by default. To make an @@ -912,52 +290,24 @@ def top_systems_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.top_systems_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.top_systems_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the topSystem instance. (required) :param TopSystem body: topSystem to update (required) - :param str moid2: The moid of the topSystem instance. (required) - :param TopSystem body2: topSystem to update (required) - :param str moid3: The moid of the topSystem instance. (required) - :param TopSystem body3: topSystem to update (required) - :param str moid4: The moid of the topSystem instance. (required) - :param TopSystem body4: topSystem to update (required) - :param str moid5: The moid of the topSystem instance. (required) - :param TopSystem body5: topSystem to update (required) - :param str moid6: The moid of the topSystem instance. (required) - :param TopSystem body6: topSystem to update (required) - :param str moid7: The moid of the topSystem instance. (required) - :param TopSystem body7: topSystem to update (required) - :param str moid8: The moid of the topSystem instance. (required) - :param TopSystem body8: topSystem to update (required) - :param str moid9: The moid of the topSystem instance. (required) - :param TopSystem body9: topSystem to update (required) - :param str moid10: The moid of the topSystem instance. (required) - :param TopSystem body10: topSystem to update (required) - :param str moid11: The moid of the topSystem instance. (required) - :param TopSystem body11: topSystem to update (required) - :param str moid12: The moid of the topSystem instance. (required) - :param TopSystem body12: topSystem to update (required) - :param str moid13: The moid of the topSystem instance. (required) - :param TopSystem body13: topSystem to update (required) - :param str moid14: The moid of the topSystem instance. (required) - :param TopSystem body14: topSystem to update (required) - :param str moid15: The moid of the topSystem instance. (required) - :param TopSystem body15: topSystem to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.top_systems_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.top_systems_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.top_systems_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.top_systems_moid_patch_with_http_info(moid, body, **kwargs) return data - def top_systems_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def top_systems_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'topSystem' This method makes a synchronous HTTP request by default. To make an @@ -966,46 +316,18 @@ def top_systems_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.top_systems_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.top_systems_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the topSystem instance. (required) :param TopSystem body: topSystem to update (required) - :param str moid2: The moid of the topSystem instance. (required) - :param TopSystem body2: topSystem to update (required) - :param str moid3: The moid of the topSystem instance. (required) - :param TopSystem body3: topSystem to update (required) - :param str moid4: The moid of the topSystem instance. (required) - :param TopSystem body4: topSystem to update (required) - :param str moid5: The moid of the topSystem instance. (required) - :param TopSystem body5: topSystem to update (required) - :param str moid6: The moid of the topSystem instance. (required) - :param TopSystem body6: topSystem to update (required) - :param str moid7: The moid of the topSystem instance. (required) - :param TopSystem body7: topSystem to update (required) - :param str moid8: The moid of the topSystem instance. (required) - :param TopSystem body8: topSystem to update (required) - :param str moid9: The moid of the topSystem instance. (required) - :param TopSystem body9: topSystem to update (required) - :param str moid10: The moid of the topSystem instance. (required) - :param TopSystem body10: topSystem to update (required) - :param str moid11: The moid of the topSystem instance. (required) - :param TopSystem body11: topSystem to update (required) - :param str moid12: The moid of the topSystem instance. (required) - :param TopSystem body12: topSystem to update (required) - :param str moid13: The moid of the topSystem instance. (required) - :param TopSystem body13: topSystem to update (required) - :param str moid14: The moid of the topSystem instance. (required) - :param TopSystem body14: topSystem to update (required) - :param str moid15: The moid of the topSystem instance. (required) - :param TopSystem body15: topSystem to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1026,90 +348,6 @@ def top_systems_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `top_systems_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `top_systems_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `top_systems_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `top_systems_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `top_systems_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `top_systems_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `top_systems_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `top_systems_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `top_systems_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `top_systems_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `top_systems_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `top_systems_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `top_systems_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `top_systems_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `top_systems_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `top_systems_moid_patch`") collection_formats = {} @@ -1117,34 +355,6 @@ def top_systems_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1154,8 +364,8 @@ def top_systems_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1182,7 +392,7 @@ def top_systems_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def top_systems_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def top_systems_moid_post(self, moid, body, **kwargs): """ Update an instance of 'topSystem' This method makes a synchronous HTTP request by default. To make an @@ -1191,52 +401,24 @@ def top_systems_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.top_systems_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.top_systems_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the topSystem instance. (required) :param TopSystem body: topSystem to update (required) - :param str moid2: The moid of the topSystem instance. (required) - :param TopSystem body2: topSystem to update (required) - :param str moid3: The moid of the topSystem instance. (required) - :param TopSystem body3: topSystem to update (required) - :param str moid4: The moid of the topSystem instance. (required) - :param TopSystem body4: topSystem to update (required) - :param str moid5: The moid of the topSystem instance. (required) - :param TopSystem body5: topSystem to update (required) - :param str moid6: The moid of the topSystem instance. (required) - :param TopSystem body6: topSystem to update (required) - :param str moid7: The moid of the topSystem instance. (required) - :param TopSystem body7: topSystem to update (required) - :param str moid8: The moid of the topSystem instance. (required) - :param TopSystem body8: topSystem to update (required) - :param str moid9: The moid of the topSystem instance. (required) - :param TopSystem body9: topSystem to update (required) - :param str moid10: The moid of the topSystem instance. (required) - :param TopSystem body10: topSystem to update (required) - :param str moid11: The moid of the topSystem instance. (required) - :param TopSystem body11: topSystem to update (required) - :param str moid12: The moid of the topSystem instance. (required) - :param TopSystem body12: topSystem to update (required) - :param str moid13: The moid of the topSystem instance. (required) - :param TopSystem body13: topSystem to update (required) - :param str moid14: The moid of the topSystem instance. (required) - :param TopSystem body14: topSystem to update (required) - :param str moid15: The moid of the topSystem instance. (required) - :param TopSystem body15: topSystem to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.top_systems_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.top_systems_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.top_systems_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.top_systems_moid_post_with_http_info(moid, body, **kwargs) return data - def top_systems_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def top_systems_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'topSystem' This method makes a synchronous HTTP request by default. To make an @@ -1245,46 +427,18 @@ def top_systems_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.top_systems_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.top_systems_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the topSystem instance. (required) :param TopSystem body: topSystem to update (required) - :param str moid2: The moid of the topSystem instance. (required) - :param TopSystem body2: topSystem to update (required) - :param str moid3: The moid of the topSystem instance. (required) - :param TopSystem body3: topSystem to update (required) - :param str moid4: The moid of the topSystem instance. (required) - :param TopSystem body4: topSystem to update (required) - :param str moid5: The moid of the topSystem instance. (required) - :param TopSystem body5: topSystem to update (required) - :param str moid6: The moid of the topSystem instance. (required) - :param TopSystem body6: topSystem to update (required) - :param str moid7: The moid of the topSystem instance. (required) - :param TopSystem body7: topSystem to update (required) - :param str moid8: The moid of the topSystem instance. (required) - :param TopSystem body8: topSystem to update (required) - :param str moid9: The moid of the topSystem instance. (required) - :param TopSystem body9: topSystem to update (required) - :param str moid10: The moid of the topSystem instance. (required) - :param TopSystem body10: topSystem to update (required) - :param str moid11: The moid of the topSystem instance. (required) - :param TopSystem body11: topSystem to update (required) - :param str moid12: The moid of the topSystem instance. (required) - :param TopSystem body12: topSystem to update (required) - :param str moid13: The moid of the topSystem instance. (required) - :param TopSystem body13: topSystem to update (required) - :param str moid14: The moid of the topSystem instance. (required) - :param TopSystem body14: topSystem to update (required) - :param str moid15: The moid of the topSystem instance. (required) - :param TopSystem body15: topSystem to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1305,90 +459,6 @@ def top_systems_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `top_systems_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `top_systems_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `top_systems_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `top_systems_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `top_systems_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `top_systems_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `top_systems_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `top_systems_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `top_systems_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `top_systems_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `top_systems_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `top_systems_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `top_systems_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `top_systems_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `top_systems_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `top_systems_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `top_systems_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `top_systems_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `top_systems_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `top_systems_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `top_systems_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `top_systems_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `top_systems_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `top_systems_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `top_systems_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `top_systems_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `top_systems_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `top_systems_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `top_systems_moid_post`") collection_formats = {} @@ -1396,34 +466,6 @@ def top_systems_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1433,8 +475,8 @@ def top_systems_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/vmedia_policy_api.py b/intersight/apis/vmedia_policy_api.py index 324208c2..3631fc85 100644 --- a/intersight/apis/vmedia_policy_api.py +++ b/intersight/apis/vmedia_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def vmedia_policies_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: VmediaPolicyList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def vmedia_policies_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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 at6: 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: VmediaPolicyList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15', 'at6'] + 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') @@ -406,268 +144,6 @@ def vmedia_policies_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) header_params = {} @@ -701,7 +177,7 @@ def vmedia_policies_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def vmedia_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def vmedia_policies_moid_delete(self, moid, **kwargs): """ Delete an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def vmedia_policies_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.vmedia_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.vmedia_policies_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.vmedia_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.vmedia_policies_moid_delete_with_http_info(moid, **kwargs) return data - def vmedia_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def vmedia_policies_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def vmedia_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def vmedia_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `vmedia_policies_moid_delete`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `vmedia_policies_moid_delete`") collection_formats = {} @@ -840,34 +246,6 @@ def vmedia_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -903,7 +281,7 @@ def vmedia_policies_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def vmedia_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def vmedia_policies_moid_get(self, moid, **kwargs): """ Get a specific instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -912,37 +290,23 @@ def vmedia_policies_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) :return: VmediaPolicy If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.vmedia_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.vmedia_policies_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.vmedia_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.vmedia_policies_moid_get_with_http_info(moid, **kwargs) return data - def vmedia_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def vmedia_policies_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -951,31 +315,17 @@ def vmedia_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) :return: VmediaPolicy If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -993,48 +343,6 @@ def vmedia_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `vmedia_policies_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `vmedia_policies_moid_get`") collection_formats = {} @@ -1042,34 +350,6 @@ def vmedia_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1105,7 +385,7 @@ def vmedia_policies_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def vmedia_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def vmedia_policies_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1114,52 +394,24 @@ def vmedia_policies_moid_patch(self, moid, body, moid2, body2, moid3, body3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) :param VmediaPolicy body: vmediaPolicy to update (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body2: vmediaPolicy to update (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body3: vmediaPolicy to update (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body4: vmediaPolicy to update (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body5: vmediaPolicy to update (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body6: vmediaPolicy to update (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body7: vmediaPolicy to update (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body8: vmediaPolicy to update (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body9: vmediaPolicy to update (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body10: vmediaPolicy to update (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body11: vmediaPolicy to update (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body12: vmediaPolicy to update (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body13: vmediaPolicy to update (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body14: vmediaPolicy to update (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body15: vmediaPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.vmedia_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.vmedia_policies_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.vmedia_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.vmedia_policies_moid_patch_with_http_info(moid, body, **kwargs) return data - def vmedia_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def vmedia_policies_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1168,46 +420,18 @@ def vmedia_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) :param VmediaPolicy body: vmediaPolicy to update (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body2: vmediaPolicy to update (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body3: vmediaPolicy to update (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body4: vmediaPolicy to update (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body5: vmediaPolicy to update (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body6: vmediaPolicy to update (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body7: vmediaPolicy to update (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body8: vmediaPolicy to update (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body9: vmediaPolicy to update (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body10: vmediaPolicy to update (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body11: vmediaPolicy to update (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body12: vmediaPolicy to update (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body13: vmediaPolicy to update (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body14: vmediaPolicy to update (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body15: vmediaPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1228,90 +452,6 @@ def vmedia_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `vmedia_policies_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `vmedia_policies_moid_patch`") collection_formats = {} @@ -1319,34 +459,6 @@ def vmedia_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1356,8 +468,8 @@ def vmedia_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1384,7 +496,7 @@ def vmedia_policies_moid_patch_with_http_info(self, moid, body, moid2, body2, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def vmedia_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def vmedia_policies_moid_post(self, moid, body, **kwargs): """ Update an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1393,52 +505,24 @@ def vmedia_policies_moid_post(self, moid, body, moid2, body2, moid3, body3, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) :param VmediaPolicy body: vmediaPolicy to update (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body2: vmediaPolicy to update (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body3: vmediaPolicy to update (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body4: vmediaPolicy to update (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body5: vmediaPolicy to update (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body6: vmediaPolicy to update (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body7: vmediaPolicy to update (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body8: vmediaPolicy to update (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body9: vmediaPolicy to update (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body10: vmediaPolicy to update (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body11: vmediaPolicy to update (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body12: vmediaPolicy to update (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body13: vmediaPolicy to update (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body14: vmediaPolicy to update (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body15: vmediaPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.vmedia_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.vmedia_policies_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.vmedia_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.vmedia_policies_moid_post_with_http_info(moid, body, **kwargs) return data - def vmedia_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def vmedia_policies_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1447,46 +531,18 @@ def vmedia_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.vmedia_policies_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the vmediaPolicy instance. (required) :param VmediaPolicy body: vmediaPolicy to update (required) - :param str moid2: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body2: vmediaPolicy to update (required) - :param str moid3: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body3: vmediaPolicy to update (required) - :param str moid4: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body4: vmediaPolicy to update (required) - :param str moid5: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body5: vmediaPolicy to update (required) - :param str moid6: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body6: vmediaPolicy to update (required) - :param str moid7: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body7: vmediaPolicy to update (required) - :param str moid8: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body8: vmediaPolicy to update (required) - :param str moid9: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body9: vmediaPolicy to update (required) - :param str moid10: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body10: vmediaPolicy to update (required) - :param str moid11: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body11: vmediaPolicy to update (required) - :param str moid12: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body12: vmediaPolicy to update (required) - :param str moid13: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body13: vmediaPolicy to update (required) - :param str moid14: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body14: vmediaPolicy to update (required) - :param str moid15: The moid of the vmediaPolicy instance. (required) - :param VmediaPolicy body15: vmediaPolicy to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1507,90 +563,6 @@ def vmedia_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `vmedia_policies_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `vmedia_policies_moid_post`") collection_formats = {} @@ -1598,34 +570,6 @@ def vmedia_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1635,8 +579,8 @@ def vmedia_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1663,7 +607,7 @@ def vmedia_policies_moid_post_with_http_info(self, moid, body, moid2, body2, moi _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def vmedia_policies_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def vmedia_policies_post(self, body, **kwargs): """ Create an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1672,37 +616,23 @@ def vmedia_policies_post(self, body, body2, body3, body4, body5, body6, body7, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.vmedia_policies_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param VmediaPolicy body: vmediaPolicy to add (required) - :param VmediaPolicy body2: vmediaPolicy to add (required) - :param VmediaPolicy body3: vmediaPolicy to add (required) - :param VmediaPolicy body4: vmediaPolicy to add (required) - :param VmediaPolicy body5: vmediaPolicy to add (required) - :param VmediaPolicy body6: vmediaPolicy to add (required) - :param VmediaPolicy body7: vmediaPolicy to add (required) - :param VmediaPolicy body8: vmediaPolicy to add (required) - :param VmediaPolicy body9: vmediaPolicy to add (required) - :param VmediaPolicy body10: vmediaPolicy to add (required) - :param VmediaPolicy body11: vmediaPolicy to add (required) - :param VmediaPolicy body12: vmediaPolicy to add (required) - :param VmediaPolicy body13: vmediaPolicy to add (required) - :param VmediaPolicy body14: vmediaPolicy to add (required) - :param VmediaPolicy body15: vmediaPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.vmedia_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.vmedia_policies_post_with_http_info(body, **kwargs) else: - (data) = self.vmedia_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.vmedia_policies_post_with_http_info(body, **kwargs) return data - def vmedia_policies_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def vmedia_policies_post_with_http_info(self, body, **kwargs): """ Create an instance of 'vmediaPolicy' This method makes a synchronous HTTP request by default. To make an @@ -1711,31 +641,17 @@ def vmedia_policies_post_with_http_info(self, body, body2, body3, body4, body5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.vmedia_policies_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.vmedia_policies_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param VmediaPolicy body: vmediaPolicy to add (required) - :param VmediaPolicy body2: vmediaPolicy to add (required) - :param VmediaPolicy body3: vmediaPolicy to add (required) - :param VmediaPolicy body4: vmediaPolicy to add (required) - :param VmediaPolicy body5: vmediaPolicy to add (required) - :param VmediaPolicy body6: vmediaPolicy to add (required) - :param VmediaPolicy body7: vmediaPolicy to add (required) - :param VmediaPolicy body8: vmediaPolicy to add (required) - :param VmediaPolicy body9: vmediaPolicy to add (required) - :param VmediaPolicy body10: vmediaPolicy to add (required) - :param VmediaPolicy body11: vmediaPolicy to add (required) - :param VmediaPolicy body12: vmediaPolicy to add (required) - :param VmediaPolicy body13: vmediaPolicy to add (required) - :param VmediaPolicy body14: vmediaPolicy to add (required) - :param VmediaPolicy body15: vmediaPolicy to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1753,48 +669,6 @@ def vmedia_policies_post_with_http_info(self, body, body2, body3, body4, body5, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `vmedia_policies_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `vmedia_policies_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `vmedia_policies_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `vmedia_policies_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `vmedia_policies_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `vmedia_policies_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `vmedia_policies_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `vmedia_policies_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `vmedia_policies_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `vmedia_policies_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `vmedia_policies_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `vmedia_policies_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `vmedia_policies_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `vmedia_policies_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `vmedia_policies_post`") collection_formats = {} @@ -1809,8 +683,8 @@ def vmedia_policies_post_with_http_info(self, body, body2, body3, body4, body5, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/workflow_build_task_meta_api.py b/intersight/apis/workflow_build_task_meta_api.py index 474d2abf..d145fc15 100644 --- a/intersight/apis/workflow_build_task_meta_api.py +++ b/intersight/apis/workflow_build_task_meta_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def workflow_build_task_meta_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowBuildTaskMetaList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def workflow_build_task_meta_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowBuildTaskMetaList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def workflow_build_task_meta_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def workflow_build_task_meta_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_build_task_meta_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_build_task_meta_moid_get(self, moid, **kwargs): """ Get a specific instance of 'workflowBuildTaskMeta' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def workflow_build_task_meta_moid_get(self, moid, moid2, moid3, moid4, moid5, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_build_task_meta_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_build_task_meta_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid2: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid3: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid4: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid5: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid6: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid7: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid8: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid9: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid10: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid11: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid12: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid13: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid14: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid15: The moid of the workflowBuildTaskMeta instance. (required) :return: WorkflowBuildTaskMeta If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_build_task_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.workflow_build_task_meta_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.workflow_build_task_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.workflow_build_task_meta_moid_get_with_http_info(moid, **kwargs) return data - def workflow_build_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_build_task_meta_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'workflowBuildTaskMeta' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def workflow_build_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_build_task_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_build_task_meta_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid2: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid3: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid4: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid5: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid6: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid7: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid8: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid9: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid10: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid11: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid12: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid13: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid14: The moid of the workflowBuildTaskMeta instance. (required) - :param str moid15: The moid of the workflowBuildTaskMeta instance. (required) :return: WorkflowBuildTaskMeta If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def workflow_build_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_build_task_meta_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_build_task_meta_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def workflow_build_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/workflow_build_task_meta_owner_api.py b/intersight/apis/workflow_build_task_meta_owner_api.py index 8c43f454..8f31b1ec 100644 --- a/intersight/apis/workflow_build_task_meta_owner_api.py +++ b/intersight/apis/workflow_build_task_meta_owner_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def workflow_build_task_meta_owners_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowBuildTaskMetaOwnerList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def workflow_build_task_meta_owners_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowBuildTaskMetaOwnerList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def workflow_build_task_meta_owners_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def workflow_build_task_meta_owners_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_build_task_meta_owners_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_build_task_meta_owners_moid_get(self, moid, **kwargs): """ Get a specific instance of 'workflowBuildTaskMetaOwner' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def workflow_build_task_meta_owners_moid_get(self, moid, moid2, moid3, moid4, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_build_task_meta_owners_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_build_task_meta_owners_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid2: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid3: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid4: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid5: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid6: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid7: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid8: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid9: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid10: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid11: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid12: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid13: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid14: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid15: The moid of the workflowBuildTaskMetaOwner instance. (required) :return: WorkflowBuildTaskMetaOwner If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_build_task_meta_owners_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.workflow_build_task_meta_owners_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.workflow_build_task_meta_owners_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.workflow_build_task_meta_owners_moid_get_with_http_info(moid, **kwargs) return data - def workflow_build_task_meta_owners_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_build_task_meta_owners_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'workflowBuildTaskMetaOwner' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def workflow_build_task_meta_owners_moid_get_with_http_info(self, moid, moid2, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_build_task_meta_owners_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_build_task_meta_owners_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid2: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid3: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid4: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid5: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid6: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid7: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid8: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid9: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid10: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid11: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid12: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid13: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid14: The moid of the workflowBuildTaskMetaOwner instance. (required) - :param str moid15: The moid of the workflowBuildTaskMetaOwner instance. (required) :return: WorkflowBuildTaskMetaOwner If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def workflow_build_task_meta_owners_moid_get_with_http_info(self, moid, moid2, m # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_build_task_meta_owners_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_build_task_meta_owners_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def workflow_build_task_meta_owners_moid_get_with_http_info(self, moid, moid2, m path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/workflow_pending_dynamic_workflow_info_api.py b/intersight/apis/workflow_pending_dynamic_workflow_info_api.py index c4414587..fb085d80 100644 --- a/intersight/apis/workflow_pending_dynamic_workflow_info_api.py +++ b/intersight/apis/workflow_pending_dynamic_workflow_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def workflow_pending_dynamic_workflow_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowPendingDynamicWorkflowInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def workflow_pending_dynamic_workflow_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowPendingDynamicWorkflowInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def workflow_pending_dynamic_workflow_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def workflow_pending_dynamic_workflow_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_pending_dynamic_workflow_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_pending_dynamic_workflow_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'workflowPendingDynamicWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def workflow_pending_dynamic_workflow_infos_moid_get(self, moid, moid2, moid3, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_pending_dynamic_workflow_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_pending_dynamic_workflow_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid2: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid3: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid4: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid5: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid6: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid7: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid8: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid9: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid10: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid11: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid12: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid13: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid14: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid15: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) :return: WorkflowPendingDynamicWorkflowInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(moid, **kwargs) return data - def workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'workflowPendingDynamicWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(self, moid, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid2: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid3: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid4: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid5: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid6: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid7: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid8: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid9: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid10: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid11: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid12: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid13: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid14: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) - :param str moid15: The moid of the workflowPendingDynamicWorkflowInfo instance. (required) :return: WorkflowPendingDynamicWorkflowInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(self, moid, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_pending_dynamic_workflow_infos_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def workflow_pending_dynamic_workflow_infos_moid_get_with_http_info(self, moid, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/workflow_task_info_api.py b/intersight/apis/workflow_task_info_api.py index 758d6018..82828825 100644 --- a/intersight/apis/workflow_task_info_api.py +++ b/intersight/apis/workflow_task_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def workflow_task_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowTaskInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def workflow_task_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowTaskInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def workflow_task_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def workflow_task_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_task_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_task_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'workflowTaskInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def workflow_task_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_task_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_task_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowTaskInfo instance. (required) - :param str moid2: The moid of the workflowTaskInfo instance. (required) - :param str moid3: The moid of the workflowTaskInfo instance. (required) - :param str moid4: The moid of the workflowTaskInfo instance. (required) - :param str moid5: The moid of the workflowTaskInfo instance. (required) - :param str moid6: The moid of the workflowTaskInfo instance. (required) - :param str moid7: The moid of the workflowTaskInfo instance. (required) - :param str moid8: The moid of the workflowTaskInfo instance. (required) - :param str moid9: The moid of the workflowTaskInfo instance. (required) - :param str moid10: The moid of the workflowTaskInfo instance. (required) - :param str moid11: The moid of the workflowTaskInfo instance. (required) - :param str moid12: The moid of the workflowTaskInfo instance. (required) - :param str moid13: The moid of the workflowTaskInfo instance. (required) - :param str moid14: The moid of the workflowTaskInfo instance. (required) - :param str moid15: The moid of the workflowTaskInfo instance. (required) :return: WorkflowTaskInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_task_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.workflow_task_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.workflow_task_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.workflow_task_infos_moid_get_with_http_info(moid, **kwargs) return data - def workflow_task_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_task_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'workflowTaskInfo' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def workflow_task_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_task_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_task_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowTaskInfo instance. (required) - :param str moid2: The moid of the workflowTaskInfo instance. (required) - :param str moid3: The moid of the workflowTaskInfo instance. (required) - :param str moid4: The moid of the workflowTaskInfo instance. (required) - :param str moid5: The moid of the workflowTaskInfo instance. (required) - :param str moid6: The moid of the workflowTaskInfo instance. (required) - :param str moid7: The moid of the workflowTaskInfo instance. (required) - :param str moid8: The moid of the workflowTaskInfo instance. (required) - :param str moid9: The moid of the workflowTaskInfo instance. (required) - :param str moid10: The moid of the workflowTaskInfo instance. (required) - :param str moid11: The moid of the workflowTaskInfo instance. (required) - :param str moid12: The moid of the workflowTaskInfo instance. (required) - :param str moid13: The moid of the workflowTaskInfo instance. (required) - :param str moid14: The moid of the workflowTaskInfo instance. (required) - :param str moid15: The moid of the workflowTaskInfo instance. (required) :return: WorkflowTaskInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def workflow_task_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_task_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_task_infos_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def workflow_task_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/workflow_task_meta_api.py b/intersight/apis/workflow_task_meta_api.py index 49823c33..8cf39089 100644 --- a/intersight/apis/workflow_task_meta_api.py +++ b/intersight/apis/workflow_task_meta_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def workflow_task_meta_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowTaskMetaList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def workflow_task_meta_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowTaskMetaList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def workflow_task_meta_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def workflow_task_meta_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_task_meta_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_task_meta_moid_get(self, moid, **kwargs): """ Get a specific instance of 'workflowTaskMeta' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def workflow_task_meta_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, m >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_task_meta_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_task_meta_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowTaskMeta instance. (required) - :param str moid2: The moid of the workflowTaskMeta instance. (required) - :param str moid3: The moid of the workflowTaskMeta instance. (required) - :param str moid4: The moid of the workflowTaskMeta instance. (required) - :param str moid5: The moid of the workflowTaskMeta instance. (required) - :param str moid6: The moid of the workflowTaskMeta instance. (required) - :param str moid7: The moid of the workflowTaskMeta instance. (required) - :param str moid8: The moid of the workflowTaskMeta instance. (required) - :param str moid9: The moid of the workflowTaskMeta instance. (required) - :param str moid10: The moid of the workflowTaskMeta instance. (required) - :param str moid11: The moid of the workflowTaskMeta instance. (required) - :param str moid12: The moid of the workflowTaskMeta instance. (required) - :param str moid13: The moid of the workflowTaskMeta instance. (required) - :param str moid14: The moid of the workflowTaskMeta instance. (required) - :param str moid15: The moid of the workflowTaskMeta instance. (required) :return: WorkflowTaskMeta If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_task_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.workflow_task_meta_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.workflow_task_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.workflow_task_meta_moid_get_with_http_info(moid, **kwargs) return data - def workflow_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_task_meta_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'workflowTaskMeta' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def workflow_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, moid4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_task_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_task_meta_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowTaskMeta instance. (required) - :param str moid2: The moid of the workflowTaskMeta instance. (required) - :param str moid3: The moid of the workflowTaskMeta instance. (required) - :param str moid4: The moid of the workflowTaskMeta instance. (required) - :param str moid5: The moid of the workflowTaskMeta instance. (required) - :param str moid6: The moid of the workflowTaskMeta instance. (required) - :param str moid7: The moid of the workflowTaskMeta instance. (required) - :param str moid8: The moid of the workflowTaskMeta instance. (required) - :param str moid9: The moid of the workflowTaskMeta instance. (required) - :param str moid10: The moid of the workflowTaskMeta instance. (required) - :param str moid11: The moid of the workflowTaskMeta instance. (required) - :param str moid12: The moid of the workflowTaskMeta instance. (required) - :param str moid13: The moid of the workflowTaskMeta instance. (required) - :param str moid14: The moid of the workflowTaskMeta instance. (required) - :param str moid15: The moid of the workflowTaskMeta instance. (required) :return: WorkflowTaskMeta If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def workflow_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, moid4, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_task_meta_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_task_meta_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def workflow_task_meta_moid_get_with_http_info(self, moid, moid2, moid3, moid4, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/workflow_workflow_info_api.py b/intersight/apis/workflow_workflow_info_api.py index b310bc68..33eed7f9 100644 --- a/intersight/apis/workflow_workflow_info_api.py +++ b/intersight/apis/workflow_workflow_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def workflow_workflow_infos_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowWorkflowInfoList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def workflow_workflow_infos_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowWorkflowInfoList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def workflow_workflow_infos_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def workflow_workflow_infos_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_workflow_infos_moid_delete(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs): + def workflow_workflow_infos_moid_delete(self, moid, **kwargs): """ Delete an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -710,36 +186,23 @@ def workflow_workflow_infos_moid_delete(self, moid, moid2, moid3, moid4, moid5, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_delete(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_delete(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_workflow_infos_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs) + return self.workflow_workflow_infos_moid_delete_with_http_info(moid, **kwargs) else: - (data) = self.workflow_workflow_infos_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs) + (data) = self.workflow_workflow_infos_moid_delete_with_http_info(moid, **kwargs) return data - def workflow_workflow_infos_moid_delete_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, **kwargs): + def workflow_workflow_infos_moid_delete_with_http_info(self, moid, **kwargs): """ Delete an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -748,30 +211,17 @@ def workflow_workflow_infos_moid_delete_with_http_info(self, moid, moid2, moid3, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_delete_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_delete_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -789,45 +239,6 @@ def workflow_workflow_infos_moid_delete_with_http_info(self, moid, moid2, moid3, # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_workflow_infos_moid_delete`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_workflow_infos_moid_delete`") collection_formats = {} @@ -835,32 +246,6 @@ def workflow_workflow_infos_moid_delete_with_http_info(self, moid, moid2, moid3, path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] query_params = [] @@ -896,7 +281,7 @@ def workflow_workflow_infos_moid_delete_with_http_info(self, moid, moid2, moid3, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_workflow_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_workflow_infos_moid_get(self, moid, **kwargs): """ Get a specific instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -905,37 +290,23 @@ def workflow_workflow_infos_moid_get(self, moid, moid2, moid3, moid4, moid5, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) - :param str moid15: The moid of the workflowWorkflowInfo instance. (required) :return: WorkflowWorkflowInfo If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_workflow_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.workflow_workflow_infos_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.workflow_workflow_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.workflow_workflow_infos_moid_get_with_http_info(moid, **kwargs) return data - def workflow_workflow_infos_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_workflow_infos_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -944,31 +315,17 @@ def workflow_workflow_infos_moid_get_with_http_info(self, moid, moid2, moid3, mo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) - :param str moid15: The moid of the workflowWorkflowInfo instance. (required) :return: WorkflowWorkflowInfo If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -986,48 +343,6 @@ def workflow_workflow_infos_moid_get_with_http_info(self, moid, moid2, moid3, mo # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_workflow_infos_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_workflow_infos_moid_get`") collection_formats = {} @@ -1035,34 +350,6 @@ def workflow_workflow_infos_moid_get_with_http_info(self, moid, moid2, moid3, mo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1098,7 +385,7 @@ def workflow_workflow_infos_moid_get_with_http_info(self, moid, moid2, moid3, mo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_workflow_infos_moid_patch(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def workflow_workflow_infos_moid_patch(self, moid, body, **kwargs): """ Update an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -1107,52 +394,24 @@ def workflow_workflow_infos_moid_patch(self, moid, body, moid2, body2, moid3, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_patch(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_patch(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) :param WorkflowWorkflowInfo body: workflowWorkflowInfo to update (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body2: workflowWorkflowInfo to update (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body3: workflowWorkflowInfo to update (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body4: workflowWorkflowInfo to update (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body5: workflowWorkflowInfo to update (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body6: workflowWorkflowInfo to update (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body7: workflowWorkflowInfo to update (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body8: workflowWorkflowInfo to update (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body9: workflowWorkflowInfo to update (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body10: workflowWorkflowInfo to update (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body11: workflowWorkflowInfo to update (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body12: workflowWorkflowInfo to update (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body13: workflowWorkflowInfo to update (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body14: workflowWorkflowInfo to update (required) - :param str moid15: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body15: workflowWorkflowInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_workflow_infos_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.workflow_workflow_infos_moid_patch_with_http_info(moid, body, **kwargs) else: - (data) = self.workflow_workflow_infos_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.workflow_workflow_infos_moid_patch_with_http_info(moid, body, **kwargs) return data - def workflow_workflow_infos_moid_patch_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def workflow_workflow_infos_moid_patch_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -1161,46 +420,18 @@ def workflow_workflow_infos_moid_patch_with_http_info(self, moid, body, moid2, b >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_patch_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_patch_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) :param WorkflowWorkflowInfo body: workflowWorkflowInfo to update (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body2: workflowWorkflowInfo to update (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body3: workflowWorkflowInfo to update (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body4: workflowWorkflowInfo to update (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body5: workflowWorkflowInfo to update (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body6: workflowWorkflowInfo to update (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body7: workflowWorkflowInfo to update (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body8: workflowWorkflowInfo to update (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body9: workflowWorkflowInfo to update (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body10: workflowWorkflowInfo to update (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body11: workflowWorkflowInfo to update (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body12: workflowWorkflowInfo to update (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body13: workflowWorkflowInfo to update (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body14: workflowWorkflowInfo to update (required) - :param str moid15: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body15: workflowWorkflowInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1221,90 +452,6 @@ def workflow_workflow_infos_moid_patch_with_http_info(self, moid, body, moid2, b # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_workflow_infos_moid_patch`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `workflow_workflow_infos_moid_patch`") collection_formats = {} @@ -1312,34 +459,6 @@ def workflow_workflow_infos_moid_patch_with_http_info(self, moid, body, moid2, b path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1349,8 +468,8 @@ def workflow_workflow_infos_moid_patch_with_http_info(self, moid, body, moid2, b local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1377,7 +496,7 @@ def workflow_workflow_infos_moid_patch_with_http_info(self, moid, body, moid2, b _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_workflow_infos_moid_post(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def workflow_workflow_infos_moid_post(self, moid, body, **kwargs): """ Update an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -1386,52 +505,24 @@ def workflow_workflow_infos_moid_post(self, moid, body, moid2, body2, moid3, bod >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_post(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_post(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) :param WorkflowWorkflowInfo body: workflowWorkflowInfo to update (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body2: workflowWorkflowInfo to update (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body3: workflowWorkflowInfo to update (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body4: workflowWorkflowInfo to update (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body5: workflowWorkflowInfo to update (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body6: workflowWorkflowInfo to update (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body7: workflowWorkflowInfo to update (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body8: workflowWorkflowInfo to update (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body9: workflowWorkflowInfo to update (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body10: workflowWorkflowInfo to update (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body11: workflowWorkflowInfo to update (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body12: workflowWorkflowInfo to update (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body13: workflowWorkflowInfo to update (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body14: workflowWorkflowInfo to update (required) - :param str moid15: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body15: workflowWorkflowInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_workflow_infos_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + return self.workflow_workflow_infos_moid_post_with_http_info(moid, body, **kwargs) else: - (data) = self.workflow_workflow_infos_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs) + (data) = self.workflow_workflow_infos_moid_post_with_http_info(moid, body, **kwargs) return data - def workflow_workflow_infos_moid_post_with_http_info(self, moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, **kwargs): + def workflow_workflow_infos_moid_post_with_http_info(self, moid, body, **kwargs): """ Update an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -1440,46 +531,18 @@ def workflow_workflow_infos_moid_post_with_http_info(self, moid, body, moid2, bo >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_moid_post_with_http_info(moid, body, moid2, body2, moid3, body3, moid4, body4, moid5, body5, moid6, body6, moid7, body7, moid8, body8, moid9, body9, moid10, body10, moid11, body11, moid12, body12, moid13, body13, moid14, body14, moid15, body15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_moid_post_with_http_info(moid, body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowInfo instance. (required) :param WorkflowWorkflowInfo body: workflowWorkflowInfo to update (required) - :param str moid2: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body2: workflowWorkflowInfo to update (required) - :param str moid3: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body3: workflowWorkflowInfo to update (required) - :param str moid4: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body4: workflowWorkflowInfo to update (required) - :param str moid5: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body5: workflowWorkflowInfo to update (required) - :param str moid6: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body6: workflowWorkflowInfo to update (required) - :param str moid7: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body7: workflowWorkflowInfo to update (required) - :param str moid8: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body8: workflowWorkflowInfo to update (required) - :param str moid9: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body9: workflowWorkflowInfo to update (required) - :param str moid10: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body10: workflowWorkflowInfo to update (required) - :param str moid11: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body11: workflowWorkflowInfo to update (required) - :param str moid12: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body12: workflowWorkflowInfo to update (required) - :param str moid13: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body13: workflowWorkflowInfo to update (required) - :param str moid14: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body14: workflowWorkflowInfo to update (required) - :param str moid15: The moid of the workflowWorkflowInfo instance. (required) - :param WorkflowWorkflowInfo body15: workflowWorkflowInfo to update (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'body', 'moid2', 'body2', 'moid3', 'body3', 'moid4', 'body4', 'moid5', 'body5', 'moid6', 'body6', 'moid7', 'body7', 'moid8', 'body8', 'moid9', 'body9', 'moid10', 'body10', 'moid11', 'body11', 'moid12', 'body12', 'moid13', 'body13', 'moid14', 'body14', 'moid15', 'body15'] + all_params = ['moid', 'body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1500,90 +563,6 @@ def workflow_workflow_infos_moid_post_with_http_info(self, moid, body, moid2, bo # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_workflow_infos_moid_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `workflow_workflow_infos_moid_post`") collection_formats = {} @@ -1591,34 +570,6 @@ def workflow_workflow_infos_moid_post_with_http_info(self, moid, body, moid2, bo path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] @@ -1628,8 +579,8 @@ def workflow_workflow_infos_moid_post_with_http_info(self, moid, body, moid2, bo local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) @@ -1656,7 +607,7 @@ def workflow_workflow_infos_moid_post_with_http_info(self, moid, body, moid2, bo _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_workflow_infos_post(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def workflow_workflow_infos_post(self, body, **kwargs): """ Create an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -1665,37 +616,23 @@ def workflow_workflow_infos_post(self, body, body2, body3, body4, body5, body6, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_post(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_post(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param WorkflowWorkflowInfo body: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body2: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body3: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body4: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body5: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body6: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body7: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body8: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body9: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body10: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body11: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body12: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body13: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body14: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body15: workflowWorkflowInfo to add (required) :return: None If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_workflow_infos_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + return self.workflow_workflow_infos_post_with_http_info(body, **kwargs) else: - (data) = self.workflow_workflow_infos_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs) + (data) = self.workflow_workflow_infos_post_with_http_info(body, **kwargs) return data - def workflow_workflow_infos_post_with_http_info(self, body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, **kwargs): + def workflow_workflow_infos_post_with_http_info(self, body, **kwargs): """ Create an instance of 'workflowWorkflowInfo' This method makes a synchronous HTTP request by default. To make an @@ -1704,31 +641,17 @@ def workflow_workflow_infos_post_with_http_info(self, body, body2, body3, body4, >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_infos_post_with_http_info(body, body2, body3, body4, body5, body6, body7, body8, body9, body10, body11, body12, body13, body14, body15, callback=callback_function) + >>> thread = api.workflow_workflow_infos_post_with_http_info(body, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param WorkflowWorkflowInfo body: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body2: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body3: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body4: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body5: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body6: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body7: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body8: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body9: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body10: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body11: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body12: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body13: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body14: workflowWorkflowInfo to add (required) - :param WorkflowWorkflowInfo body15: workflowWorkflowInfo to add (required) :return: None If the method is called asynchronously, returns the request thread. """ - all_params = ['body', 'body2', 'body3', 'body4', 'body5', 'body6', 'body7', 'body8', 'body9', 'body10', 'body11', 'body12', 'body13', 'body14', 'body15'] + all_params = ['body'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -1746,48 +669,6 @@ def workflow_workflow_infos_post_with_http_info(self, body, body2, body3, body4, # verify the required parameter 'body' is set if ('body' not in params) or (params['body'] is None): raise ValueError("Missing the required parameter `body` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body2' is set - if ('body2' not in params) or (params['body2'] is None): - raise ValueError("Missing the required parameter `body2` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body3' is set - if ('body3' not in params) or (params['body3'] is None): - raise ValueError("Missing the required parameter `body3` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body4' is set - if ('body4' not in params) or (params['body4'] is None): - raise ValueError("Missing the required parameter `body4` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body5' is set - if ('body5' not in params) or (params['body5'] is None): - raise ValueError("Missing the required parameter `body5` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body6' is set - if ('body6' not in params) or (params['body6'] is None): - raise ValueError("Missing the required parameter `body6` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body7' is set - if ('body7' not in params) or (params['body7'] is None): - raise ValueError("Missing the required parameter `body7` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body8' is set - if ('body8' not in params) or (params['body8'] is None): - raise ValueError("Missing the required parameter `body8` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body9' is set - if ('body9' not in params) or (params['body9'] is None): - raise ValueError("Missing the required parameter `body9` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body10' is set - if ('body10' not in params) or (params['body10'] is None): - raise ValueError("Missing the required parameter `body10` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body11' is set - if ('body11' not in params) or (params['body11'] is None): - raise ValueError("Missing the required parameter `body11` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body12' is set - if ('body12' not in params) or (params['body12'] is None): - raise ValueError("Missing the required parameter `body12` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body13' is set - if ('body13' not in params) or (params['body13'] is None): - raise ValueError("Missing the required parameter `body13` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body14' is set - if ('body14' not in params) or (params['body14'] is None): - raise ValueError("Missing the required parameter `body14` when calling `workflow_workflow_infos_post`") - # verify the required parameter 'body15' is set - if ('body15' not in params) or (params['body15'] is None): - raise ValueError("Missing the required parameter `body15` when calling `workflow_workflow_infos_post`") collection_formats = {} @@ -1802,8 +683,8 @@ def workflow_workflow_infos_post_with_http_info(self, body, body2, body3, body4, local_var_files = {} body_params = None - if 'body15' in params: - body_params = params['body15'] + if 'body' in params: + body_params = params['body'] # HTTP header `Accept` header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) diff --git a/intersight/apis/workflow_workflow_meta_api.py b/intersight/apis/workflow_workflow_meta_api.py index 03f9abfa..9802013f 100644 --- a/intersight/apis/workflow_workflow_meta_api.py +++ b/intersight/apis/workflow_workflow_meta_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,137 +63,6 @@ def workflow_workflow_meta_get(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowWorkflowMetaList If the method is called asynchronously, returns the request thread. @@ -228,143 +97,12 @@ def workflow_workflow_meta_get_with_http_info(self, **kwargs): :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' - :param bool count2: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount2: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top2: The max number of records to return - :param int skip2: The number of records to skip - :param str filter2: 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') - :param str select2: Specifies a subset of properties to return - :param str orderby2: Determines what values are used to order a collection of records - :param str expand2: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply2: 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 at2: 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' - :param bool count3: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount3: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top3: The max number of records to return - :param int skip3: The number of records to skip - :param str filter3: 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') - :param str select3: Specifies a subset of properties to return - :param str orderby3: Determines what values are used to order a collection of records - :param str expand3: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply3: 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 at3: 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' - :param bool count4: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount4: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top4: The max number of records to return - :param int skip4: The number of records to skip - :param str filter4: 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') - :param str select4: Specifies a subset of properties to return - :param str orderby4: Determines what values are used to order a collection of records - :param str expand4: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply4: 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 at4: 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' - :param bool count5: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount5: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top5: The max number of records to return - :param int skip5: The number of records to skip - :param str filter5: 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') - :param str select5: Specifies a subset of properties to return - :param str orderby5: Determines what values are used to order a collection of records - :param str expand5: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply5: 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 at5: 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' - :param bool count6: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount6: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top6: The max number of records to return - :param int skip6: The number of records to skip - :param str filter6: 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') - :param str select6: Specifies a subset of properties to return - :param str orderby6: Determines what values are used to order a collection of records - :param str expand6: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply6: 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 at6: 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' - :param bool count7: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount7: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top7: The max number of records to return - :param int skip7: The number of records to skip - :param str filter7: 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') - :param str select7: Specifies a subset of properties to return - :param str orderby7: Determines what values are used to order a collection of records - :param str expand7: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply7: 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 bool count8: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount8: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top8: The max number of records to return - :param int skip8: The number of records to skip - :param str filter8: 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') - :param str select8: Specifies a subset of properties to return - :param str orderby8: Determines what values are used to order a collection of records - :param str expand8: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply8: 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 bool count9: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount9: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top9: The max number of records to return - :param int skip9: The number of records to skip - :param str filter9: 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') - :param str select9: Specifies a subset of properties to return - :param str orderby9: Determines what values are used to order a collection of records - :param str expand9: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply9: 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 bool count10: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount10: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top10: The max number of records to return - :param int skip10: The number of records to skip - :param str filter10: 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') - :param str select10: Specifies a subset of properties to return - :param str orderby10: Determines what values are used to order a collection of records - :param str expand10: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply10: 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 bool count11: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount11: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top11: The max number of records to return - :param int skip11: The number of records to skip - :param str filter11: 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') - :param str select11: Specifies a subset of properties to return - :param str orderby11: Determines what values are used to order a collection of records - :param str expand11: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply11: 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 bool count12: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount12: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top12: The max number of records to return - :param int skip12: The number of records to skip - :param str filter12: 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') - :param str select12: Specifies a subset of properties to return - :param str orderby12: Determines what values are used to order a collection of records - :param str expand12: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply12: 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 bool count13: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount13: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top13: The max number of records to return - :param int skip13: The number of records to skip - :param str filter13: 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') - :param str select13: Specifies a subset of properties to return - :param str orderby13: Determines what values are used to order a collection of records - :param str expand13: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply13: 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 bool count14: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount14: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top14: The max number of records to return - :param int skip14: The number of records to skip - :param str filter14: 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') - :param str select14: Specifies a subset of properties to return - :param str orderby14: Determines what values are used to order a collection of records - :param str expand14: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply14: 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 bool count15: The $count query option allows clients to request a count of the matching resources. - :param str inlinecount15: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param int top15: The max number of records to return - :param int skip15: The number of records to skip - :param str filter15: 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') - :param str select15: Specifies a subset of properties to return - :param str orderby15: Determines what values are used to order a collection of records - :param str expand15: Specify additional attributes or related records to return. Supports only 'DisplayNames' attribute now. Query examples: $expand=DisplayNames - :param str apply15: 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)) :return: WorkflowWorkflowMetaList If the method is called asynchronously, returns the request thread. """ - all_params = ['count', 'inlinecount', 'top', 'skip', 'filter', 'select', 'orderby', 'expand', 'apply', 'at', 'count2', 'inlinecount2', 'top2', 'skip2', 'filter2', 'select2', 'orderby2', 'expand2', 'apply2', 'at2', 'count3', 'inlinecount3', 'top3', 'skip3', 'filter3', 'select3', 'orderby3', 'expand3', 'apply3', 'at3', 'count4', 'inlinecount4', 'top4', 'skip4', 'filter4', 'select4', 'orderby4', 'expand4', 'apply4', 'at4', 'count5', 'inlinecount5', 'top5', 'skip5', 'filter5', 'select5', 'orderby5', 'expand5', 'apply5', 'at5', 'count6', 'inlinecount6', 'top6', 'skip6', 'filter6', 'select6', 'orderby6', 'expand6', 'apply6', 'at6', 'count7', 'inlinecount7', 'top7', 'skip7', 'filter7', 'select7', 'orderby7', 'expand7', 'apply7', 'count8', 'inlinecount8', 'top8', 'skip8', 'filter8', 'select8', 'orderby8', 'expand8', 'apply8', 'count9', 'inlinecount9', 'top9', 'skip9', 'filter9', 'select9', 'orderby9', 'expand9', 'apply9', 'count10', 'inlinecount10', 'top10', 'skip10', 'filter10', 'select10', 'orderby10', 'expand10', 'apply10', 'count11', 'inlinecount11', 'top11', 'skip11', 'filter11', 'select11', 'orderby11', 'expand11', 'apply11', 'count12', 'inlinecount12', 'top12', 'skip12', 'filter12', 'select12', 'orderby12', 'expand12', 'apply12', 'count13', 'inlinecount13', 'top13', 'skip13', 'filter13', 'select13', 'orderby13', 'expand13', 'apply13', 'count14', 'inlinecount14', 'top14', 'skip14', 'filter14', 'select14', 'orderby14', 'expand14', 'apply14', 'count15', 'inlinecount15', 'top15', 'skip15', 'filter15', 'select15', 'orderby15', 'expand15', 'apply15'] + 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') @@ -406,268 +144,6 @@ def workflow_workflow_meta_get_with_http_info(self, **kwargs): query_params.append(('$apply', params['apply'])) if 'at' in params: query_params.append(('at', params['at'])) - if 'count2' in params: - query_params.append(('$count', params['count2'])) - if 'inlinecount2' in params: - query_params.append(('$inlinecount', params['inlinecount2'])) - if 'top2' in params: - query_params.append(('$top', params['top2'])) - if 'skip2' in params: - query_params.append(('$skip', params['skip2'])) - if 'filter2' in params: - query_params.append(('$filter', params['filter2'])) - if 'select2' in params: - query_params.append(('$select', params['select2'])) - if 'orderby2' in params: - query_params.append(('$orderby', params['orderby2'])) - if 'expand2' in params: - query_params.append(('$expand', params['expand2'])) - if 'apply2' in params: - query_params.append(('$apply', params['apply2'])) - if 'at2' in params: - query_params.append(('at', params['at2'])) - if 'count3' in params: - query_params.append(('$count', params['count3'])) - if 'inlinecount3' in params: - query_params.append(('$inlinecount', params['inlinecount3'])) - if 'top3' in params: - query_params.append(('$top', params['top3'])) - if 'skip3' in params: - query_params.append(('$skip', params['skip3'])) - if 'filter3' in params: - query_params.append(('$filter', params['filter3'])) - if 'select3' in params: - query_params.append(('$select', params['select3'])) - if 'orderby3' in params: - query_params.append(('$orderby', params['orderby3'])) - if 'expand3' in params: - query_params.append(('$expand', params['expand3'])) - if 'apply3' in params: - query_params.append(('$apply', params['apply3'])) - if 'at3' in params: - query_params.append(('at', params['at3'])) - if 'count4' in params: - query_params.append(('$count', params['count4'])) - if 'inlinecount4' in params: - query_params.append(('$inlinecount', params['inlinecount4'])) - if 'top4' in params: - query_params.append(('$top', params['top4'])) - if 'skip4' in params: - query_params.append(('$skip', params['skip4'])) - if 'filter4' in params: - query_params.append(('$filter', params['filter4'])) - if 'select4' in params: - query_params.append(('$select', params['select4'])) - if 'orderby4' in params: - query_params.append(('$orderby', params['orderby4'])) - if 'expand4' in params: - query_params.append(('$expand', params['expand4'])) - if 'apply4' in params: - query_params.append(('$apply', params['apply4'])) - if 'at4' in params: - query_params.append(('at', params['at4'])) - if 'count5' in params: - query_params.append(('$count', params['count5'])) - if 'inlinecount5' in params: - query_params.append(('$inlinecount', params['inlinecount5'])) - if 'top5' in params: - query_params.append(('$top', params['top5'])) - if 'skip5' in params: - query_params.append(('$skip', params['skip5'])) - if 'filter5' in params: - query_params.append(('$filter', params['filter5'])) - if 'select5' in params: - query_params.append(('$select', params['select5'])) - if 'orderby5' in params: - query_params.append(('$orderby', params['orderby5'])) - if 'expand5' in params: - query_params.append(('$expand', params['expand5'])) - if 'apply5' in params: - query_params.append(('$apply', params['apply5'])) - if 'at5' in params: - query_params.append(('at', params['at5'])) - if 'count6' in params: - query_params.append(('$count', params['count6'])) - if 'inlinecount6' in params: - query_params.append(('$inlinecount', params['inlinecount6'])) - if 'top6' in params: - query_params.append(('$top', params['top6'])) - if 'skip6' in params: - query_params.append(('$skip', params['skip6'])) - if 'filter6' in params: - query_params.append(('$filter', params['filter6'])) - if 'select6' in params: - query_params.append(('$select', params['select6'])) - if 'orderby6' in params: - query_params.append(('$orderby', params['orderby6'])) - if 'expand6' in params: - query_params.append(('$expand', params['expand6'])) - if 'apply6' in params: - query_params.append(('$apply', params['apply6'])) - if 'at6' in params: - query_params.append(('at', params['at6'])) - if 'count7' in params: - query_params.append(('$count', params['count7'])) - if 'inlinecount7' in params: - query_params.append(('$inlinecount', params['inlinecount7'])) - if 'top7' in params: - query_params.append(('$top', params['top7'])) - if 'skip7' in params: - query_params.append(('$skip', params['skip7'])) - if 'filter7' in params: - query_params.append(('$filter', params['filter7'])) - if 'select7' in params: - query_params.append(('$select', params['select7'])) - if 'orderby7' in params: - query_params.append(('$orderby', params['orderby7'])) - if 'expand7' in params: - query_params.append(('$expand', params['expand7'])) - if 'apply7' in params: - query_params.append(('$apply', params['apply7'])) - if 'count8' in params: - query_params.append(('$count', params['count8'])) - if 'inlinecount8' in params: - query_params.append(('$inlinecount', params['inlinecount8'])) - if 'top8' in params: - query_params.append(('$top', params['top8'])) - if 'skip8' in params: - query_params.append(('$skip', params['skip8'])) - if 'filter8' in params: - query_params.append(('$filter', params['filter8'])) - if 'select8' in params: - query_params.append(('$select', params['select8'])) - if 'orderby8' in params: - query_params.append(('$orderby', params['orderby8'])) - if 'expand8' in params: - query_params.append(('$expand', params['expand8'])) - if 'apply8' in params: - query_params.append(('$apply', params['apply8'])) - if 'count9' in params: - query_params.append(('$count', params['count9'])) - if 'inlinecount9' in params: - query_params.append(('$inlinecount', params['inlinecount9'])) - if 'top9' in params: - query_params.append(('$top', params['top9'])) - if 'skip9' in params: - query_params.append(('$skip', params['skip9'])) - if 'filter9' in params: - query_params.append(('$filter', params['filter9'])) - if 'select9' in params: - query_params.append(('$select', params['select9'])) - if 'orderby9' in params: - query_params.append(('$orderby', params['orderby9'])) - if 'expand9' in params: - query_params.append(('$expand', params['expand9'])) - if 'apply9' in params: - query_params.append(('$apply', params['apply9'])) - if 'count10' in params: - query_params.append(('$count', params['count10'])) - if 'inlinecount10' in params: - query_params.append(('$inlinecount', params['inlinecount10'])) - if 'top10' in params: - query_params.append(('$top', params['top10'])) - if 'skip10' in params: - query_params.append(('$skip', params['skip10'])) - if 'filter10' in params: - query_params.append(('$filter', params['filter10'])) - if 'select10' in params: - query_params.append(('$select', params['select10'])) - if 'orderby10' in params: - query_params.append(('$orderby', params['orderby10'])) - if 'expand10' in params: - query_params.append(('$expand', params['expand10'])) - if 'apply10' in params: - query_params.append(('$apply', params['apply10'])) - if 'count11' in params: - query_params.append(('$count', params['count11'])) - if 'inlinecount11' in params: - query_params.append(('$inlinecount', params['inlinecount11'])) - if 'top11' in params: - query_params.append(('$top', params['top11'])) - if 'skip11' in params: - query_params.append(('$skip', params['skip11'])) - if 'filter11' in params: - query_params.append(('$filter', params['filter11'])) - if 'select11' in params: - query_params.append(('$select', params['select11'])) - if 'orderby11' in params: - query_params.append(('$orderby', params['orderby11'])) - if 'expand11' in params: - query_params.append(('$expand', params['expand11'])) - if 'apply11' in params: - query_params.append(('$apply', params['apply11'])) - if 'count12' in params: - query_params.append(('$count', params['count12'])) - if 'inlinecount12' in params: - query_params.append(('$inlinecount', params['inlinecount12'])) - if 'top12' in params: - query_params.append(('$top', params['top12'])) - if 'skip12' in params: - query_params.append(('$skip', params['skip12'])) - if 'filter12' in params: - query_params.append(('$filter', params['filter12'])) - if 'select12' in params: - query_params.append(('$select', params['select12'])) - if 'orderby12' in params: - query_params.append(('$orderby', params['orderby12'])) - if 'expand12' in params: - query_params.append(('$expand', params['expand12'])) - if 'apply12' in params: - query_params.append(('$apply', params['apply12'])) - if 'count13' in params: - query_params.append(('$count', params['count13'])) - if 'inlinecount13' in params: - query_params.append(('$inlinecount', params['inlinecount13'])) - if 'top13' in params: - query_params.append(('$top', params['top13'])) - if 'skip13' in params: - query_params.append(('$skip', params['skip13'])) - if 'filter13' in params: - query_params.append(('$filter', params['filter13'])) - if 'select13' in params: - query_params.append(('$select', params['select13'])) - if 'orderby13' in params: - query_params.append(('$orderby', params['orderby13'])) - if 'expand13' in params: - query_params.append(('$expand', params['expand13'])) - if 'apply13' in params: - query_params.append(('$apply', params['apply13'])) - if 'count14' in params: - query_params.append(('$count', params['count14'])) - if 'inlinecount14' in params: - query_params.append(('$inlinecount', params['inlinecount14'])) - if 'top14' in params: - query_params.append(('$top', params['top14'])) - if 'skip14' in params: - query_params.append(('$skip', params['skip14'])) - if 'filter14' in params: - query_params.append(('$filter', params['filter14'])) - if 'select14' in params: - query_params.append(('$select', params['select14'])) - if 'orderby14' in params: - query_params.append(('$orderby', params['orderby14'])) - if 'expand14' in params: - query_params.append(('$expand', params['expand14'])) - if 'apply14' in params: - query_params.append(('$apply', params['apply14'])) - if 'count15' in params: - query_params.append(('$count', params['count15'])) - if 'inlinecount15' in params: - query_params.append(('$inlinecount', params['inlinecount15'])) - if 'top15' in params: - query_params.append(('$top', params['top15'])) - if 'skip15' in params: - query_params.append(('$skip', params['skip15'])) - if 'filter15' in params: - query_params.append(('$filter', params['filter15'])) - if 'select15' in params: - query_params.append(('$select', params['select15'])) - if 'orderby15' in params: - query_params.append(('$orderby', params['orderby15'])) - if 'expand15' in params: - query_params.append(('$expand', params['expand15'])) - if 'apply15' in params: - query_params.append(('$apply', params['apply15'])) header_params = {} @@ -701,7 +177,7 @@ def workflow_workflow_meta_get_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def workflow_workflow_meta_moid_get(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_workflow_meta_moid_get(self, moid, **kwargs): """ Get a specific instance of 'workflowWorkflowMeta' This method makes a synchronous HTTP request by default. To make an @@ -710,37 +186,23 @@ def workflow_workflow_meta_moid_get(self, moid, moid2, moid3, moid4, moid5, moid >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_meta_moid_get(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_workflow_meta_moid_get(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowMeta instance. (required) - :param str moid2: The moid of the workflowWorkflowMeta instance. (required) - :param str moid3: The moid of the workflowWorkflowMeta instance. (required) - :param str moid4: The moid of the workflowWorkflowMeta instance. (required) - :param str moid5: The moid of the workflowWorkflowMeta instance. (required) - :param str moid6: The moid of the workflowWorkflowMeta instance. (required) - :param str moid7: The moid of the workflowWorkflowMeta instance. (required) - :param str moid8: The moid of the workflowWorkflowMeta instance. (required) - :param str moid9: The moid of the workflowWorkflowMeta instance. (required) - :param str moid10: The moid of the workflowWorkflowMeta instance. (required) - :param str moid11: The moid of the workflowWorkflowMeta instance. (required) - :param str moid12: The moid of the workflowWorkflowMeta instance. (required) - :param str moid13: The moid of the workflowWorkflowMeta instance. (required) - :param str moid14: The moid of the workflowWorkflowMeta instance. (required) - :param str moid15: The moid of the workflowWorkflowMeta instance. (required) :return: WorkflowWorkflowMeta If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.workflow_workflow_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + return self.workflow_workflow_meta_moid_get_with_http_info(moid, **kwargs) else: - (data) = self.workflow_workflow_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs) + (data) = self.workflow_workflow_meta_moid_get_with_http_info(moid, **kwargs) return data - def workflow_workflow_meta_moid_get_with_http_info(self, moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, **kwargs): + def workflow_workflow_meta_moid_get_with_http_info(self, moid, **kwargs): """ Get a specific instance of 'workflowWorkflowMeta' This method makes a synchronous HTTP request by default. To make an @@ -749,31 +211,17 @@ def workflow_workflow_meta_moid_get_with_http_info(self, moid, moid2, moid3, moi >>> def callback_function(response): >>> pprint(response) >>> - >>> thread = api.workflow_workflow_meta_moid_get_with_http_info(moid, moid2, moid3, moid4, moid5, moid6, moid7, moid8, moid9, moid10, moid11, moid12, moid13, moid14, moid15, callback=callback_function) + >>> thread = api.workflow_workflow_meta_moid_get_with_http_info(moid, callback=callback_function) :param callback function: The callback function for asynchronous request. (optional) :param str moid: The moid of the workflowWorkflowMeta instance. (required) - :param str moid2: The moid of the workflowWorkflowMeta instance. (required) - :param str moid3: The moid of the workflowWorkflowMeta instance. (required) - :param str moid4: The moid of the workflowWorkflowMeta instance. (required) - :param str moid5: The moid of the workflowWorkflowMeta instance. (required) - :param str moid6: The moid of the workflowWorkflowMeta instance. (required) - :param str moid7: The moid of the workflowWorkflowMeta instance. (required) - :param str moid8: The moid of the workflowWorkflowMeta instance. (required) - :param str moid9: The moid of the workflowWorkflowMeta instance. (required) - :param str moid10: The moid of the workflowWorkflowMeta instance. (required) - :param str moid11: The moid of the workflowWorkflowMeta instance. (required) - :param str moid12: The moid of the workflowWorkflowMeta instance. (required) - :param str moid13: The moid of the workflowWorkflowMeta instance. (required) - :param str moid14: The moid of the workflowWorkflowMeta instance. (required) - :param str moid15: The moid of the workflowWorkflowMeta instance. (required) :return: WorkflowWorkflowMeta If the method is called asynchronously, returns the request thread. """ - all_params = ['moid', 'moid2', 'moid3', 'moid4', 'moid5', 'moid6', 'moid7', 'moid8', 'moid9', 'moid10', 'moid11', 'moid12', 'moid13', 'moid14', 'moid15'] + all_params = ['moid'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -791,48 +239,6 @@ def workflow_workflow_meta_moid_get_with_http_info(self, moid, moid2, moid3, moi # verify the required parameter 'moid' is set if ('moid' not in params) or (params['moid'] is None): raise ValueError("Missing the required parameter `moid` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid2' is set - if ('moid2' not in params) or (params['moid2'] is None): - raise ValueError("Missing the required parameter `moid2` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid3' is set - if ('moid3' not in params) or (params['moid3'] is None): - raise ValueError("Missing the required parameter `moid3` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid4' is set - if ('moid4' not in params) or (params['moid4'] is None): - raise ValueError("Missing the required parameter `moid4` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid5' is set - if ('moid5' not in params) or (params['moid5'] is None): - raise ValueError("Missing the required parameter `moid5` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid6' is set - if ('moid6' not in params) or (params['moid6'] is None): - raise ValueError("Missing the required parameter `moid6` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid7' is set - if ('moid7' not in params) or (params['moid7'] is None): - raise ValueError("Missing the required parameter `moid7` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid8' is set - if ('moid8' not in params) or (params['moid8'] is None): - raise ValueError("Missing the required parameter `moid8` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid9' is set - if ('moid9' not in params) or (params['moid9'] is None): - raise ValueError("Missing the required parameter `moid9` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid10' is set - if ('moid10' not in params) or (params['moid10'] is None): - raise ValueError("Missing the required parameter `moid10` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid11' is set - if ('moid11' not in params) or (params['moid11'] is None): - raise ValueError("Missing the required parameter `moid11` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid12' is set - if ('moid12' not in params) or (params['moid12'] is None): - raise ValueError("Missing the required parameter `moid12` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid13' is set - if ('moid13' not in params) or (params['moid13'] is None): - raise ValueError("Missing the required parameter `moid13` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid14' is set - if ('moid14' not in params) or (params['moid14'] is None): - raise ValueError("Missing the required parameter `moid14` when calling `workflow_workflow_meta_moid_get`") - # verify the required parameter 'moid15' is set - if ('moid15' not in params) or (params['moid15'] is None): - raise ValueError("Missing the required parameter `moid15` when calling `workflow_workflow_meta_moid_get`") collection_formats = {} @@ -840,34 +246,6 @@ def workflow_workflow_meta_moid_get_with_http_info(self, moid, moid2, moid3, moi path_params = {} if 'moid' in params: path_params['moid'] = params['moid'] - if 'moid2' in params: - path_params['moid'] = params['moid2'] - if 'moid3' in params: - path_params['moid'] = params['moid3'] - if 'moid4' in params: - path_params['moid'] = params['moid4'] - if 'moid5' in params: - path_params['moid'] = params['moid5'] - if 'moid6' in params: - path_params['moid'] = params['moid6'] - if 'moid7' in params: - path_params['moid'] = params['moid7'] - if 'moid8' in params: - path_params['moid'] = params['moid8'] - if 'moid9' in params: - path_params['moid'] = params['moid9'] - if 'moid10' in params: - path_params['moid'] = params['moid10'] - if 'moid11' in params: - path_params['moid'] = params['moid11'] - if 'moid12' in params: - path_params['moid'] = params['moid12'] - if 'moid13' in params: - path_params['moid'] = params['moid13'] - if 'moid14' in params: - path_params['moid'] = params['moid14'] - if 'moid15' in params: - path_params['moid'] = params['moid15'] query_params = [] diff --git a/intersight/apis/workflow_workflow_task_api.py b/intersight/apis/workflow_workflow_task_api.py deleted file mode 100644 index cafa693a..00000000 --- a/intersight/apis/workflow_workflow_task_api.py +++ /dev/null @@ -1,278 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import sys -import os -import re - -# python 2 and python 3 compatibility library -from six import iteritems - -from ..configuration import Configuration -from ..api_client import ApiClient - - -class WorkflowWorkflowTaskApi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - Ref: https://github.com/swagger-api/swagger-codegen - """ - - def __init__(self, api_client=None): - config = Configuration() - if api_client: - self.api_client = api_client - else: - if not config.api_client: - config.api_client = ApiClient() - self.api_client = config.api_client - - def workflow_workflow_tasks_get(self, **kwargs): - """ - List of workflowWorkflowTasks - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.workflow_workflow_tasks_get(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: WorkflowWorkflowTaskList - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.workflow_workflow_tasks_get_with_http_info(**kwargs) - else: - (data) = self.workflow_workflow_tasks_get_with_http_info(**kwargs) - return data - - def workflow_workflow_tasks_get_with_http_info(self, **kwargs): - """ - List of workflowWorkflowTasks - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.workflow_workflow_tasks_get_with_http_info(callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param bool count: The $count query option allows clients to request a count of the matching resources. - :param bool inlinecount: The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response - :param bool tags: The 'tags' query option allows clients to request a document with tag usage summary. - :param int top: The max number of records to return - :param int skip: The number of records to skip - :param str filter: 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') - :param str select: Specifies a subset of properties to return - :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 - :return: WorkflowWorkflowTaskList - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['count', 'inlinecount', 'tags', 'top', 'skip', 'filter', 'select', 'orderby', 'expand'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method workflow_workflow_tasks_get" % key - ) - params[key] = val - del params['kwargs'] - - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'count' in params: - query_params.append(('$count', params['count'])) - if 'inlinecount' in params: - query_params.append(('$inlinecount', params['inlinecount'])) - if 'tags' in params: - query_params.append(('tags', params['tags'])) - if 'top' in params: - query_params.append(('$top', params['top'])) - if 'skip' in params: - query_params.append(('$skip', params['skip'])) - if 'filter' in params: - query_params.append(('$filter', params['filter'])) - if 'select' in params: - query_params.append(('$select', params['select'])) - if 'orderby' in params: - query_params.append(('$orderby', params['orderby'])) - if 'expand' in params: - query_params.append(('$expand', params['expand'])) - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/workflow/WorkflowTasks', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='WorkflowWorkflowTaskList', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - - def workflow_workflow_tasks_moid_get(self, moid, **kwargs): - """ - A instance of workflowWorkflowTask - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.workflow_workflow_tasks_moid_get(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the workflowWorkflowTask instance. (required) - :return: WorkflowWorkflowTask - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.workflow_workflow_tasks_moid_get_with_http_info(moid, **kwargs) - else: - (data) = self.workflow_workflow_tasks_moid_get_with_http_info(moid, **kwargs) - return data - - def workflow_workflow_tasks_moid_get_with_http_info(self, moid, **kwargs): - """ - A instance of workflowWorkflowTask - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.workflow_workflow_tasks_moid_get_with_http_info(moid, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str moid: The moid of the workflowWorkflowTask instance. (required) - :return: WorkflowWorkflowTask - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['moid'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method workflow_workflow_tasks_moid_get" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'moid' is set - if ('moid' not in params) or (params['moid'] is None): - raise ValueError("Missing the required parameter `moid` when calling `workflow_workflow_tasks_moid_get`") - - - collection_formats = {} - - path_params = {} - if 'moid' in params: - path_params['moid'] = params['moid'] - - query_params = [] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # HTTP header `Content-Type` - header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api('/workflow/WorkflowTasks/{moid}', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='WorkflowWorkflowTask', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) diff --git a/intersight/configuration.py b/intersight/configuration.py index 281540c8..0922c6af 100644 --- a/intersight/configuration.py +++ b/intersight/configuration.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -219,6 +219,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.0.9-228\n"\ + "Version of the API: 1.0.9-255\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/intersight/models/__init__.py b/intersight/models/__init__.py index 378017d2..5c5f4c20 100644 --- a/intersight/models/__init__.py +++ b/intersight/models/__init__.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -68,7 +68,6 @@ from .equipment_tpm_list import EquipmentTpmList from .error import Error from .ether_physical_port_list import EtherPhysicalPortList -from .externalsite_authorization_list import ExternalsiteAuthorizationList from .fault_instance_list import FaultInstanceList from .fc_physical_port_list import FcPhysicalPortList from .feedback_feedback_data import FeedbackFeedbackData @@ -112,7 +111,6 @@ from .hyperflex_hx_uu_id_dt import HyperflexHxUuIdDt from .hyperflex_hxdp_version_list import HyperflexHxdpVersionList from .hyperflex_ip_addr_range import HyperflexIpAddrRange -from .hyperflex_iterator_string import HyperflexIteratorString from .hyperflex_local_credential_policy_list import HyperflexLocalCredentialPolicyList from .hyperflex_logical_availability_zone import HyperflexLogicalAvailabilityZone from .hyperflex_mac_addr_prefix_range import HyperflexMacAddrPrefixRange @@ -399,8 +397,6 @@ from .equipment_system_io_controller_ref import EquipmentSystemIoControllerRef from .equipment_tpm_ref import EquipmentTpmRef from .ether_physical_port_ref import EtherPhysicalPortRef -from .externalsite_authorization import ExternalsiteAuthorization -from .externalsite_authorization_ref import ExternalsiteAuthorizationRef from .extsearch_app_config_ref import ExtsearchAppConfigRef from .extsearch_import_ref import ExtsearchImportRef from .fault_instance_ref import FaultInstanceRef @@ -485,7 +481,6 @@ from .hyperflex_hxdp_version_ref import HyperflexHxdpVersionRef from .hyperflex_installer_image_ref import HyperflexInstallerImageRef from .hyperflex_ip_addr_range_ref import HyperflexIpAddrRangeRef -from .hyperflex_iterator_string_ref import HyperflexIteratorStringRef from .hyperflex_local_credential_policy_ref import HyperflexLocalCredentialPolicyRef from .hyperflex_logical_availability_zone_ref import HyperflexLogicalAvailabilityZoneRef from .hyperflex_mac_addr_prefix_range_ref import HyperflexMacAddrPrefixRangeRef @@ -635,7 +630,6 @@ from .mo_base_mo_ref import MoBaseMoRef from .mo_interest_registration_ref import MoInterestRegistrationRef from .mo_mo_ref_ref import MoMoRefRef -from .mo_snapshot_ref import MoSnapshotRef from .mo_tag_ref import MoTagRef from .mo_version_context_ref import MoVersionContextRef from .network_element_ref import NetworkElementRef diff --git a/intersight/models/aaa_abstract_audit_record.py b/intersight/models/aaa_abstract_audit_record.py index d9f4c9e2..ad46b5c3 100644 --- a/intersight/models/aaa_abstract_audit_record.py +++ b/intersight/models/aaa_abstract_audit_record.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_abstract_audit_record_ref.py b/intersight/models/aaa_abstract_audit_record_ref.py index 789e1fd6..ed2ebe78 100644 --- a/intersight/models/aaa_abstract_audit_record_ref.py +++ b/intersight/models/aaa_abstract_audit_record_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record.py b/intersight/models/aaa_audit_record.py index 73737f49..202e68d0 100644 --- a/intersight/models/aaa_audit_record.py +++ b/intersight/models/aaa_audit_record.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record_list.py b/intersight/models/aaa_audit_record_list.py index dbfc1b3c..500c2947 100644 --- a/intersight/models/aaa_audit_record_list.py +++ b/intersight/models/aaa_audit_record_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record_local_ref.py b/intersight/models/aaa_audit_record_local_ref.py index 79c39393..d3de2760 100644 --- a/intersight/models/aaa_audit_record_local_ref.py +++ b/intersight/models/aaa_audit_record_local_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record_ref.py b/intersight/models/aaa_audit_record_ref.py index dfcc4359..b5646e7b 100644 --- a/intersight/models/aaa_audit_record_ref.py +++ b/intersight/models/aaa_audit_record_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_ext_eth_interface.py b/intersight/models/adapter_ext_eth_interface.py index 94b7b0b4..7e38800a 100644 --- a/intersight/models/adapter_ext_eth_interface.py +++ b/intersight/models/adapter_ext_eth_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_ext_eth_interface_list.py b/intersight/models/adapter_ext_eth_interface_list.py index a83a4fcb..273740c4 100644 --- a/intersight/models/adapter_ext_eth_interface_list.py +++ b/intersight/models/adapter_ext_eth_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_ext_eth_interface_ref.py b/intersight/models/adapter_ext_eth_interface_ref.py index 8ba71e12..0efa0430 100644 --- a/intersight/models/adapter_ext_eth_interface_ref.py +++ b/intersight/models/adapter_ext_eth_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_eth_interface.py b/intersight/models/adapter_host_eth_interface.py index 3796c864..87e9eda7 100644 --- a/intersight/models/adapter_host_eth_interface.py +++ b/intersight/models/adapter_host_eth_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_eth_interface_list.py b/intersight/models/adapter_host_eth_interface_list.py index ffc89969..a4d2b36c 100644 --- a/intersight/models/adapter_host_eth_interface_list.py +++ b/intersight/models/adapter_host_eth_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_eth_interface_ref.py b/intersight/models/adapter_host_eth_interface_ref.py index 3ec5312b..ec8f1eb3 100644 --- a/intersight/models/adapter_host_eth_interface_ref.py +++ b/intersight/models/adapter_host_eth_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_fc_interface.py b/intersight/models/adapter_host_fc_interface.py index f921566c..7416dff9 100644 --- a/intersight/models/adapter_host_fc_interface.py +++ b/intersight/models/adapter_host_fc_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_fc_interface_list.py b/intersight/models/adapter_host_fc_interface_list.py index e07857da..27c6062c 100644 --- a/intersight/models/adapter_host_fc_interface_list.py +++ b/intersight/models/adapter_host_fc_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_fc_interface_ref.py b/intersight/models/adapter_host_fc_interface_ref.py index 6d6f2dab..11de9d67 100644 --- a/intersight/models/adapter_host_fc_interface_ref.py +++ b/intersight/models/adapter_host_fc_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_iscsi_interface.py b/intersight/models/adapter_host_iscsi_interface.py index c08bfae0..cedceb15 100644 --- a/intersight/models/adapter_host_iscsi_interface.py +++ b/intersight/models/adapter_host_iscsi_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_iscsi_interface_list.py b/intersight/models/adapter_host_iscsi_interface_list.py index d7831323..af21f31e 100644 --- a/intersight/models/adapter_host_iscsi_interface_list.py +++ b/intersight/models/adapter_host_iscsi_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_iscsi_interface_ref.py b/intersight/models/adapter_host_iscsi_interface_ref.py index ce36b971..6675014c 100644 --- a/intersight/models/adapter_host_iscsi_interface_ref.py +++ b/intersight/models/adapter_host_iscsi_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_unit.py b/intersight/models/adapter_unit.py index 9435f3c4..49e03386 100644 --- a/intersight/models/adapter_unit.py +++ b/intersight/models/adapter_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_unit_list.py b/intersight/models/adapter_unit_list.py index 81837662..ccebc98a 100644 --- a/intersight/models/adapter_unit_list.py +++ b/intersight/models/adapter_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_unit_ref.py b/intersight/models/adapter_unit_ref.py index 739274d9..9562374b 100644 --- a/intersight/models/adapter_unit_ref.py +++ b/intersight/models/adapter_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_cluster_member.py b/intersight/models/asset_cluster_member.py index 9362feeb..56e690b5 100644 --- a/intersight/models/asset_cluster_member.py +++ b/intersight/models/asset_cluster_member.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_cluster_member_list.py b/intersight/models/asset_cluster_member_list.py index 2e459f4f..f27637bb 100644 --- a/intersight/models/asset_cluster_member_list.py +++ b/intersight/models/asset_cluster_member_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_cluster_member_ref.py b/intersight/models/asset_cluster_member_ref.py index 780bc703..7a3796f2 100644 --- a/intersight/models/asset_cluster_member_ref.py +++ b/intersight/models/asset_cluster_member_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_connection_control_message_ref.py b/intersight/models/asset_connection_control_message_ref.py index f78b77bb..d1dcf465 100644 --- a/intersight/models/asset_connection_control_message_ref.py +++ b/intersight/models/asset_connection_control_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_claim.py b/intersight/models/asset_device_claim.py index 48c096b9..b60b9266 100644 --- a/intersight/models/asset_device_claim.py +++ b/intersight/models/asset_device_claim.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_claim_ref.py b/intersight/models/asset_device_claim_ref.py index 3ef7bf00..dd073e87 100644 --- a/intersight/models/asset_device_claim_ref.py +++ b/intersight/models/asset_device_claim_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_configuration.py b/intersight/models/asset_device_configuration.py index 60bac58a..92d51633 100644 --- a/intersight/models/asset_device_configuration.py +++ b/intersight/models/asset_device_configuration.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_configuration_list.py b/intersight/models/asset_device_configuration_list.py index 4b2c7824..80ef0e52 100644 --- a/intersight/models/asset_device_configuration_list.py +++ b/intersight/models/asset_device_configuration_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_configuration_ref.py b/intersight/models/asset_device_configuration_ref.py index 08a5099f..1e06248a 100644 --- a/intersight/models/asset_device_configuration_ref.py +++ b/intersight/models/asset_device_configuration_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_connection.py b/intersight/models/asset_device_connection.py index befec802..3a570315 100644 --- a/intersight/models/asset_device_connection.py +++ b/intersight/models/asset_device_connection.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_connection_ref.py b/intersight/models/asset_device_connection_ref.py index acc40df6..9b14fef8 100644 --- a/intersight/models/asset_device_connection_ref.py +++ b/intersight/models/asset_device_connection_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_registration.py b/intersight/models/asset_device_registration.py index 4dee37f7..6976e74c 100644 --- a/intersight/models/asset_device_registration.py +++ b/intersight/models/asset_device_registration.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_registration_list.py b/intersight/models/asset_device_registration_list.py index 994beeb8..e4d2c0d8 100644 --- a/intersight/models/asset_device_registration_list.py +++ b/intersight/models/asset_device_registration_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_registration_ref.py b/intersight/models/asset_device_registration_ref.py index b592a62e..cfd3a324 100644 --- a/intersight/models/asset_device_registration_ref.py +++ b/intersight/models/asset_device_registration_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_security_token_ref.py b/intersight/models/asset_security_token_ref.py index 43199267..a3d66ee6 100644 --- a/intersight/models/asset_security_token_ref.py +++ b/intersight/models/asset_security_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_deploy_task_ref.py b/intersight/models/bios_deploy_task_ref.py index 0faa9e96..30120004 100644 --- a/intersight/models/bios_deploy_task_ref.py +++ b/intersight/models/bios_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_input_output.py b/intersight/models/bios_input_output.py deleted file mode 100644 index 6ea4a342..00000000 --- a/intersight/models/bios_input_output.py +++ /dev/null @@ -1,573 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosInputOutput(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'intel_vt_for_directed_io': 'str', - 'intel_vtd_coherency_support': 'str', - 'intel_vtdats_support': 'str', - 'ipv6pxe': 'str', - 'legacy_usb_support': 'str', - 'psata': 'str', - 'sata_mode_select': 'str', - 'usb_port_front': 'str', - 'usb_port_internal': 'str', - 'usb_port_kvm': 'str', - 'usb_port_rear': 'str', - 'usb_port_sd_card': 'str', - 'usb_port_vmedia': 'str', - 'vga_priority': 'str' - } - - attribute_map = { - 'intel_vt_for_directed_io': 'IntelVtForDirectedIo', - 'intel_vtd_coherency_support': 'IntelVtdCoherencySupport', - 'intel_vtdats_support': 'IntelVtdatsSupport', - 'ipv6pxe': 'Ipv6pxe', - 'legacy_usb_support': 'LegacyUsbSupport', - 'psata': 'Psata', - 'sata_mode_select': 'SataModeSelect', - 'usb_port_front': 'UsbPortFront', - 'usb_port_internal': 'UsbPortInternal', - 'usb_port_kvm': 'UsbPortKvm', - 'usb_port_rear': 'UsbPortRear', - 'usb_port_sd_card': 'UsbPortSdCard', - 'usb_port_vmedia': 'UsbPortVmedia', - 'vga_priority': 'VgaPriority' - } - - def __init__(self, intel_vt_for_directed_io='platform-default', intel_vtd_coherency_support='platform-default', intel_vtdats_support='platform-default', ipv6pxe='platform-default', legacy_usb_support='platform-default', psata='platform-default', sata_mode_select='platform-default', usb_port_front='platform-default', usb_port_internal='platform-default', usb_port_kvm='platform-default', usb_port_rear='platform-default', usb_port_sd_card='platform-default', usb_port_vmedia='platform-default', vga_priority='platform-default'): - """ - BiosInputOutput - a model defined in Swagger - """ - - self._intel_vt_for_directed_io = None - self._intel_vtd_coherency_support = None - self._intel_vtdats_support = None - self._ipv6pxe = None - self._legacy_usb_support = None - self._psata = None - self._sata_mode_select = None - self._usb_port_front = None - self._usb_port_internal = None - self._usb_port_kvm = None - self._usb_port_rear = None - self._usb_port_sd_card = None - self._usb_port_vmedia = None - self._vga_priority = None - - if intel_vt_for_directed_io is not None: - self.intel_vt_for_directed_io = intel_vt_for_directed_io - if intel_vtd_coherency_support is not None: - self.intel_vtd_coherency_support = intel_vtd_coherency_support - if intel_vtdats_support is not None: - self.intel_vtdats_support = intel_vtdats_support - if ipv6pxe is not None: - self.ipv6pxe = ipv6pxe - if legacy_usb_support is not None: - self.legacy_usb_support = legacy_usb_support - if psata is not None: - self.psata = psata - if sata_mode_select is not None: - self.sata_mode_select = sata_mode_select - if usb_port_front is not None: - self.usb_port_front = usb_port_front - if usb_port_internal is not None: - self.usb_port_internal = usb_port_internal - if usb_port_kvm is not None: - self.usb_port_kvm = usb_port_kvm - if usb_port_rear is not None: - self.usb_port_rear = usb_port_rear - if usb_port_sd_card is not None: - self.usb_port_sd_card = usb_port_sd_card - if usb_port_vmedia is not None: - self.usb_port_vmedia = usb_port_vmedia - if vga_priority is not None: - self.vga_priority = vga_priority - - @property - def intel_vt_for_directed_io(self): - """ - Gets the intel_vt_for_directed_io of this BiosInputOutput. - BIOS Token for setting Intel VT for directed IO configuration - - :return: The intel_vt_for_directed_io of this BiosInputOutput. - :rtype: str - """ - return self._intel_vt_for_directed_io - - @intel_vt_for_directed_io.setter - def intel_vt_for_directed_io(self, intel_vt_for_directed_io): - """ - Sets the intel_vt_for_directed_io of this BiosInputOutput. - BIOS Token for setting Intel VT for directed IO configuration - - :param intel_vt_for_directed_io: The intel_vt_for_directed_io of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if intel_vt_for_directed_io not in allowed_values: - raise ValueError( - "Invalid value for `intel_vt_for_directed_io` ({0}), must be one of {1}" - .format(intel_vt_for_directed_io, allowed_values) - ) - - self._intel_vt_for_directed_io = intel_vt_for_directed_io - - @property - def intel_vtd_coherency_support(self): - """ - Gets the intel_vtd_coherency_support of this BiosInputOutput. - BIOS Token for setting Intel(R) VT-d Coherency Support configuration - - :return: The intel_vtd_coherency_support of this BiosInputOutput. - :rtype: str - """ - return self._intel_vtd_coherency_support - - @intel_vtd_coherency_support.setter - def intel_vtd_coherency_support(self, intel_vtd_coherency_support): - """ - Sets the intel_vtd_coherency_support of this BiosInputOutput. - BIOS Token for setting Intel(R) VT-d Coherency Support configuration - - :param intel_vtd_coherency_support: The intel_vtd_coherency_support of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if intel_vtd_coherency_support not in allowed_values: - raise ValueError( - "Invalid value for `intel_vtd_coherency_support` ({0}), must be one of {1}" - .format(intel_vtd_coherency_support, allowed_values) - ) - - self._intel_vtd_coherency_support = intel_vtd_coherency_support - - @property - def intel_vtdats_support(self): - """ - Gets the intel_vtdats_support of this BiosInputOutput. - BIOS Token for setting Intel VTD ATS support configuration - - :return: The intel_vtdats_support of this BiosInputOutput. - :rtype: str - """ - return self._intel_vtdats_support - - @intel_vtdats_support.setter - def intel_vtdats_support(self, intel_vtdats_support): - """ - Sets the intel_vtdats_support of this BiosInputOutput. - BIOS Token for setting Intel VTD ATS support configuration - - :param intel_vtdats_support: The intel_vtdats_support of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if intel_vtdats_support not in allowed_values: - raise ValueError( - "Invalid value for `intel_vtdats_support` ({0}), must be one of {1}" - .format(intel_vtdats_support, allowed_values) - ) - - self._intel_vtdats_support = intel_vtdats_support - - @property - def ipv6pxe(self): - """ - Gets the ipv6pxe of this BiosInputOutput. - BIOS Token for setting IPV6 PXE Support configuration - - :return: The ipv6pxe of this BiosInputOutput. - :rtype: str - """ - return self._ipv6pxe - - @ipv6pxe.setter - def ipv6pxe(self, ipv6pxe): - """ - Sets the ipv6pxe of this BiosInputOutput. - BIOS Token for setting IPV6 PXE Support configuration - - :param ipv6pxe: The ipv6pxe of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if ipv6pxe not in allowed_values: - raise ValueError( - "Invalid value for `ipv6pxe` ({0}), must be one of {1}" - .format(ipv6pxe, allowed_values) - ) - - self._ipv6pxe = ipv6pxe - - @property - def legacy_usb_support(self): - """ - Gets the legacy_usb_support of this BiosInputOutput. - BIOS Token for setting Legacy USB Support configuration - - :return: The legacy_usb_support of this BiosInputOutput. - :rtype: str - """ - return self._legacy_usb_support - - @legacy_usb_support.setter - def legacy_usb_support(self, legacy_usb_support): - """ - Sets the legacy_usb_support of this BiosInputOutput. - BIOS Token for setting Legacy USB Support configuration - - :param legacy_usb_support: The legacy_usb_support of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "auto", "disabled", "enabled"] - if legacy_usb_support not in allowed_values: - raise ValueError( - "Invalid value for `legacy_usb_support` ({0}), must be one of {1}" - .format(legacy_usb_support, allowed_values) - ) - - self._legacy_usb_support = legacy_usb_support - - @property - def psata(self): - """ - Gets the psata of this BiosInputOutput. - BIOS Token for setting P-SATA OptionROM configuration - - :return: The psata of this BiosInputOutput. - :rtype: str - """ - return self._psata - - @psata.setter - def psata(self, psata): - """ - Sets the psata of this BiosInputOutput. - BIOS Token for setting P-SATA OptionROM configuration - - :param psata: The psata of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "Disabled", "LSI SW RAID"] - if psata not in allowed_values: - raise ValueError( - "Invalid value for `psata` ({0}), must be one of {1}" - .format(psata, allowed_values) - ) - - self._psata = psata - - @property - def sata_mode_select(self): - """ - Gets the sata_mode_select of this BiosInputOutput. - BIOS Token for setting M.2 SATA OptionROM configuration - - :return: The sata_mode_select of this BiosInputOutput. - :rtype: str - """ - return self._sata_mode_select - - @sata_mode_select.setter - def sata_mode_select(self, sata_mode_select): - """ - Sets the sata_mode_select of this BiosInputOutput. - BIOS Token for setting M.2 SATA OptionROM configuration - - :param sata_mode_select: The sata_mode_select of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "AHCI", "Disabled", "LSI SW RAID"] - if sata_mode_select not in allowed_values: - raise ValueError( - "Invalid value for `sata_mode_select` ({0}), must be one of {1}" - .format(sata_mode_select, allowed_values) - ) - - self._sata_mode_select = sata_mode_select - - @property - def usb_port_front(self): - """ - Gets the usb_port_front of this BiosInputOutput. - BIOS Token for setting USB Port Front configuration - - :return: The usb_port_front of this BiosInputOutput. - :rtype: str - """ - return self._usb_port_front - - @usb_port_front.setter - def usb_port_front(self, usb_port_front): - """ - Sets the usb_port_front of this BiosInputOutput. - BIOS Token for setting USB Port Front configuration - - :param usb_port_front: The usb_port_front of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if usb_port_front not in allowed_values: - raise ValueError( - "Invalid value for `usb_port_front` ({0}), must be one of {1}" - .format(usb_port_front, allowed_values) - ) - - self._usb_port_front = usb_port_front - - @property - def usb_port_internal(self): - """ - Gets the usb_port_internal of this BiosInputOutput. - BIOS Token for setting USB Port Internal configuration - - :return: The usb_port_internal of this BiosInputOutput. - :rtype: str - """ - return self._usb_port_internal - - @usb_port_internal.setter - def usb_port_internal(self, usb_port_internal): - """ - Sets the usb_port_internal of this BiosInputOutput. - BIOS Token for setting USB Port Internal configuration - - :param usb_port_internal: The usb_port_internal of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if usb_port_internal not in allowed_values: - raise ValueError( - "Invalid value for `usb_port_internal` ({0}), must be one of {1}" - .format(usb_port_internal, allowed_values) - ) - - self._usb_port_internal = usb_port_internal - - @property - def usb_port_kvm(self): - """ - Gets the usb_port_kvm of this BiosInputOutput. - BIOS Token for setting USB Port KVM configuration - - :return: The usb_port_kvm of this BiosInputOutput. - :rtype: str - """ - return self._usb_port_kvm - - @usb_port_kvm.setter - def usb_port_kvm(self, usb_port_kvm): - """ - Sets the usb_port_kvm of this BiosInputOutput. - BIOS Token for setting USB Port KVM configuration - - :param usb_port_kvm: The usb_port_kvm of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if usb_port_kvm not in allowed_values: - raise ValueError( - "Invalid value for `usb_port_kvm` ({0}), must be one of {1}" - .format(usb_port_kvm, allowed_values) - ) - - self._usb_port_kvm = usb_port_kvm - - @property - def usb_port_rear(self): - """ - Gets the usb_port_rear of this BiosInputOutput. - BIOS Token for setting USB Port Rear configuration - - :return: The usb_port_rear of this BiosInputOutput. - :rtype: str - """ - return self._usb_port_rear - - @usb_port_rear.setter - def usb_port_rear(self, usb_port_rear): - """ - Sets the usb_port_rear of this BiosInputOutput. - BIOS Token for setting USB Port Rear configuration - - :param usb_port_rear: The usb_port_rear of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if usb_port_rear not in allowed_values: - raise ValueError( - "Invalid value for `usb_port_rear` ({0}), must be one of {1}" - .format(usb_port_rear, allowed_values) - ) - - self._usb_port_rear = usb_port_rear - - @property - def usb_port_sd_card(self): - """ - Gets the usb_port_sd_card of this BiosInputOutput. - BIOS Token for setting USB Port:M.2 Storage configuration - - :return: The usb_port_sd_card of this BiosInputOutput. - :rtype: str - """ - return self._usb_port_sd_card - - @usb_port_sd_card.setter - def usb_port_sd_card(self, usb_port_sd_card): - """ - Sets the usb_port_sd_card of this BiosInputOutput. - BIOS Token for setting USB Port:M.2 Storage configuration - - :param usb_port_sd_card: The usb_port_sd_card of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if usb_port_sd_card not in allowed_values: - raise ValueError( - "Invalid value for `usb_port_sd_card` ({0}), must be one of {1}" - .format(usb_port_sd_card, allowed_values) - ) - - self._usb_port_sd_card = usb_port_sd_card - - @property - def usb_port_vmedia(self): - """ - Gets the usb_port_vmedia of this BiosInputOutput. - BIOS Token for setting USB Port VMedia configuration - - :return: The usb_port_vmedia of this BiosInputOutput. - :rtype: str - """ - return self._usb_port_vmedia - - @usb_port_vmedia.setter - def usb_port_vmedia(self, usb_port_vmedia): - """ - Sets the usb_port_vmedia of this BiosInputOutput. - BIOS Token for setting USB Port VMedia configuration - - :param usb_port_vmedia: The usb_port_vmedia of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if usb_port_vmedia not in allowed_values: - raise ValueError( - "Invalid value for `usb_port_vmedia` ({0}), must be one of {1}" - .format(usb_port_vmedia, allowed_values) - ) - - self._usb_port_vmedia = usb_port_vmedia - - @property - def vga_priority(self): - """ - Gets the vga_priority of this BiosInputOutput. - BIOS Token for setting VGA Priority configuration - - :return: The vga_priority of this BiosInputOutput. - :rtype: str - """ - return self._vga_priority - - @vga_priority.setter - def vga_priority(self, vga_priority): - """ - Sets the vga_priority of this BiosInputOutput. - BIOS Token for setting VGA Priority configuration - - :param vga_priority: The vga_priority of this BiosInputOutput. - :type: str - """ - allowed_values = ["platform-default", "Offboard", "Onboard", "Onboard VGA Disabled"] - if vga_priority not in allowed_values: - raise ValueError( - "Invalid value for `vga_priority` ({0}), must be one of {1}" - .format(vga_priority, allowed_values) - ) - - self._vga_priority = vga_priority - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosInputOutput): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_lom_and_pcie_slots_configuration.py b/intersight/models/bios_lom_and_pcie_slots_configuration.py deleted file mode 100644 index b6f3f6f7..00000000 --- a/intersight/models/bios_lom_and_pcie_slots_configuration.py +++ /dev/null @@ -1,1559 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosLomAndPcieSlotsConfiguration(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'lom_port0state': 'str', - 'lom_port1state': 'str', - 'lom_port2state': 'str', - 'lom_port3state': 'str', - 'lom_ports_all_state': 'str', - 'slot10link_speed': 'str', - 'slot10state': 'str', - 'slot11link_speed': 'str', - 'slot11state': 'str', - 'slot12link_speed': 'str', - 'slot12state': 'str', - 'slot1link_speed': 'str', - 'slot1state': 'str', - 'slot2link_speed': 'str', - 'slot2state': 'str', - 'slot3link_speed': 'str', - 'slot3state': 'str', - 'slot4link_speed': 'str', - 'slot4state': 'str', - 'slot5link_speed': 'str', - 'slot5state': 'str', - 'slot6link_speed': 'str', - 'slot6state': 'str', - 'slot7link_speed': 'str', - 'slot7state': 'str', - 'slot8link_speed': 'str', - 'slot8state': 'str', - 'slot9link_speed': 'str', - 'slot9state': 'str', - 'slot_front_nvme1link_speed': 'str', - 'slot_front_nvme2link_speed': 'str', - 'slot_mlom_link_speed': 'str', - 'slot_mlom_state': 'str', - 'slot_mraid_link_speed': 'str', - 'slot_mraid_state': 'str', - 'slot_n1state': 'str', - 'slot_n2state': 'str', - 'slot_raid_link_speed': 'str', - 'slot_raid_state': 'str', - 'slot_rear_nvme1link_speed': 'str', - 'slot_rear_nvme1state': 'str', - 'slot_rear_nvme2link_speed': 'str', - 'slot_rear_nvme2state': 'str' - } - - attribute_map = { - 'lom_port0state': 'LomPort0state', - 'lom_port1state': 'LomPort1state', - 'lom_port2state': 'LomPort2state', - 'lom_port3state': 'LomPort3state', - 'lom_ports_all_state': 'LomPortsAllState', - 'slot10link_speed': 'Slot10linkSpeed', - 'slot10state': 'Slot10state', - 'slot11link_speed': 'Slot11linkSpeed', - 'slot11state': 'Slot11state', - 'slot12link_speed': 'Slot12linkSpeed', - 'slot12state': 'Slot12state', - 'slot1link_speed': 'Slot1linkSpeed', - 'slot1state': 'Slot1state', - 'slot2link_speed': 'Slot2linkSpeed', - 'slot2state': 'Slot2state', - 'slot3link_speed': 'Slot3linkSpeed', - 'slot3state': 'Slot3state', - 'slot4link_speed': 'Slot4linkSpeed', - 'slot4state': 'Slot4state', - 'slot5link_speed': 'Slot5linkSpeed', - 'slot5state': 'Slot5state', - 'slot6link_speed': 'Slot6linkSpeed', - 'slot6state': 'Slot6state', - 'slot7link_speed': 'Slot7linkSpeed', - 'slot7state': 'Slot7state', - 'slot8link_speed': 'Slot8linkSpeed', - 'slot8state': 'Slot8state', - 'slot9link_speed': 'Slot9linkSpeed', - 'slot9state': 'Slot9state', - 'slot_front_nvme1link_speed': 'SlotFrontNvme1linkSpeed', - 'slot_front_nvme2link_speed': 'SlotFrontNvme2linkSpeed', - 'slot_mlom_link_speed': 'SlotMlomLinkSpeed', - 'slot_mlom_state': 'SlotMlomState', - 'slot_mraid_link_speed': 'SlotMraidLinkSpeed', - 'slot_mraid_state': 'SlotMraidState', - 'slot_n1state': 'SlotN1state', - 'slot_n2state': 'SlotN2state', - 'slot_raid_link_speed': 'SlotRaidLinkSpeed', - 'slot_raid_state': 'SlotRaidState', - 'slot_rear_nvme1link_speed': 'SlotRearNvme1linkSpeed', - 'slot_rear_nvme1state': 'SlotRearNvme1state', - 'slot_rear_nvme2link_speed': 'SlotRearNvme2linkSpeed', - 'slot_rear_nvme2state': 'SlotRearNvme2state' - } - - def __init__(self, lom_port0state='platform-default', lom_port1state='platform-default', lom_port2state='platform-default', lom_port3state='platform-default', lom_ports_all_state='platform-default', slot10link_speed='platform-default', slot10state='platform-default', slot11link_speed='platform-default', slot11state='platform-default', slot12link_speed='platform-default', slot12state='platform-default', slot1link_speed='platform-default', slot1state='platform-default', slot2link_speed='platform-default', slot2state='platform-default', slot3link_speed='platform-default', slot3state='platform-default', slot4link_speed='platform-default', slot4state='platform-default', slot5link_speed='platform-default', slot5state='platform-default', slot6link_speed='platform-default', slot6state='platform-default', slot7link_speed='platform-default', slot7state='platform-default', slot8link_speed='platform-default', slot8state='platform-default', slot9link_speed='platform-default', slot9state='platform-default', slot_front_nvme1link_speed='platform-default', slot_front_nvme2link_speed='platform-default', slot_mlom_link_speed='platform-default', slot_mlom_state='platform-default', slot_mraid_link_speed='platform-default', slot_mraid_state='platform-default', slot_n1state='platform-default', slot_n2state='platform-default', slot_raid_link_speed='platform-default', slot_raid_state='platform-default', slot_rear_nvme1link_speed='platform-default', slot_rear_nvme1state='platform-default', slot_rear_nvme2link_speed='platform-default', slot_rear_nvme2state='platform-default'): - """ - BiosLomAndPcieSlotsConfiguration - a model defined in Swagger - """ - - self._lom_port0state = None - self._lom_port1state = None - self._lom_port2state = None - self._lom_port3state = None - self._lom_ports_all_state = None - self._slot10link_speed = None - self._slot10state = None - self._slot11link_speed = None - self._slot11state = None - self._slot12link_speed = None - self._slot12state = None - self._slot1link_speed = None - self._slot1state = None - self._slot2link_speed = None - self._slot2state = None - self._slot3link_speed = None - self._slot3state = None - self._slot4link_speed = None - self._slot4state = None - self._slot5link_speed = None - self._slot5state = None - self._slot6link_speed = None - self._slot6state = None - self._slot7link_speed = None - self._slot7state = None - self._slot8link_speed = None - self._slot8state = None - self._slot9link_speed = None - self._slot9state = None - self._slot_front_nvme1link_speed = None - self._slot_front_nvme2link_speed = None - self._slot_mlom_link_speed = None - self._slot_mlom_state = None - self._slot_mraid_link_speed = None - self._slot_mraid_state = None - self._slot_n1state = None - self._slot_n2state = None - self._slot_raid_link_speed = None - self._slot_raid_state = None - self._slot_rear_nvme1link_speed = None - self._slot_rear_nvme1state = None - self._slot_rear_nvme2link_speed = None - self._slot_rear_nvme2state = None - - if lom_port0state is not None: - self.lom_port0state = lom_port0state - if lom_port1state is not None: - self.lom_port1state = lom_port1state - if lom_port2state is not None: - self.lom_port2state = lom_port2state - if lom_port3state is not None: - self.lom_port3state = lom_port3state - if lom_ports_all_state is not None: - self.lom_ports_all_state = lom_ports_all_state - if slot10link_speed is not None: - self.slot10link_speed = slot10link_speed - if slot10state is not None: - self.slot10state = slot10state - if slot11link_speed is not None: - self.slot11link_speed = slot11link_speed - if slot11state is not None: - self.slot11state = slot11state - if slot12link_speed is not None: - self.slot12link_speed = slot12link_speed - if slot12state is not None: - self.slot12state = slot12state - if slot1link_speed is not None: - self.slot1link_speed = slot1link_speed - if slot1state is not None: - self.slot1state = slot1state - if slot2link_speed is not None: - self.slot2link_speed = slot2link_speed - if slot2state is not None: - self.slot2state = slot2state - if slot3link_speed is not None: - self.slot3link_speed = slot3link_speed - if slot3state is not None: - self.slot3state = slot3state - if slot4link_speed is not None: - self.slot4link_speed = slot4link_speed - if slot4state is not None: - self.slot4state = slot4state - if slot5link_speed is not None: - self.slot5link_speed = slot5link_speed - if slot5state is not None: - self.slot5state = slot5state - if slot6link_speed is not None: - self.slot6link_speed = slot6link_speed - if slot6state is not None: - self.slot6state = slot6state - if slot7link_speed is not None: - self.slot7link_speed = slot7link_speed - if slot7state is not None: - self.slot7state = slot7state - if slot8link_speed is not None: - self.slot8link_speed = slot8link_speed - if slot8state is not None: - self.slot8state = slot8state - if slot9link_speed is not None: - self.slot9link_speed = slot9link_speed - if slot9state is not None: - self.slot9state = slot9state - if slot_front_nvme1link_speed is not None: - self.slot_front_nvme1link_speed = slot_front_nvme1link_speed - if slot_front_nvme2link_speed is not None: - self.slot_front_nvme2link_speed = slot_front_nvme2link_speed - if slot_mlom_link_speed is not None: - self.slot_mlom_link_speed = slot_mlom_link_speed - if slot_mlom_state is not None: - self.slot_mlom_state = slot_mlom_state - if slot_mraid_link_speed is not None: - self.slot_mraid_link_speed = slot_mraid_link_speed - if slot_mraid_state is not None: - self.slot_mraid_state = slot_mraid_state - if slot_n1state is not None: - self.slot_n1state = slot_n1state - if slot_n2state is not None: - self.slot_n2state = slot_n2state - if slot_raid_link_speed is not None: - self.slot_raid_link_speed = slot_raid_link_speed - if slot_raid_state is not None: - self.slot_raid_state = slot_raid_state - if slot_rear_nvme1link_speed is not None: - self.slot_rear_nvme1link_speed = slot_rear_nvme1link_speed - if slot_rear_nvme1state is not None: - self.slot_rear_nvme1state = slot_rear_nvme1state - if slot_rear_nvme2link_speed is not None: - self.slot_rear_nvme2link_speed = slot_rear_nvme2link_speed - if slot_rear_nvme2state is not None: - self.slot_rear_nvme2state = slot_rear_nvme2state - - @property - def lom_port0state(self): - """ - Gets the lom_port0state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 0 OptionROM configuration - - :return: The lom_port0state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._lom_port0state - - @lom_port0state.setter - def lom_port0state(self, lom_port0state): - """ - Sets the lom_port0state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 0 OptionROM configuration - - :param lom_port0state: The lom_port0state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if lom_port0state not in allowed_values: - raise ValueError( - "Invalid value for `lom_port0state` ({0}), must be one of {1}" - .format(lom_port0state, allowed_values) - ) - - self._lom_port0state = lom_port0state - - @property - def lom_port1state(self): - """ - Gets the lom_port1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 1 OptionROM configuration - - :return: The lom_port1state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._lom_port1state - - @lom_port1state.setter - def lom_port1state(self, lom_port1state): - """ - Sets the lom_port1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 1 OptionROM configuration - - :param lom_port1state: The lom_port1state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if lom_port1state not in allowed_values: - raise ValueError( - "Invalid value for `lom_port1state` ({0}), must be one of {1}" - .format(lom_port1state, allowed_values) - ) - - self._lom_port1state = lom_port1state - - @property - def lom_port2state(self): - """ - Gets the lom_port2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 2 OptionROM configuration - - :return: The lom_port2state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._lom_port2state - - @lom_port2state.setter - def lom_port2state(self, lom_port2state): - """ - Sets the lom_port2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 2 OptionROM configuration - - :param lom_port2state: The lom_port2state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "disabled", "enabled", "Legacy Only", "UEFI Only"] - if lom_port2state not in allowed_values: - raise ValueError( - "Invalid value for `lom_port2state` ({0}), must be one of {1}" - .format(lom_port2state, allowed_values) - ) - - self._lom_port2state = lom_port2state - - @property - def lom_port3state(self): - """ - Gets the lom_port3state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 3 OptionROM configuration - - :return: The lom_port3state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._lom_port3state - - @lom_port3state.setter - def lom_port3state(self, lom_port3state): - """ - Sets the lom_port3state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting LOM Port 3 OptionROM configuration - - :param lom_port3state: The lom_port3state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "disabled", "enabled", "Legacy Only", "UEFI Only"] - if lom_port3state not in allowed_values: - raise ValueError( - "Invalid value for `lom_port3state` ({0}), must be one of {1}" - .format(lom_port3state, allowed_values) - ) - - self._lom_port3state = lom_port3state - - @property - def lom_ports_all_state(self): - """ - Gets the lom_ports_all_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting All Onboard LOM Ports configuration - - :return: The lom_ports_all_state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._lom_ports_all_state - - @lom_ports_all_state.setter - def lom_ports_all_state(self, lom_ports_all_state): - """ - Sets the lom_ports_all_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting All Onboard LOM Ports configuration - - :param lom_ports_all_state: The lom_ports_all_state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if lom_ports_all_state not in allowed_values: - raise ValueError( - "Invalid value for `lom_ports_all_state` ({0}), must be one of {1}" - .format(lom_ports_all_state, allowed_values) - ) - - self._lom_ports_all_state = lom_ports_all_state - - @property - def slot10link_speed(self): - """ - Gets the slot10link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:10 Link Speed configuration - - :return: The slot10link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot10link_speed - - @slot10link_speed.setter - def slot10link_speed(self, slot10link_speed): - """ - Sets the slot10link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:10 Link Speed configuration - - :param slot10link_speed: The slot10link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot10link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot10link_speed` ({0}), must be one of {1}" - .format(slot10link_speed, allowed_values) - ) - - self._slot10link_speed = slot10link_speed - - @property - def slot10state(self): - """ - Gets the slot10state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 10 OptionRom configuration - - :return: The slot10state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot10state - - @slot10state.setter - def slot10state(self, slot10state): - """ - Sets the slot10state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 10 OptionRom configuration - - :param slot10state: The slot10state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot10state not in allowed_values: - raise ValueError( - "Invalid value for `slot10state` ({0}), must be one of {1}" - .format(slot10state, allowed_values) - ) - - self._slot10state = slot10state - - @property - def slot11link_speed(self): - """ - Gets the slot11link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:11 Link Speed configuration - - :return: The slot11link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot11link_speed - - @slot11link_speed.setter - def slot11link_speed(self, slot11link_speed): - """ - Sets the slot11link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:11 Link Speed configuration - - :param slot11link_speed: The slot11link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot11link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot11link_speed` ({0}), must be one of {1}" - .format(slot11link_speed, allowed_values) - ) - - self._slot11link_speed = slot11link_speed - - @property - def slot11state(self): - """ - Gets the slot11state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 11 OptionRom configuration - - :return: The slot11state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot11state - - @slot11state.setter - def slot11state(self, slot11state): - """ - Sets the slot11state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 11 OptionRom configuration - - :param slot11state: The slot11state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot11state not in allowed_values: - raise ValueError( - "Invalid value for `slot11state` ({0}), must be one of {1}" - .format(slot11state, allowed_values) - ) - - self._slot11state = slot11state - - @property - def slot12link_speed(self): - """ - Gets the slot12link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:12 Link Speed configuration - - :return: The slot12link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot12link_speed - - @slot12link_speed.setter - def slot12link_speed(self, slot12link_speed): - """ - Sets the slot12link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:12 Link Speed configuration - - :param slot12link_speed: The slot12link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot12link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot12link_speed` ({0}), must be one of {1}" - .format(slot12link_speed, allowed_values) - ) - - self._slot12link_speed = slot12link_speed - - @property - def slot12state(self): - """ - Gets the slot12state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 12 OptionRom configuration - - :return: The slot12state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot12state - - @slot12state.setter - def slot12state(self, slot12state): - """ - Sets the slot12state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 12 OptionRom configuration - - :param slot12state: The slot12state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot12state not in allowed_values: - raise ValueError( - "Invalid value for `slot12state` ({0}), must be one of {1}" - .format(slot12state, allowed_values) - ) - - self._slot12state = slot12state - - @property - def slot1link_speed(self): - """ - Gets the slot1link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:1 Link Speed configuration - - :return: The slot1link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot1link_speed - - @slot1link_speed.setter - def slot1link_speed(self, slot1link_speed): - """ - Sets the slot1link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:1 Link Speed configuration - - :param slot1link_speed: The slot1link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot1link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot1link_speed` ({0}), must be one of {1}" - .format(slot1link_speed, allowed_values) - ) - - self._slot1link_speed = slot1link_speed - - @property - def slot1state(self): - """ - Gets the slot1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 1 OptionRom configuration - - :return: The slot1state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot1state - - @slot1state.setter - def slot1state(self, slot1state): - """ - Sets the slot1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 1 OptionRom configuration - - :param slot1state: The slot1state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot1state not in allowed_values: - raise ValueError( - "Invalid value for `slot1state` ({0}), must be one of {1}" - .format(slot1state, allowed_values) - ) - - self._slot1state = slot1state - - @property - def slot2link_speed(self): - """ - Gets the slot2link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:2 Link Speed configuration - - :return: The slot2link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot2link_speed - - @slot2link_speed.setter - def slot2link_speed(self, slot2link_speed): - """ - Sets the slot2link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:2 Link Speed configuration - - :param slot2link_speed: The slot2link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot2link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot2link_speed` ({0}), must be one of {1}" - .format(slot2link_speed, allowed_values) - ) - - self._slot2link_speed = slot2link_speed - - @property - def slot2state(self): - """ - Gets the slot2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 2 OptionRom configuration - - :return: The slot2state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot2state - - @slot2state.setter - def slot2state(self, slot2state): - """ - Sets the slot2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 2 OptionRom configuration - - :param slot2state: The slot2state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot2state not in allowed_values: - raise ValueError( - "Invalid value for `slot2state` ({0}), must be one of {1}" - .format(slot2state, allowed_values) - ) - - self._slot2state = slot2state - - @property - def slot3link_speed(self): - """ - Gets the slot3link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:3 Link Speed configuration - - :return: The slot3link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot3link_speed - - @slot3link_speed.setter - def slot3link_speed(self, slot3link_speed): - """ - Sets the slot3link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:3 Link Speed configuration - - :param slot3link_speed: The slot3link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot3link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot3link_speed` ({0}), must be one of {1}" - .format(slot3link_speed, allowed_values) - ) - - self._slot3link_speed = slot3link_speed - - @property - def slot3state(self): - """ - Gets the slot3state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:3 OptionRom configuration - - :return: The slot3state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot3state - - @slot3state.setter - def slot3state(self, slot3state): - """ - Sets the slot3state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:3 OptionRom configuration - - :param slot3state: The slot3state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot3state not in allowed_values: - raise ValueError( - "Invalid value for `slot3state` ({0}), must be one of {1}" - .format(slot3state, allowed_values) - ) - - self._slot3state = slot3state - - @property - def slot4link_speed(self): - """ - Gets the slot4link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:4 Link Speed configuration - - :return: The slot4link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot4link_speed - - @slot4link_speed.setter - def slot4link_speed(self, slot4link_speed): - """ - Sets the slot4link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:4 Link Speed configuration - - :param slot4link_speed: The slot4link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot4link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot4link_speed` ({0}), must be one of {1}" - .format(slot4link_speed, allowed_values) - ) - - self._slot4link_speed = slot4link_speed - - @property - def slot4state(self): - """ - Gets the slot4state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 4 OptionRom configuration - - :return: The slot4state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot4state - - @slot4state.setter - def slot4state(self, slot4state): - """ - Sets the slot4state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 4 OptionRom configuration - - :param slot4state: The slot4state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot4state not in allowed_values: - raise ValueError( - "Invalid value for `slot4state` ({0}), must be one of {1}" - .format(slot4state, allowed_values) - ) - - self._slot4state = slot4state - - @property - def slot5link_speed(self): - """ - Gets the slot5link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:5 Link Speed configuration - - :return: The slot5link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot5link_speed - - @slot5link_speed.setter - def slot5link_speed(self, slot5link_speed): - """ - Sets the slot5link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:5 Link Speed configuration - - :param slot5link_speed: The slot5link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot5link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot5link_speed` ({0}), must be one of {1}" - .format(slot5link_speed, allowed_values) - ) - - self._slot5link_speed = slot5link_speed - - @property - def slot5state(self): - """ - Gets the slot5state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 5 OptionRom configuration - - :return: The slot5state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot5state - - @slot5state.setter - def slot5state(self, slot5state): - """ - Sets the slot5state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 5 OptionRom configuration - - :param slot5state: The slot5state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot5state not in allowed_values: - raise ValueError( - "Invalid value for `slot5state` ({0}), must be one of {1}" - .format(slot5state, allowed_values) - ) - - self._slot5state = slot5state - - @property - def slot6link_speed(self): - """ - Gets the slot6link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:6 Link Speed configuration - - :return: The slot6link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot6link_speed - - @slot6link_speed.setter - def slot6link_speed(self, slot6link_speed): - """ - Sets the slot6link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:6 Link Speed configuration - - :param slot6link_speed: The slot6link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot6link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot6link_speed` ({0}), must be one of {1}" - .format(slot6link_speed, allowed_values) - ) - - self._slot6link_speed = slot6link_speed - - @property - def slot6state(self): - """ - Gets the slot6state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 6 OptionRom configuration - - :return: The slot6state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot6state - - @slot6state.setter - def slot6state(self, slot6state): - """ - Sets the slot6state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 6 OptionRom configuration - - :param slot6state: The slot6state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot6state not in allowed_values: - raise ValueError( - "Invalid value for `slot6state` ({0}), must be one of {1}" - .format(slot6state, allowed_values) - ) - - self._slot6state = slot6state - - @property - def slot7link_speed(self): - """ - Gets the slot7link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:7 Link Speed configuration - - :return: The slot7link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot7link_speed - - @slot7link_speed.setter - def slot7link_speed(self, slot7link_speed): - """ - Sets the slot7link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:7 Link Speed configuration - - :param slot7link_speed: The slot7link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot7link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot7link_speed` ({0}), must be one of {1}" - .format(slot7link_speed, allowed_values) - ) - - self._slot7link_speed = slot7link_speed - - @property - def slot7state(self): - """ - Gets the slot7state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 7 OptionRom configuration - - :return: The slot7state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot7state - - @slot7state.setter - def slot7state(self, slot7state): - """ - Sets the slot7state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 7 OptionRom configuration - - :param slot7state: The slot7state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot7state not in allowed_values: - raise ValueError( - "Invalid value for `slot7state` ({0}), must be one of {1}" - .format(slot7state, allowed_values) - ) - - self._slot7state = slot7state - - @property - def slot8link_speed(self): - """ - Gets the slot8link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:8 Link Speed configuration - - :return: The slot8link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot8link_speed - - @slot8link_speed.setter - def slot8link_speed(self, slot8link_speed): - """ - Sets the slot8link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:8 Link Speed configuration - - :param slot8link_speed: The slot8link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot8link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot8link_speed` ({0}), must be one of {1}" - .format(slot8link_speed, allowed_values) - ) - - self._slot8link_speed = slot8link_speed - - @property - def slot8state(self): - """ - Gets the slot8state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 8 OptionRom configuration - - :return: The slot8state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot8state - - @slot8state.setter - def slot8state(self, slot8state): - """ - Sets the slot8state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 8 OptionRom configuration - - :param slot8state: The slot8state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot8state not in allowed_values: - raise ValueError( - "Invalid value for `slot8state` ({0}), must be one of {1}" - .format(slot8state, allowed_values) - ) - - self._slot8state = slot8state - - @property - def slot9link_speed(self): - """ - Gets the slot9link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:9 Link Speed configuration - - :return: The slot9link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot9link_speed - - @slot9link_speed.setter - def slot9link_speed(self, slot9link_speed): - """ - Sets the slot9link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:9 Link Speed configuration - - :param slot9link_speed: The slot9link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot9link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot9link_speed` ({0}), must be one of {1}" - .format(slot9link_speed, allowed_values) - ) - - self._slot9link_speed = slot9link_speed - - @property - def slot9state(self): - """ - Gets the slot9state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 9 OptionRom configuration - - :return: The slot9state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot9state - - @slot9state.setter - def slot9state(self, slot9state): - """ - Sets the slot9state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot 9 OptionRom configuration - - :param slot9state: The slot9state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot9state not in allowed_values: - raise ValueError( - "Invalid value for `slot9state` ({0}), must be one of {1}" - .format(slot9state, allowed_values) - ) - - self._slot9state = slot9state - - @property - def slot_front_nvme1link_speed(self): - """ - Gets the slot_front_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Front Nvm1 Link Speed configuration - - :return: The slot_front_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_front_nvme1link_speed - - @slot_front_nvme1link_speed.setter - def slot_front_nvme1link_speed(self, slot_front_nvme1link_speed): - """ - Sets the slot_front_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Front Nvm1 Link Speed configuration - - :param slot_front_nvme1link_speed: The slot_front_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot_front_nvme1link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot_front_nvme1link_speed` ({0}), must be one of {1}" - .format(slot_front_nvme1link_speed, allowed_values) - ) - - self._slot_front_nvme1link_speed = slot_front_nvme1link_speed - - @property - def slot_front_nvme2link_speed(self): - """ - Gets the slot_front_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Front Nvme2 Link Speed configuration - - :return: The slot_front_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_front_nvme2link_speed - - @slot_front_nvme2link_speed.setter - def slot_front_nvme2link_speed(self, slot_front_nvme2link_speed): - """ - Sets the slot_front_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Front Nvme2 Link Speed configuration - - :param slot_front_nvme2link_speed: The slot_front_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot_front_nvme2link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot_front_nvme2link_speed` ({0}), must be one of {1}" - .format(slot_front_nvme2link_speed, allowed_values) - ) - - self._slot_front_nvme2link_speed = slot_front_nvme2link_speed - - @property - def slot_mlom_link_speed(self): - """ - Gets the slot_mlom_link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:MLOM Link Speed configuration - - :return: The slot_mlom_link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_mlom_link_speed - - @slot_mlom_link_speed.setter - def slot_mlom_link_speed(self, slot_mlom_link_speed): - """ - Sets the slot_mlom_link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:MLOM Link Speed configuration - - :param slot_mlom_link_speed: The slot_mlom_link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot_mlom_link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot_mlom_link_speed` ({0}), must be one of {1}" - .format(slot_mlom_link_speed, allowed_values) - ) - - self._slot_mlom_link_speed = slot_mlom_link_speed - - @property - def slot_mlom_state(self): - """ - Gets the slot_mlom_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting MLOM OptionRom configuration - - :return: The slot_mlom_state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_mlom_state - - @slot_mlom_state.setter - def slot_mlom_state(self, slot_mlom_state): - """ - Sets the slot_mlom_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting MLOM OptionRom configuration - - :param slot_mlom_state: The slot_mlom_state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot_mlom_state not in allowed_values: - raise ValueError( - "Invalid value for `slot_mlom_state` ({0}), must be one of {1}" - .format(slot_mlom_state, allowed_values) - ) - - self._slot_mlom_state = slot_mlom_state - - @property - def slot_mraid_link_speed(self): - """ - Gets the slot_mraid_link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting MRAID Link Speed configuration - - :return: The slot_mraid_link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_mraid_link_speed - - @slot_mraid_link_speed.setter - def slot_mraid_link_speed(self, slot_mraid_link_speed): - """ - Sets the slot_mraid_link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting MRAID Link Speed configuration - - :param slot_mraid_link_speed: The slot_mraid_link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot_mraid_link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot_mraid_link_speed` ({0}), must be one of {1}" - .format(slot_mraid_link_speed, allowed_values) - ) - - self._slot_mraid_link_speed = slot_mraid_link_speed - - @property - def slot_mraid_state(self): - """ - Gets the slot_mraid_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting MRAID OptionRom configuration - - :return: The slot_mraid_state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_mraid_state - - @slot_mraid_state.setter - def slot_mraid_state(self, slot_mraid_state): - """ - Sets the slot_mraid_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting MRAID OptionRom configuration - - :param slot_mraid_state: The slot_mraid_state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot_mraid_state not in allowed_values: - raise ValueError( - "Invalid value for `slot_mraid_state` ({0}), must be one of {1}" - .format(slot_mraid_state, allowed_values) - ) - - self._slot_mraid_state = slot_mraid_state - - @property - def slot_n1state(self): - """ - Gets the slot_n1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Front NVME 1 OptionRom configuration - - :return: The slot_n1state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_n1state - - @slot_n1state.setter - def slot_n1state(self, slot_n1state): - """ - Sets the slot_n1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Front NVME 1 OptionRom configuration - - :param slot_n1state: The slot_n1state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot_n1state not in allowed_values: - raise ValueError( - "Invalid value for `slot_n1state` ({0}), must be one of {1}" - .format(slot_n1state, allowed_values) - ) - - self._slot_n1state = slot_n1state - - @property - def slot_n2state(self): - """ - Gets the slot_n2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Front NVME 2 OptionRom configuration - - :return: The slot_n2state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_n2state - - @slot_n2state.setter - def slot_n2state(self, slot_n2state): - """ - Sets the slot_n2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Front NVME 2 OptionRom configuration - - :param slot_n2state: The slot_n2state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot_n2state not in allowed_values: - raise ValueError( - "Invalid value for `slot_n2state` ({0}), must be one of {1}" - .format(slot_n2state, allowed_values) - ) - - self._slot_n2state = slot_n2state - - @property - def slot_raid_link_speed(self): - """ - Gets the slot_raid_link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting RAID Link Speed configuration - - :return: The slot_raid_link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_raid_link_speed - - @slot_raid_link_speed.setter - def slot_raid_link_speed(self, slot_raid_link_speed): - """ - Sets the slot_raid_link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting RAID Link Speed configuration - - :param slot_raid_link_speed: The slot_raid_link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2", "GEN3"] - if slot_raid_link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot_raid_link_speed` ({0}), must be one of {1}" - .format(slot_raid_link_speed, allowed_values) - ) - - self._slot_raid_link_speed = slot_raid_link_speed - - @property - def slot_raid_state(self): - """ - Gets the slot_raid_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting RAID OptionRom configuration - - :return: The slot_raid_state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_raid_state - - @slot_raid_state.setter - def slot_raid_state(self, slot_raid_state): - """ - Sets the slot_raid_state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting RAID OptionRom configuration - - :param slot_raid_state: The slot_raid_state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot_raid_state not in allowed_values: - raise ValueError( - "Invalid value for `slot_raid_state` ({0}), must be one of {1}" - .format(slot_raid_state, allowed_values) - ) - - self._slot_raid_state = slot_raid_state - - @property - def slot_rear_nvme1link_speed(self): - """ - Gets the slot_rear_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Rear Nvme1 Link Speed configuration - - :return: The slot_rear_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_rear_nvme1link_speed - - @slot_rear_nvme1link_speed.setter - def slot_rear_nvme1link_speed(self, slot_rear_nvme1link_speed): - """ - Sets the slot_rear_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Rear Nvme1 Link Speed configuration - - :param slot_rear_nvme1link_speed: The slot_rear_nvme1link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot_rear_nvme1link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot_rear_nvme1link_speed` ({0}), must be one of {1}" - .format(slot_rear_nvme1link_speed, allowed_values) - ) - - self._slot_rear_nvme1link_speed = slot_rear_nvme1link_speed - - @property - def slot_rear_nvme1state(self): - """ - Gets the slot_rear_nvme1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Rear NVME 1 OptionRom configuration - - :return: The slot_rear_nvme1state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_rear_nvme1state - - @slot_rear_nvme1state.setter - def slot_rear_nvme1state(self, slot_rear_nvme1state): - """ - Sets the slot_rear_nvme1state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Rear NVME 1 OptionRom configuration - - :param slot_rear_nvme1state: The slot_rear_nvme1state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot_rear_nvme1state not in allowed_values: - raise ValueError( - "Invalid value for `slot_rear_nvme1state` ({0}), must be one of {1}" - .format(slot_rear_nvme1state, allowed_values) - ) - - self._slot_rear_nvme1state = slot_rear_nvme1state - - @property - def slot_rear_nvme2link_speed(self): - """ - Gets the slot_rear_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Rear Nvme2 Link Speed configuration - - :return: The slot_rear_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_rear_nvme2link_speed - - @slot_rear_nvme2link_speed.setter - def slot_rear_nvme2link_speed(self, slot_rear_nvme2link_speed): - """ - Sets the slot_rear_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting PCIe Slot:Rear Nvme2 Link Speed configuration - - :param slot_rear_nvme2link_speed: The slot_rear_nvme2link_speed of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Auto", "Disabled", "GEN1", "GEN2"] - if slot_rear_nvme2link_speed not in allowed_values: - raise ValueError( - "Invalid value for `slot_rear_nvme2link_speed` ({0}), must be one of {1}" - .format(slot_rear_nvme2link_speed, allowed_values) - ) - - self._slot_rear_nvme2link_speed = slot_rear_nvme2link_speed - - @property - def slot_rear_nvme2state(self): - """ - Gets the slot_rear_nvme2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Rear NVME 2 OptionRom configuration - - :return: The slot_rear_nvme2state of this BiosLomAndPcieSlotsConfiguration. - :rtype: str - """ - return self._slot_rear_nvme2state - - @slot_rear_nvme2state.setter - def slot_rear_nvme2state(self, slot_rear_nvme2state): - """ - Sets the slot_rear_nvme2state of this BiosLomAndPcieSlotsConfiguration. - BIOS Token for setting Rear NVME 2 OptionRom configuration - - :param slot_rear_nvme2state: The slot_rear_nvme2state of this BiosLomAndPcieSlotsConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if slot_rear_nvme2state not in allowed_values: - raise ValueError( - "Invalid value for `slot_rear_nvme2state` ({0}), must be one of {1}" - .format(slot_rear_nvme2state, allowed_values) - ) - - self._slot_rear_nvme2state = slot_rear_nvme2state - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosLomAndPcieSlotsConfiguration): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_memory.py b/intersight/models/bios_memory.py deleted file mode 100644 index 2ba9616c..00000000 --- a/intersight/models/bios_memory.py +++ /dev/null @@ -1,199 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosMemory(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'memory_mapped_io_above4gb': 'str', - 'numa_optimized': 'str', - 'select_memory_ras_configuration': 'str' - } - - attribute_map = { - 'memory_mapped_io_above4gb': 'MemoryMappedIoAbove4gb', - 'numa_optimized': 'NumaOptimized', - 'select_memory_ras_configuration': 'SelectMemoryRasConfiguration' - } - - def __init__(self, memory_mapped_io_above4gb='platform-default', numa_optimized='platform-default', select_memory_ras_configuration='platform-default'): - """ - BiosMemory - a model defined in Swagger - """ - - self._memory_mapped_io_above4gb = None - self._numa_optimized = None - self._select_memory_ras_configuration = None - - if memory_mapped_io_above4gb is not None: - self.memory_mapped_io_above4gb = memory_mapped_io_above4gb - if numa_optimized is not None: - self.numa_optimized = numa_optimized - if select_memory_ras_configuration is not None: - self.select_memory_ras_configuration = select_memory_ras_configuration - - @property - def memory_mapped_io_above4gb(self): - """ - Gets the memory_mapped_io_above4gb of this BiosMemory. - BIOS Token for setting Above 4G Decoding configuration - - :return: The memory_mapped_io_above4gb of this BiosMemory. - :rtype: str - """ - return self._memory_mapped_io_above4gb - - @memory_mapped_io_above4gb.setter - def memory_mapped_io_above4gb(self, memory_mapped_io_above4gb): - """ - Sets the memory_mapped_io_above4gb of this BiosMemory. - BIOS Token for setting Above 4G Decoding configuration - - :param memory_mapped_io_above4gb: The memory_mapped_io_above4gb of this BiosMemory. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if memory_mapped_io_above4gb not in allowed_values: - raise ValueError( - "Invalid value for `memory_mapped_io_above4gb` ({0}), must be one of {1}" - .format(memory_mapped_io_above4gb, allowed_values) - ) - - self._memory_mapped_io_above4gb = memory_mapped_io_above4gb - - @property - def numa_optimized(self): - """ - Gets the numa_optimized of this BiosMemory. - BIOS Token for setting NUMA configuration - - :return: The numa_optimized of this BiosMemory. - :rtype: str - """ - return self._numa_optimized - - @numa_optimized.setter - def numa_optimized(self, numa_optimized): - """ - Sets the numa_optimized of this BiosMemory. - BIOS Token for setting NUMA configuration - - :param numa_optimized: The numa_optimized of this BiosMemory. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if numa_optimized not in allowed_values: - raise ValueError( - "Invalid value for `numa_optimized` ({0}), must be one of {1}" - .format(numa_optimized, allowed_values) - ) - - self._numa_optimized = numa_optimized - - @property - def select_memory_ras_configuration(self): - """ - Gets the select_memory_ras_configuration of this BiosMemory. - BIOS Token for setting SelectMemory RAS configuration configuration - - :return: The select_memory_ras_configuration of this BiosMemory. - :rtype: str - """ - return self._select_memory_ras_configuration - - @select_memory_ras_configuration.setter - def select_memory_ras_configuration(self, select_memory_ras_configuration): - """ - Sets the select_memory_ras_configuration of this BiosMemory. - BIOS Token for setting SelectMemory RAS configuration configuration - - :param select_memory_ras_configuration: The select_memory_ras_configuration of this BiosMemory. - :type: str - """ - allowed_values = ["platform-default", "maximum-performance", "mirror-mode-1lm"] - if select_memory_ras_configuration not in allowed_values: - raise ValueError( - "Invalid value for `select_memory_ras_configuration` ({0}), must be one of {1}" - .format(select_memory_ras_configuration, allowed_values) - ) - - self._select_memory_ras_configuration = select_memory_ras_configuration - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosMemory): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_policy.py b/intersight/models/bios_policy.py index ad720935..2181f507 100644 --- a/intersight/models/bios_policy.py +++ b/intersight/models/bios_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_policy_list.py b/intersight/models/bios_policy_list.py index a17cb979..0ce3cbaf 100644 --- a/intersight/models/bios_policy_list.py +++ b/intersight/models/bios_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_policy_ref.py b/intersight/models/bios_policy_ref.py index e985f5f8..bdc1589d 100644 --- a/intersight/models/bios_policy_ref.py +++ b/intersight/models/bios_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_power_or_performance.py b/intersight/models/bios_power_or_performance.py deleted file mode 100644 index 6768f809..00000000 --- a/intersight/models/bios_power_or_performance.py +++ /dev/null @@ -1,267 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosPowerOrPerformance(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'adjacent_cache_line_prefetch': 'str', - 'cpu_performance': 'str', - 'hardware_prefetch': 'str', - 'ip_prefetch': 'str', - 'streamer_prefetch': 'str' - } - - attribute_map = { - 'adjacent_cache_line_prefetch': 'AdjacentCacheLinePrefetch', - 'cpu_performance': 'CpuPerformance', - 'hardware_prefetch': 'HardwarePrefetch', - 'ip_prefetch': 'IpPrefetch', - 'streamer_prefetch': 'StreamerPrefetch' - } - - def __init__(self, adjacent_cache_line_prefetch='platform-default', cpu_performance='platform-default', hardware_prefetch='platform-default', ip_prefetch='platform-default', streamer_prefetch='platform-default'): - """ - BiosPowerOrPerformance - a model defined in Swagger - """ - - self._adjacent_cache_line_prefetch = None - self._cpu_performance = None - self._hardware_prefetch = None - self._ip_prefetch = None - self._streamer_prefetch = None - - if adjacent_cache_line_prefetch is not None: - self.adjacent_cache_line_prefetch = adjacent_cache_line_prefetch - if cpu_performance is not None: - self.cpu_performance = cpu_performance - if hardware_prefetch is not None: - self.hardware_prefetch = hardware_prefetch - if ip_prefetch is not None: - self.ip_prefetch = ip_prefetch - if streamer_prefetch is not None: - self.streamer_prefetch = streamer_prefetch - - @property - def adjacent_cache_line_prefetch(self): - """ - Gets the adjacent_cache_line_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting Adjacent Cache Line Prefetcher configuration - - :return: The adjacent_cache_line_prefetch of this BiosPowerOrPerformance. - :rtype: str - """ - return self._adjacent_cache_line_prefetch - - @adjacent_cache_line_prefetch.setter - def adjacent_cache_line_prefetch(self, adjacent_cache_line_prefetch): - """ - Sets the adjacent_cache_line_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting Adjacent Cache Line Prefetcher configuration - - :param adjacent_cache_line_prefetch: The adjacent_cache_line_prefetch of this BiosPowerOrPerformance. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if adjacent_cache_line_prefetch not in allowed_values: - raise ValueError( - "Invalid value for `adjacent_cache_line_prefetch` ({0}), must be one of {1}" - .format(adjacent_cache_line_prefetch, allowed_values) - ) - - self._adjacent_cache_line_prefetch = adjacent_cache_line_prefetch - - @property - def cpu_performance(self): - """ - Gets the cpu_performance of this BiosPowerOrPerformance. - BIOS Token for setting CPU Performance configuration - - :return: The cpu_performance of this BiosPowerOrPerformance. - :rtype: str - """ - return self._cpu_performance - - @cpu_performance.setter - def cpu_performance(self, cpu_performance): - """ - Sets the cpu_performance of this BiosPowerOrPerformance. - BIOS Token for setting CPU Performance configuration - - :param cpu_performance: The cpu_performance of this BiosPowerOrPerformance. - :type: str - """ - allowed_values = ["platform-default", "custom", "enterprise", "high-throughput", "hpc"] - if cpu_performance not in allowed_values: - raise ValueError( - "Invalid value for `cpu_performance` ({0}), must be one of {1}" - .format(cpu_performance, allowed_values) - ) - - self._cpu_performance = cpu_performance - - @property - def hardware_prefetch(self): - """ - Gets the hardware_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting Hardware Prefetcher configuration - - :return: The hardware_prefetch of this BiosPowerOrPerformance. - :rtype: str - """ - return self._hardware_prefetch - - @hardware_prefetch.setter - def hardware_prefetch(self, hardware_prefetch): - """ - Sets the hardware_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting Hardware Prefetcher configuration - - :param hardware_prefetch: The hardware_prefetch of this BiosPowerOrPerformance. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if hardware_prefetch not in allowed_values: - raise ValueError( - "Invalid value for `hardware_prefetch` ({0}), must be one of {1}" - .format(hardware_prefetch, allowed_values) - ) - - self._hardware_prefetch = hardware_prefetch - - @property - def ip_prefetch(self): - """ - Gets the ip_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting DCU IP Prefetcher configuration - - :return: The ip_prefetch of this BiosPowerOrPerformance. - :rtype: str - """ - return self._ip_prefetch - - @ip_prefetch.setter - def ip_prefetch(self, ip_prefetch): - """ - Sets the ip_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting DCU IP Prefetcher configuration - - :param ip_prefetch: The ip_prefetch of this BiosPowerOrPerformance. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if ip_prefetch not in allowed_values: - raise ValueError( - "Invalid value for `ip_prefetch` ({0}), must be one of {1}" - .format(ip_prefetch, allowed_values) - ) - - self._ip_prefetch = ip_prefetch - - @property - def streamer_prefetch(self): - """ - Gets the streamer_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting DCU Streamer Prefetch configuration - - :return: The streamer_prefetch of this BiosPowerOrPerformance. - :rtype: str - """ - return self._streamer_prefetch - - @streamer_prefetch.setter - def streamer_prefetch(self, streamer_prefetch): - """ - Sets the streamer_prefetch of this BiosPowerOrPerformance. - BIOS Token for setting DCU Streamer Prefetch configuration - - :param streamer_prefetch: The streamer_prefetch of this BiosPowerOrPerformance. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if streamer_prefetch not in allowed_values: - raise ValueError( - "Invalid value for `streamer_prefetch` ({0}), must be one of {1}" - .format(streamer_prefetch, allowed_values) - ) - - self._streamer_prefetch = streamer_prefetch - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosPowerOrPerformance): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_processor.py b/intersight/models/bios_processor.py deleted file mode 100644 index 427c3120..00000000 --- a/intersight/models/bios_processor.py +++ /dev/null @@ -1,845 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosProcessor(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'boot_performance_mode': 'str', - 'cmci_enable': 'str', - 'core_multi_processing': 'str', - 'cpu_energy_performance': 'str', - 'enhanced_intel_speed_step_tech': 'str', - 'execute_disable_bit': 'str', - 'extended_apic': 'str', - 'hwpm_enable': 'str', - 'imc_interleave': 'str', - 'intel_hyper_threading_tech': 'str', - 'intel_turbo_boost_tech': 'str', - 'intel_virtualization_technology': 'str', - 'kti_prefetch': 'str', - 'llc_prefetch': 'str', - 'package_cstate_limit': 'str', - 'processor_c1e': 'str', - 'processor_c6report': 'str', - 'pstate_coord_type': 'str', - 'pwr_perf_tuning': 'str', - 'snc': 'str', - 'work_load_config': 'str', - 'xpt_prefetch': 'str' - } - - attribute_map = { - 'boot_performance_mode': 'BootPerformanceMode', - 'cmci_enable': 'CmciEnable', - 'core_multi_processing': 'CoreMultiProcessing', - 'cpu_energy_performance': 'CpuEnergyPerformance', - 'enhanced_intel_speed_step_tech': 'EnhancedIntelSpeedStepTech', - 'execute_disable_bit': 'ExecuteDisableBit', - 'extended_apic': 'ExtendedApic', - 'hwpm_enable': 'HwpmEnable', - 'imc_interleave': 'ImcInterleave', - 'intel_hyper_threading_tech': 'IntelHyperThreadingTech', - 'intel_turbo_boost_tech': 'IntelTurboBoostTech', - 'intel_virtualization_technology': 'IntelVirtualizationTechnology', - 'kti_prefetch': 'KtiPrefetch', - 'llc_prefetch': 'LlcPrefetch', - 'package_cstate_limit': 'PackageCstateLimit', - 'processor_c1e': 'ProcessorC1e', - 'processor_c6report': 'ProcessorC6report', - 'pstate_coord_type': 'PstateCoordType', - 'pwr_perf_tuning': 'PwrPerfTuning', - 'snc': 'Snc', - 'work_load_config': 'WorkLoadConfig', - 'xpt_prefetch': 'XptPrefetch' - } - - def __init__(self, boot_performance_mode='platform-default', cmci_enable='platform-default', core_multi_processing='platform-default', cpu_energy_performance='platform-default', enhanced_intel_speed_step_tech='platform-default', execute_disable_bit='platform-default', extended_apic='platform-default', hwpm_enable='platform-default', imc_interleave='platform-default', intel_hyper_threading_tech='platform-default', intel_turbo_boost_tech='platform-default', intel_virtualization_technology='platform-default', kti_prefetch='platform-default', llc_prefetch='platform-default', package_cstate_limit='platform-default', processor_c1e='platform-default', processor_c6report='platform-default', pstate_coord_type='platform-default', pwr_perf_tuning='platform-default', snc='platform-default', work_load_config='platform-default', xpt_prefetch='platform-default'): - """ - BiosProcessor - a model defined in Swagger - """ - - self._boot_performance_mode = None - self._cmci_enable = None - self._core_multi_processing = None - self._cpu_energy_performance = None - self._enhanced_intel_speed_step_tech = None - self._execute_disable_bit = None - self._extended_apic = None - self._hwpm_enable = None - self._imc_interleave = None - self._intel_hyper_threading_tech = None - self._intel_turbo_boost_tech = None - self._intel_virtualization_technology = None - self._kti_prefetch = None - self._llc_prefetch = None - self._package_cstate_limit = None - self._processor_c1e = None - self._processor_c6report = None - self._pstate_coord_type = None - self._pwr_perf_tuning = None - self._snc = None - self._work_load_config = None - self._xpt_prefetch = None - - if boot_performance_mode is not None: - self.boot_performance_mode = boot_performance_mode - if cmci_enable is not None: - self.cmci_enable = cmci_enable - if core_multi_processing is not None: - self.core_multi_processing = core_multi_processing - if cpu_energy_performance is not None: - self.cpu_energy_performance = cpu_energy_performance - if enhanced_intel_speed_step_tech is not None: - self.enhanced_intel_speed_step_tech = enhanced_intel_speed_step_tech - if execute_disable_bit is not None: - self.execute_disable_bit = execute_disable_bit - if extended_apic is not None: - self.extended_apic = extended_apic - if hwpm_enable is not None: - self.hwpm_enable = hwpm_enable - if imc_interleave is not None: - self.imc_interleave = imc_interleave - if intel_hyper_threading_tech is not None: - self.intel_hyper_threading_tech = intel_hyper_threading_tech - if intel_turbo_boost_tech is not None: - self.intel_turbo_boost_tech = intel_turbo_boost_tech - if intel_virtualization_technology is not None: - self.intel_virtualization_technology = intel_virtualization_technology - if kti_prefetch is not None: - self.kti_prefetch = kti_prefetch - if llc_prefetch is not None: - self.llc_prefetch = llc_prefetch - if package_cstate_limit is not None: - self.package_cstate_limit = package_cstate_limit - if processor_c1e is not None: - self.processor_c1e = processor_c1e - if processor_c6report is not None: - self.processor_c6report = processor_c6report - if pstate_coord_type is not None: - self.pstate_coord_type = pstate_coord_type - if pwr_perf_tuning is not None: - self.pwr_perf_tuning = pwr_perf_tuning - if snc is not None: - self.snc = snc - if work_load_config is not None: - self.work_load_config = work_load_config - if xpt_prefetch is not None: - self.xpt_prefetch = xpt_prefetch - - @property - def boot_performance_mode(self): - """ - Gets the boot_performance_mode of this BiosProcessor. - BIOS Token for setting Boot Performance Mode configuration - - :return: The boot_performance_mode of this BiosProcessor. - :rtype: str - """ - return self._boot_performance_mode - - @boot_performance_mode.setter - def boot_performance_mode(self, boot_performance_mode): - """ - Sets the boot_performance_mode of this BiosProcessor. - BIOS Token for setting Boot Performance Mode configuration - - :param boot_performance_mode: The boot_performance_mode of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "Max Efficient", "Max Performance", "Set by Intel NM"] - if boot_performance_mode not in allowed_values: - raise ValueError( - "Invalid value for `boot_performance_mode` ({0}), must be one of {1}" - .format(boot_performance_mode, allowed_values) - ) - - self._boot_performance_mode = boot_performance_mode - - @property - def cmci_enable(self): - """ - Gets the cmci_enable of this BiosProcessor. - BIOS Token for setting Processor CMCI configuration - - :return: The cmci_enable of this BiosProcessor. - :rtype: str - """ - return self._cmci_enable - - @cmci_enable.setter - def cmci_enable(self, cmci_enable): - """ - Sets the cmci_enable of this BiosProcessor. - BIOS Token for setting Processor CMCI configuration - - :param cmci_enable: The cmci_enable of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if cmci_enable not in allowed_values: - raise ValueError( - "Invalid value for `cmci_enable` ({0}), must be one of {1}" - .format(cmci_enable, allowed_values) - ) - - self._cmci_enable = cmci_enable - - @property - def core_multi_processing(self): - """ - Gets the core_multi_processing of this BiosProcessor. - BIOS Token for setting Cores Enabled configuration - - :return: The core_multi_processing of this BiosProcessor. - :rtype: str - """ - return self._core_multi_processing - - @core_multi_processing.setter - def core_multi_processing(self, core_multi_processing): - """ - Sets the core_multi_processing of this BiosProcessor. - BIOS Token for setting Cores Enabled configuration - - :param core_multi_processing: The core_multi_processing of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "3", "4", "5", "6", "7", "8", "9", "all"] - if core_multi_processing not in allowed_values: - raise ValueError( - "Invalid value for `core_multi_processing` ({0}), must be one of {1}" - .format(core_multi_processing, allowed_values) - ) - - self._core_multi_processing = core_multi_processing - - @property - def cpu_energy_performance(self): - """ - Gets the cpu_energy_performance of this BiosProcessor. - BIOS Token for setting Energy Performance BIOS Config configuration - - :return: The cpu_energy_performance of this BiosProcessor. - :rtype: str - """ - return self._cpu_energy_performance - - @cpu_energy_performance.setter - def cpu_energy_performance(self, cpu_energy_performance): - """ - Sets the cpu_energy_performance of this BiosProcessor. - BIOS Token for setting Energy Performance BIOS Config configuration - - :param cpu_energy_performance: The cpu_energy_performance of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "balanced-performance", "balanced-power", "performance", "power"] - if cpu_energy_performance not in allowed_values: - raise ValueError( - "Invalid value for `cpu_energy_performance` ({0}), must be one of {1}" - .format(cpu_energy_performance, allowed_values) - ) - - self._cpu_energy_performance = cpu_energy_performance - - @property - def enhanced_intel_speed_step_tech(self): - """ - Gets the enhanced_intel_speed_step_tech of this BiosProcessor. - BIOS Token for setting Enhanced Intel Speedstep(R) Technology configuration - - :return: The enhanced_intel_speed_step_tech of this BiosProcessor. - :rtype: str - """ - return self._enhanced_intel_speed_step_tech - - @enhanced_intel_speed_step_tech.setter - def enhanced_intel_speed_step_tech(self, enhanced_intel_speed_step_tech): - """ - Sets the enhanced_intel_speed_step_tech of this BiosProcessor. - BIOS Token for setting Enhanced Intel Speedstep(R) Technology configuration - - :param enhanced_intel_speed_step_tech: The enhanced_intel_speed_step_tech of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if enhanced_intel_speed_step_tech not in allowed_values: - raise ValueError( - "Invalid value for `enhanced_intel_speed_step_tech` ({0}), must be one of {1}" - .format(enhanced_intel_speed_step_tech, allowed_values) - ) - - self._enhanced_intel_speed_step_tech = enhanced_intel_speed_step_tech - - @property - def execute_disable_bit(self): - """ - Gets the execute_disable_bit of this BiosProcessor. - BIOS Token for setting Execute Disable Bit configuration - - :return: The execute_disable_bit of this BiosProcessor. - :rtype: str - """ - return self._execute_disable_bit - - @execute_disable_bit.setter - def execute_disable_bit(self, execute_disable_bit): - """ - Sets the execute_disable_bit of this BiosProcessor. - BIOS Token for setting Execute Disable Bit configuration - - :param execute_disable_bit: The execute_disable_bit of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if execute_disable_bit not in allowed_values: - raise ValueError( - "Invalid value for `execute_disable_bit` ({0}), must be one of {1}" - .format(execute_disable_bit, allowed_values) - ) - - self._execute_disable_bit = execute_disable_bit - - @property - def extended_apic(self): - """ - Gets the extended_apic of this BiosProcessor. - BIOS Token for setting Extended Apic configuration - - :return: The extended_apic of this BiosProcessor. - :rtype: str - """ - return self._extended_apic - - @extended_apic.setter - def extended_apic(self, extended_apic): - """ - Sets the extended_apic of this BiosProcessor. - BIOS Token for setting Extended Apic configuration - - :param extended_apic: The extended_apic of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if extended_apic not in allowed_values: - raise ValueError( - "Invalid value for `extended_apic` ({0}), must be one of {1}" - .format(extended_apic, allowed_values) - ) - - self._extended_apic = extended_apic - - @property - def hwpm_enable(self): - """ - Gets the hwpm_enable of this BiosProcessor. - BIOS Token for setting Hardware P-States configuration - - :return: The hwpm_enable of this BiosProcessor. - :rtype: str - """ - return self._hwpm_enable - - @hwpm_enable.setter - def hwpm_enable(self, hwpm_enable): - """ - Sets the hwpm_enable of this BiosProcessor. - BIOS Token for setting Hardware P-States configuration - - :param hwpm_enable: The hwpm_enable of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "Disabled", "HWPM Native Mode", "HWPM OOB Mode", "Native Mode with no Legacy"] - if hwpm_enable not in allowed_values: - raise ValueError( - "Invalid value for `hwpm_enable` ({0}), must be one of {1}" - .format(hwpm_enable, allowed_values) - ) - - self._hwpm_enable = hwpm_enable - - @property - def imc_interleave(self): - """ - Gets the imc_interleave of this BiosProcessor. - BIOS Token for setting IMC Interleaving configuration - - :return: The imc_interleave of this BiosProcessor. - :rtype: str - """ - return self._imc_interleave - - @imc_interleave.setter - def imc_interleave(self, imc_interleave): - """ - Sets the imc_interleave of this BiosProcessor. - BIOS Token for setting IMC Interleaving configuration - - :param imc_interleave: The imc_interleave of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "1-way Interleave", "2-way Interleave", "Auto"] - if imc_interleave not in allowed_values: - raise ValueError( - "Invalid value for `imc_interleave` ({0}), must be one of {1}" - .format(imc_interleave, allowed_values) - ) - - self._imc_interleave = imc_interleave - - @property - def intel_hyper_threading_tech(self): - """ - Gets the intel_hyper_threading_tech of this BiosProcessor. - BIOS Token for setting Hyper-Threading [ALL] configuration - - :return: The intel_hyper_threading_tech of this BiosProcessor. - :rtype: str - """ - return self._intel_hyper_threading_tech - - @intel_hyper_threading_tech.setter - def intel_hyper_threading_tech(self, intel_hyper_threading_tech): - """ - Sets the intel_hyper_threading_tech of this BiosProcessor. - BIOS Token for setting Hyper-Threading [ALL] configuration - - :param intel_hyper_threading_tech: The intel_hyper_threading_tech of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if intel_hyper_threading_tech not in allowed_values: - raise ValueError( - "Invalid value for `intel_hyper_threading_tech` ({0}), must be one of {1}" - .format(intel_hyper_threading_tech, allowed_values) - ) - - self._intel_hyper_threading_tech = intel_hyper_threading_tech - - @property - def intel_turbo_boost_tech(self): - """ - Gets the intel_turbo_boost_tech of this BiosProcessor. - BIOS Token for setting Turbo Mode configuration - - :return: The intel_turbo_boost_tech of this BiosProcessor. - :rtype: str - """ - return self._intel_turbo_boost_tech - - @intel_turbo_boost_tech.setter - def intel_turbo_boost_tech(self, intel_turbo_boost_tech): - """ - Sets the intel_turbo_boost_tech of this BiosProcessor. - BIOS Token for setting Turbo Mode configuration - - :param intel_turbo_boost_tech: The intel_turbo_boost_tech of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if intel_turbo_boost_tech not in allowed_values: - raise ValueError( - "Invalid value for `intel_turbo_boost_tech` ({0}), must be one of {1}" - .format(intel_turbo_boost_tech, allowed_values) - ) - - self._intel_turbo_boost_tech = intel_turbo_boost_tech - - @property - def intel_virtualization_technology(self): - """ - Gets the intel_virtualization_technology of this BiosProcessor. - BIOS Token for setting Intel(R) VT configuration - - :return: The intel_virtualization_technology of this BiosProcessor. - :rtype: str - """ - return self._intel_virtualization_technology - - @intel_virtualization_technology.setter - def intel_virtualization_technology(self, intel_virtualization_technology): - """ - Sets the intel_virtualization_technology of this BiosProcessor. - BIOS Token for setting Intel(R) VT configuration - - :param intel_virtualization_technology: The intel_virtualization_technology of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if intel_virtualization_technology not in allowed_values: - raise ValueError( - "Invalid value for `intel_virtualization_technology` ({0}), must be one of {1}" - .format(intel_virtualization_technology, allowed_values) - ) - - self._intel_virtualization_technology = intel_virtualization_technology - - @property - def kti_prefetch(self): - """ - Gets the kti_prefetch of this BiosProcessor. - BIOS Token for setting KTI Prefetch configuration - - :return: The kti_prefetch of this BiosProcessor. - :rtype: str - """ - return self._kti_prefetch - - @kti_prefetch.setter - def kti_prefetch(self, kti_prefetch): - """ - Sets the kti_prefetch of this BiosProcessor. - BIOS Token for setting KTI Prefetch configuration - - :param kti_prefetch: The kti_prefetch of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if kti_prefetch not in allowed_values: - raise ValueError( - "Invalid value for `kti_prefetch` ({0}), must be one of {1}" - .format(kti_prefetch, allowed_values) - ) - - self._kti_prefetch = kti_prefetch - - @property - def llc_prefetch(self): - """ - Gets the llc_prefetch of this BiosProcessor. - BIOS Token for setting LLC Prefetch configuration - - :return: The llc_prefetch of this BiosProcessor. - :rtype: str - """ - return self._llc_prefetch - - @llc_prefetch.setter - def llc_prefetch(self, llc_prefetch): - """ - Sets the llc_prefetch of this BiosProcessor. - BIOS Token for setting LLC Prefetch configuration - - :param llc_prefetch: The llc_prefetch of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if llc_prefetch not in allowed_values: - raise ValueError( - "Invalid value for `llc_prefetch` ({0}), must be one of {1}" - .format(llc_prefetch, allowed_values) - ) - - self._llc_prefetch = llc_prefetch - - @property - def package_cstate_limit(self): - """ - Gets the package_cstate_limit of this BiosProcessor. - BIOS Token for setting Package C State configuration - - :return: The package_cstate_limit of this BiosProcessor. - :rtype: str - """ - return self._package_cstate_limit - - @package_cstate_limit.setter - def package_cstate_limit(self, package_cstate_limit): - """ - Sets the package_cstate_limit of this BiosProcessor. - BIOS Token for setting Package C State configuration - - :param package_cstate_limit: The package_cstate_limit of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "Auto", "C0 C1 State", "C2", "C6 Non Retention", "C6 Retention", "No Limit"] - if package_cstate_limit not in allowed_values: - raise ValueError( - "Invalid value for `package_cstate_limit` ({0}), must be one of {1}" - .format(package_cstate_limit, allowed_values) - ) - - self._package_cstate_limit = package_cstate_limit - - @property - def processor_c1e(self): - """ - Gets the processor_c1e of this BiosProcessor. - BIOS Token for setting Processor C1E configuration - - :return: The processor_c1e of this BiosProcessor. - :rtype: str - """ - return self._processor_c1e - - @processor_c1e.setter - def processor_c1e(self, processor_c1e): - """ - Sets the processor_c1e of this BiosProcessor. - BIOS Token for setting Processor C1E configuration - - :param processor_c1e: The processor_c1e of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if processor_c1e not in allowed_values: - raise ValueError( - "Invalid value for `processor_c1e` ({0}), must be one of {1}" - .format(processor_c1e, allowed_values) - ) - - self._processor_c1e = processor_c1e - - @property - def processor_c6report(self): - """ - Gets the processor_c6report of this BiosProcessor. - BIOS Token for setting Processor C6 Report configuration - - :return: The processor_c6report of this BiosProcessor. - :rtype: str - """ - return self._processor_c6report - - @processor_c6report.setter - def processor_c6report(self, processor_c6report): - """ - Sets the processor_c6report of this BiosProcessor. - BIOS Token for setting Processor C6 Report configuration - - :param processor_c6report: The processor_c6report of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if processor_c6report not in allowed_values: - raise ValueError( - "Invalid value for `processor_c6report` ({0}), must be one of {1}" - .format(processor_c6report, allowed_values) - ) - - self._processor_c6report = processor_c6report - - @property - def pstate_coord_type(self): - """ - Gets the pstate_coord_type of this BiosProcessor. - BIOS Token for setting EIST PSD Function configuration - - :return: The pstate_coord_type of this BiosProcessor. - :rtype: str - """ - return self._pstate_coord_type - - @pstate_coord_type.setter - def pstate_coord_type(self, pstate_coord_type): - """ - Sets the pstate_coord_type of this BiosProcessor. - BIOS Token for setting EIST PSD Function configuration - - :param pstate_coord_type: The pstate_coord_type of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "HW ALL", "SW ALL", "SW ANY"] - if pstate_coord_type not in allowed_values: - raise ValueError( - "Invalid value for `pstate_coord_type` ({0}), must be one of {1}" - .format(pstate_coord_type, allowed_values) - ) - - self._pstate_coord_type = pstate_coord_type - - @property - def pwr_perf_tuning(self): - """ - Gets the pwr_perf_tuning of this BiosProcessor. - BIOS Token for setting Power Performance Tuning configuration - - :return: The pwr_perf_tuning of this BiosProcessor. - :rtype: str - """ - return self._pwr_perf_tuning - - @pwr_perf_tuning.setter - def pwr_perf_tuning(self, pwr_perf_tuning): - """ - Sets the pwr_perf_tuning of this BiosProcessor. - BIOS Token for setting Power Performance Tuning configuration - - :param pwr_perf_tuning: The pwr_perf_tuning of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "bios", "os"] - if pwr_perf_tuning not in allowed_values: - raise ValueError( - "Invalid value for `pwr_perf_tuning` ({0}), must be one of {1}" - .format(pwr_perf_tuning, allowed_values) - ) - - self._pwr_perf_tuning = pwr_perf_tuning - - @property - def snc(self): - """ - Gets the snc of this BiosProcessor. - BIOS Token for setting Sub Numa Clustering configuration - - :return: The snc of this BiosProcessor. - :rtype: str - """ - return self._snc - - @snc.setter - def snc(self, snc): - """ - Sets the snc of this BiosProcessor. - BIOS Token for setting Sub Numa Clustering configuration - - :param snc: The snc of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "Auto", "disabled", "enabled"] - if snc not in allowed_values: - raise ValueError( - "Invalid value for `snc` ({0}), must be one of {1}" - .format(snc, allowed_values) - ) - - self._snc = snc - - @property - def work_load_config(self): - """ - Gets the work_load_config of this BiosProcessor. - BIOS Token for setting Workload Configuration configuration - - :return: The work_load_config of this BiosProcessor. - :rtype: str - """ - return self._work_load_config - - @work_load_config.setter - def work_load_config(self, work_load_config): - """ - Sets the work_load_config of this BiosProcessor. - BIOS Token for setting Workload Configuration configuration - - :param work_load_config: The work_load_config of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "Balanced", "I/O Sensitive"] - if work_load_config not in allowed_values: - raise ValueError( - "Invalid value for `work_load_config` ({0}), must be one of {1}" - .format(work_load_config, allowed_values) - ) - - self._work_load_config = work_load_config - - @property - def xpt_prefetch(self): - """ - Gets the xpt_prefetch of this BiosProcessor. - BIOS Token for setting XPT Prefetch configuration - - :return: The xpt_prefetch of this BiosProcessor. - :rtype: str - """ - return self._xpt_prefetch - - @xpt_prefetch.setter - def xpt_prefetch(self, xpt_prefetch): - """ - Sets the xpt_prefetch of this BiosProcessor. - BIOS Token for setting XPT Prefetch configuration - - :param xpt_prefetch: The xpt_prefetch of this BiosProcessor. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if xpt_prefetch not in allowed_values: - raise ValueError( - "Invalid value for `xpt_prefetch` ({0}), must be one of {1}" - .format(xpt_prefetch, allowed_values) - ) - - self._xpt_prefetch = xpt_prefetch - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosProcessor): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_security.py b/intersight/models/bios_security.py deleted file mode 100644 index 9f24d92c..00000000 --- a/intersight/models/bios_security.py +++ /dev/null @@ -1,199 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosSecurity(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'pop_support': 'str', - 'tpm_control': 'str', - 'txt_support': 'str' - } - - attribute_map = { - 'pop_support': 'PopSupport', - 'tpm_control': 'TpmControl', - 'txt_support': 'TxtSupport' - } - - def __init__(self, pop_support='platform-default', tpm_control='platform-default', txt_support='platform-default'): - """ - BiosSecurity - a model defined in Swagger - """ - - self._pop_support = None - self._tpm_control = None - self._txt_support = None - - if pop_support is not None: - self.pop_support = pop_support - if tpm_control is not None: - self.tpm_control = tpm_control - if txt_support is not None: - self.txt_support = txt_support - - @property - def pop_support(self): - """ - Gets the pop_support of this BiosSecurity. - BIOS Token for setting Power ON Password Support configuration - - :return: The pop_support of this BiosSecurity. - :rtype: str - """ - return self._pop_support - - @pop_support.setter - def pop_support(self, pop_support): - """ - Sets the pop_support of this BiosSecurity. - BIOS Token for setting Power ON Password Support configuration - - :param pop_support: The pop_support of this BiosSecurity. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if pop_support not in allowed_values: - raise ValueError( - "Invalid value for `pop_support` ({0}), must be one of {1}" - .format(pop_support, allowed_values) - ) - - self._pop_support = pop_support - - @property - def tpm_control(self): - """ - Gets the tpm_control of this BiosSecurity. - BIOS Token for setting Trusted Platform Module State configuration - - :return: The tpm_control of this BiosSecurity. - :rtype: str - """ - return self._tpm_control - - @tpm_control.setter - def tpm_control(self, tpm_control): - """ - Sets the tpm_control of this BiosSecurity. - BIOS Token for setting Trusted Platform Module State configuration - - :param tpm_control: The tpm_control of this BiosSecurity. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if tpm_control not in allowed_values: - raise ValueError( - "Invalid value for `tpm_control` ({0}), must be one of {1}" - .format(tpm_control, allowed_values) - ) - - self._tpm_control = tpm_control - - @property - def txt_support(self): - """ - Gets the txt_support of this BiosSecurity. - BIOS Token for setting Intel Trusted Execution Technology Support configuration - - :return: The txt_support of this BiosSecurity. - :rtype: str - """ - return self._txt_support - - @txt_support.setter - def txt_support(self, txt_support): - """ - Sets the txt_support of this BiosSecurity. - BIOS Token for setting Intel Trusted Execution Technology Support configuration - - :param txt_support: The txt_support of this BiosSecurity. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if txt_support not in allowed_values: - raise ValueError( - "Invalid value for `txt_support` ({0}), must be one of {1}" - .format(txt_support, allowed_values) - ) - - self._txt_support = txt_support - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosSecurity): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_serial_configuration.py b/intersight/models/bios_serial_configuration.py deleted file mode 100644 index 1ce5442a..00000000 --- a/intersight/models/bios_serial_configuration.py +++ /dev/null @@ -1,335 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosSerialConfiguration(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'baud_rate': 'str', - 'console_redirection': 'str', - 'flow_control': 'str', - 'legacy_os_redirection': 'str', - 'putty_key_pad': 'str', - 'redirection_after_post': 'str', - 'terminal_type': 'str' - } - - attribute_map = { - 'baud_rate': 'BaudRate', - 'console_redirection': 'ConsoleRedirection', - 'flow_control': 'FlowControl', - 'legacy_os_redirection': 'LegacyOsRedirection', - 'putty_key_pad': 'PuttyKeyPad', - 'redirection_after_post': 'RedirectionAfterPost', - 'terminal_type': 'TerminalType' - } - - def __init__(self, baud_rate='platform-default', console_redirection='platform-default', flow_control='platform-default', legacy_os_redirection='platform-default', putty_key_pad='platform-default', redirection_after_post='platform-default', terminal_type='platform-default'): - """ - BiosSerialConfiguration - a model defined in Swagger - """ - - self._baud_rate = None - self._console_redirection = None - self._flow_control = None - self._legacy_os_redirection = None - self._putty_key_pad = None - self._redirection_after_post = None - self._terminal_type = None - - if baud_rate is not None: - self.baud_rate = baud_rate - if console_redirection is not None: - self.console_redirection = console_redirection - if flow_control is not None: - self.flow_control = flow_control - if legacy_os_redirection is not None: - self.legacy_os_redirection = legacy_os_redirection - if putty_key_pad is not None: - self.putty_key_pad = putty_key_pad - if redirection_after_post is not None: - self.redirection_after_post = redirection_after_post - if terminal_type is not None: - self.terminal_type = terminal_type - - @property - def baud_rate(self): - """ - Gets the baud_rate of this BiosSerialConfiguration. - BIOS Token for setting Bits per second configuration - - :return: The baud_rate of this BiosSerialConfiguration. - :rtype: str - """ - return self._baud_rate - - @baud_rate.setter - def baud_rate(self, baud_rate): - """ - Sets the baud_rate of this BiosSerialConfiguration. - BIOS Token for setting Bits per second configuration - - :param baud_rate: The baud_rate of this BiosSerialConfiguration. - :type: str - """ - allowed_values = ["platform-default", "115200", "19200", "38400", "57600", "9600"] - if baud_rate not in allowed_values: - raise ValueError( - "Invalid value for `baud_rate` ({0}), must be one of {1}" - .format(baud_rate, allowed_values) - ) - - self._baud_rate = baud_rate - - @property - def console_redirection(self): - """ - Gets the console_redirection of this BiosSerialConfiguration. - BIOS Token for setting Console Redirection configuration - - :return: The console_redirection of this BiosSerialConfiguration. - :rtype: str - """ - return self._console_redirection - - @console_redirection.setter - def console_redirection(self, console_redirection): - """ - Sets the console_redirection of this BiosSerialConfiguration. - BIOS Token for setting Console Redirection configuration - - :param console_redirection: The console_redirection of this BiosSerialConfiguration. - :type: str - """ - allowed_values = ["platform-default", "com-0", "com-1", "disabled"] - if console_redirection not in allowed_values: - raise ValueError( - "Invalid value for `console_redirection` ({0}), must be one of {1}" - .format(console_redirection, allowed_values) - ) - - self._console_redirection = console_redirection - - @property - def flow_control(self): - """ - Gets the flow_control of this BiosSerialConfiguration. - BIOS Token for setting Flow Control configuration - - :return: The flow_control of this BiosSerialConfiguration. - :rtype: str - """ - return self._flow_control - - @flow_control.setter - def flow_control(self, flow_control): - """ - Sets the flow_control of this BiosSerialConfiguration. - BIOS Token for setting Flow Control configuration - - :param flow_control: The flow_control of this BiosSerialConfiguration. - :type: str - """ - allowed_values = ["platform-default", "none", "rts-cts"] - if flow_control not in allowed_values: - raise ValueError( - "Invalid value for `flow_control` ({0}), must be one of {1}" - .format(flow_control, allowed_values) - ) - - self._flow_control = flow_control - - @property - def legacy_os_redirection(self): - """ - Gets the legacy_os_redirection of this BiosSerialConfiguration. - BIOS Token for setting Legacy OS Redirection configuration - - :return: The legacy_os_redirection of this BiosSerialConfiguration. - :rtype: str - """ - return self._legacy_os_redirection - - @legacy_os_redirection.setter - def legacy_os_redirection(self, legacy_os_redirection): - """ - Sets the legacy_os_redirection of this BiosSerialConfiguration. - BIOS Token for setting Legacy OS Redirection configuration - - :param legacy_os_redirection: The legacy_os_redirection of this BiosSerialConfiguration. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if legacy_os_redirection not in allowed_values: - raise ValueError( - "Invalid value for `legacy_os_redirection` ({0}), must be one of {1}" - .format(legacy_os_redirection, allowed_values) - ) - - self._legacy_os_redirection = legacy_os_redirection - - @property - def putty_key_pad(self): - """ - Gets the putty_key_pad of this BiosSerialConfiguration. - BIOS Token for setting Putty KeyPad configuration - - :return: The putty_key_pad of this BiosSerialConfiguration. - :rtype: str - """ - return self._putty_key_pad - - @putty_key_pad.setter - def putty_key_pad(self, putty_key_pad): - """ - Sets the putty_key_pad of this BiosSerialConfiguration. - BIOS Token for setting Putty KeyPad configuration - - :param putty_key_pad: The putty_key_pad of this BiosSerialConfiguration. - :type: str - """ - allowed_values = ["platform-default", "ESCN", "LINUX", "SCO", "VT100", "VT400", "XTERMR6"] - if putty_key_pad not in allowed_values: - raise ValueError( - "Invalid value for `putty_key_pad` ({0}), must be one of {1}" - .format(putty_key_pad, allowed_values) - ) - - self._putty_key_pad = putty_key_pad - - @property - def redirection_after_post(self): - """ - Gets the redirection_after_post of this BiosSerialConfiguration. - BIOS Token for setting Redirection After BIOS POST configuration - - :return: The redirection_after_post of this BiosSerialConfiguration. - :rtype: str - """ - return self._redirection_after_post - - @redirection_after_post.setter - def redirection_after_post(self, redirection_after_post): - """ - Sets the redirection_after_post of this BiosSerialConfiguration. - BIOS Token for setting Redirection After BIOS POST configuration - - :param redirection_after_post: The redirection_after_post of this BiosSerialConfiguration. - :type: str - """ - allowed_values = ["platform-default", "Always Enable", "Bootloader"] - if redirection_after_post not in allowed_values: - raise ValueError( - "Invalid value for `redirection_after_post` ({0}), must be one of {1}" - .format(redirection_after_post, allowed_values) - ) - - self._redirection_after_post = redirection_after_post - - @property - def terminal_type(self): - """ - Gets the terminal_type of this BiosSerialConfiguration. - BIOS Token for setting Terminal Type configuration - - :return: The terminal_type of this BiosSerialConfiguration. - :rtype: str - """ - return self._terminal_type - - @terminal_type.setter - def terminal_type(self, terminal_type): - """ - Sets the terminal_type of this BiosSerialConfiguration. - BIOS Token for setting Terminal Type configuration - - :param terminal_type: The terminal_type of this BiosSerialConfiguration. - :type: str - """ - allowed_values = ["platform-default", "pc-ansi", "vt-utf8", "vt100", "vt100-plus"] - if terminal_type not in allowed_values: - raise ValueError( - "Invalid value for `terminal_type` ({0}), must be one of {1}" - .format(terminal_type, allowed_values) - ) - - self._terminal_type = terminal_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosSerialConfiguration): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_server_management.py b/intersight/models/bios_server_management.py deleted file mode 100644 index 9c6aeebc..00000000 --- a/intersight/models/bios_server_management.py +++ /dev/null @@ -1,369 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BiosServerManagement(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'boot_option_num_retry': 'str', - 'boot_option_re_cool_down': 'str', - 'boot_option_retry': 'str', - 'cdn_enable': 'str', - 'frb2enable': 'str', - 'os_boot_watchdog_timer': 'str', - 'os_boot_watchdog_timer_policy': 'str', - 'os_boot_watchdog_timer_timeout': 'str' - } - - attribute_map = { - 'boot_option_num_retry': 'BootOptionNumRetry', - 'boot_option_re_cool_down': 'BootOptionReCoolDown', - 'boot_option_retry': 'BootOptionRetry', - 'cdn_enable': 'CdnEnable', - 'frb2enable': 'Frb2enable', - 'os_boot_watchdog_timer': 'OsBootWatchdogTimer', - 'os_boot_watchdog_timer_policy': 'OsBootWatchdogTimerPolicy', - 'os_boot_watchdog_timer_timeout': 'OsBootWatchdogTimerTimeout' - } - - def __init__(self, boot_option_num_retry='platform-default', boot_option_re_cool_down='platform-default', boot_option_retry='platform-default', cdn_enable='platform-default', frb2enable='platform-default', os_boot_watchdog_timer='platform-default', os_boot_watchdog_timer_policy='platform-default', os_boot_watchdog_timer_timeout='platform-default'): - """ - BiosServerManagement - a model defined in Swagger - """ - - self._boot_option_num_retry = None - self._boot_option_re_cool_down = None - self._boot_option_retry = None - self._cdn_enable = None - self._frb2enable = None - self._os_boot_watchdog_timer = None - self._os_boot_watchdog_timer_policy = None - self._os_boot_watchdog_timer_timeout = None - - if boot_option_num_retry is not None: - self.boot_option_num_retry = boot_option_num_retry - if boot_option_re_cool_down is not None: - self.boot_option_re_cool_down = boot_option_re_cool_down - if boot_option_retry is not None: - self.boot_option_retry = boot_option_retry - if cdn_enable is not None: - self.cdn_enable = cdn_enable - if frb2enable is not None: - self.frb2enable = frb2enable - if os_boot_watchdog_timer is not None: - self.os_boot_watchdog_timer = os_boot_watchdog_timer - if os_boot_watchdog_timer_policy is not None: - self.os_boot_watchdog_timer_policy = os_boot_watchdog_timer_policy - if os_boot_watchdog_timer_timeout is not None: - self.os_boot_watchdog_timer_timeout = os_boot_watchdog_timer_timeout - - @property - def boot_option_num_retry(self): - """ - Gets the boot_option_num_retry of this BiosServerManagement. - BIOS Token for setting Number of Retries configuration - - :return: The boot_option_num_retry of this BiosServerManagement. - :rtype: str - """ - return self._boot_option_num_retry - - @boot_option_num_retry.setter - def boot_option_num_retry(self, boot_option_num_retry): - """ - Sets the boot_option_num_retry of this BiosServerManagement. - BIOS Token for setting Number of Retries configuration - - :param boot_option_num_retry: The boot_option_num_retry of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "13", "5", "Infinite"] - if boot_option_num_retry not in allowed_values: - raise ValueError( - "Invalid value for `boot_option_num_retry` ({0}), must be one of {1}" - .format(boot_option_num_retry, allowed_values) - ) - - self._boot_option_num_retry = boot_option_num_retry - - @property - def boot_option_re_cool_down(self): - """ - Gets the boot_option_re_cool_down of this BiosServerManagement. - BIOS Token for setting Cool Down Time (sec) configuration - - :return: The boot_option_re_cool_down of this BiosServerManagement. - :rtype: str - """ - return self._boot_option_re_cool_down - - @boot_option_re_cool_down.setter - def boot_option_re_cool_down(self, boot_option_re_cool_down): - """ - Sets the boot_option_re_cool_down of this BiosServerManagement. - BIOS Token for setting Cool Down Time (sec) configuration - - :param boot_option_re_cool_down: The boot_option_re_cool_down of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "15", "45", "90"] - if boot_option_re_cool_down not in allowed_values: - raise ValueError( - "Invalid value for `boot_option_re_cool_down` ({0}), must be one of {1}" - .format(boot_option_re_cool_down, allowed_values) - ) - - self._boot_option_re_cool_down = boot_option_re_cool_down - - @property - def boot_option_retry(self): - """ - Gets the boot_option_retry of this BiosServerManagement. - BIOS Token for setting Boot Option Retry configuration - - :return: The boot_option_retry of this BiosServerManagement. - :rtype: str - """ - return self._boot_option_retry - - @boot_option_retry.setter - def boot_option_retry(self, boot_option_retry): - """ - Sets the boot_option_retry of this BiosServerManagement. - BIOS Token for setting Boot Option Retry configuration - - :param boot_option_retry: The boot_option_retry of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if boot_option_retry not in allowed_values: - raise ValueError( - "Invalid value for `boot_option_retry` ({0}), must be one of {1}" - .format(boot_option_retry, allowed_values) - ) - - self._boot_option_retry = boot_option_retry - - @property - def cdn_enable(self): - """ - Gets the cdn_enable of this BiosServerManagement. - BIOS Token for setting Consistent Device Naming configuration - - :return: The cdn_enable of this BiosServerManagement. - :rtype: str - """ - return self._cdn_enable - - @cdn_enable.setter - def cdn_enable(self, cdn_enable): - """ - Sets the cdn_enable of this BiosServerManagement. - BIOS Token for setting Consistent Device Naming configuration - - :param cdn_enable: The cdn_enable of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if cdn_enable not in allowed_values: - raise ValueError( - "Invalid value for `cdn_enable` ({0}), must be one of {1}" - .format(cdn_enable, allowed_values) - ) - - self._cdn_enable = cdn_enable - - @property - def frb2enable(self): - """ - Gets the frb2enable of this BiosServerManagement. - BIOS Token for setting FRB-2 Timer configuration - - :return: The frb2enable of this BiosServerManagement. - :rtype: str - """ - return self._frb2enable - - @frb2enable.setter - def frb2enable(self, frb2enable): - """ - Sets the frb2enable of this BiosServerManagement. - BIOS Token for setting FRB-2 Timer configuration - - :param frb2enable: The frb2enable of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if frb2enable not in allowed_values: - raise ValueError( - "Invalid value for `frb2enable` ({0}), must be one of {1}" - .format(frb2enable, allowed_values) - ) - - self._frb2enable = frb2enable - - @property - def os_boot_watchdog_timer(self): - """ - Gets the os_boot_watchdog_timer of this BiosServerManagement. - BIOS Token for setting OS Watchdog Timer configuration - - :return: The os_boot_watchdog_timer of this BiosServerManagement. - :rtype: str - """ - return self._os_boot_watchdog_timer - - @os_boot_watchdog_timer.setter - def os_boot_watchdog_timer(self, os_boot_watchdog_timer): - """ - Sets the os_boot_watchdog_timer of this BiosServerManagement. - BIOS Token for setting OS Watchdog Timer configuration - - :param os_boot_watchdog_timer: The os_boot_watchdog_timer of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "enabled", "disabled"] - if os_boot_watchdog_timer not in allowed_values: - raise ValueError( - "Invalid value for `os_boot_watchdog_timer` ({0}), must be one of {1}" - .format(os_boot_watchdog_timer, allowed_values) - ) - - self._os_boot_watchdog_timer = os_boot_watchdog_timer - - @property - def os_boot_watchdog_timer_policy(self): - """ - Gets the os_boot_watchdog_timer_policy of this BiosServerManagement. - BIOS Token for setting OS Watchdog Timer Policy configuration - - :return: The os_boot_watchdog_timer_policy of this BiosServerManagement. - :rtype: str - """ - return self._os_boot_watchdog_timer_policy - - @os_boot_watchdog_timer_policy.setter - def os_boot_watchdog_timer_policy(self, os_boot_watchdog_timer_policy): - """ - Sets the os_boot_watchdog_timer_policy of this BiosServerManagement. - BIOS Token for setting OS Watchdog Timer Policy configuration - - :param os_boot_watchdog_timer_policy: The os_boot_watchdog_timer_policy of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "power-off", "reset"] - if os_boot_watchdog_timer_policy not in allowed_values: - raise ValueError( - "Invalid value for `os_boot_watchdog_timer_policy` ({0}), must be one of {1}" - .format(os_boot_watchdog_timer_policy, allowed_values) - ) - - self._os_boot_watchdog_timer_policy = os_boot_watchdog_timer_policy - - @property - def os_boot_watchdog_timer_timeout(self): - """ - Gets the os_boot_watchdog_timer_timeout of this BiosServerManagement. - BIOS Token for setting OS Watchdog Timer Timeout configuration - - :return: The os_boot_watchdog_timer_timeout of this BiosServerManagement. - :rtype: str - """ - return self._os_boot_watchdog_timer_timeout - - @os_boot_watchdog_timer_timeout.setter - def os_boot_watchdog_timer_timeout(self, os_boot_watchdog_timer_timeout): - """ - Sets the os_boot_watchdog_timer_timeout of this BiosServerManagement. - BIOS Token for setting OS Watchdog Timer Timeout configuration - - :param os_boot_watchdog_timer_timeout: The os_boot_watchdog_timer_timeout of this BiosServerManagement. - :type: str - """ - allowed_values = ["platform-default", "10-minutes", "15-minutes", "20-minutes", "5-minutes"] - if os_boot_watchdog_timer_timeout not in allowed_values: - raise ValueError( - "Invalid value for `os_boot_watchdog_timer_timeout` ({0}), must be one of {1}" - .format(os_boot_watchdog_timer_timeout, allowed_values) - ) - - self._os_boot_watchdog_timer_timeout = os_boot_watchdog_timer_timeout - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BiosServerManagement): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/bios_unit.py b/intersight/models/bios_unit.py index 457ebca1..c4791f28 100644 --- a/intersight/models/bios_unit.py +++ b/intersight/models/bios_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_unit_list.py b/intersight/models/bios_unit_list.py index cd0635b8..06740174 100644 --- a/intersight/models/bios_unit_list.py +++ b/intersight/models/bios_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_unit_ref.py b/intersight/models/bios_unit_ref.py index 9494534e..5b3fa9db 100644 --- a/intersight/models/bios_unit_ref.py +++ b/intersight/models/bios_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_validation_task_ref.py b/intersight/models/bios_validation_task_ref.py index 98bee74b..8e6c9ec3 100644 --- a/intersight/models/bios_validation_task_ref.py +++ b/intersight/models/bios_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_bootloader.py b/intersight/models/boot_bootloader.py index f395b645..6354d4da 100644 --- a/intersight/models/boot_bootloader.py +++ b/intersight/models/boot_bootloader.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_bootloader_ref.py b/intersight/models/boot_bootloader_ref.py index e1de4394..98fc1a9d 100644 --- a/intersight/models/boot_bootloader_ref.py +++ b/intersight/models/boot_bootloader_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_device_base.py b/intersight/models/boot_device_base.py index d942f373..14c47405 100644 --- a/intersight/models/boot_device_base.py +++ b/intersight/models/boot_device_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_device_base_ref.py b/intersight/models/boot_device_base_ref.py index 4308f960..8525926e 100644 --- a/intersight/models/boot_device_base_ref.py +++ b/intersight/models/boot_device_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_iscsi.py b/intersight/models/boot_iscsi.py deleted file mode 100644 index dcb5403e..00000000 --- a/intersight/models/boot_iscsi.py +++ /dev/null @@ -1,209 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootIscsi(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'port': 'int', - 'slot': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'port': 'Port', - 'slot': 'Slot' - } - - def __init__(self, enabled=None, name=None, port=None, slot=None): - """ - BootIscsi - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._port = None - self._slot = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if port is not None: - self.port = port - if slot is not None: - self.slot = slot - - @property - def enabled(self): - """ - Gets the enabled of this BootIscsi. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootIscsi. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootIscsi. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootIscsi. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootIscsi. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootIscsi. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootIscsi. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootIscsi. - :type: str - """ - - self._name = name - - @property - def port(self): - """ - Gets the port of this BootIscsi. - Specifies the port id of the device. - - :return: The port of this BootIscsi. - :rtype: int - """ - return self._port - - @port.setter - def port(self, port): - """ - Sets the port of this BootIscsi. - Specifies the port id of the device. - - :param port: The port of this BootIscsi. - :type: int - """ - - self._port = port - - @property - def slot(self): - """ - Gets the slot of this BootIscsi. - Specifies the slot id of the device. Supported values are (1 - 255, \"MLOM\", \"L\") - - :return: The slot of this BootIscsi. - :rtype: str - """ - return self._slot - - @slot.setter - def slot(self, slot): - """ - Sets the slot of this BootIscsi. - Specifies the slot id of the device. Supported values are (1 - 255, \"MLOM\", \"L\") - - :param slot: The slot of this BootIscsi. - :type: str - """ - - self._slot = slot - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootIscsi): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_iscsi_ref.py b/intersight/models/boot_iscsi_ref.py index 169f788f..7acf5f84 100644 --- a/intersight/models/boot_iscsi_ref.py +++ b/intersight/models/boot_iscsi_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_local_cdd.py b/intersight/models/boot_local_cdd.py deleted file mode 100644 index 41081d0d..00000000 --- a/intersight/models/boot_local_cdd.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootLocalCdd(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name' - } - - def __init__(self, enabled=None, name=None): - """ - BootLocalCdd - a model defined in Swagger - """ - - self._enabled = None - self._name = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - - @property - def enabled(self): - """ - Gets the enabled of this BootLocalCdd. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootLocalCdd. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootLocalCdd. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootLocalCdd. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootLocalCdd. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootLocalCdd. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootLocalCdd. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootLocalCdd. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootLocalCdd): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_local_cdd_ref.py b/intersight/models/boot_local_cdd_ref.py index 0c2df98d..c241d969 100644 --- a/intersight/models/boot_local_cdd_ref.py +++ b/intersight/models/boot_local_cdd_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_local_disk.py b/intersight/models/boot_local_disk.py deleted file mode 100644 index 3e6fb11b..00000000 --- a/intersight/models/boot_local_disk.py +++ /dev/null @@ -1,181 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootLocalDisk(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'slot': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'slot': 'Slot' - } - - def __init__(self, enabled=None, name=None, slot=None): - """ - BootLocalDisk - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._slot = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if slot is not None: - self.slot = slot - - @property - def enabled(self): - """ - Gets the enabled of this BootLocalDisk. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootLocalDisk. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootLocalDisk. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootLocalDisk. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootLocalDisk. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootLocalDisk. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootLocalDisk. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootLocalDisk. - :type: str - """ - - self._name = name - - @property - def slot(self): - """ - Gets the slot of this BootLocalDisk. - Specifies the slot id of the local disk device. Supported value is (\"MRAID\") - - :return: The slot of this BootLocalDisk. - :rtype: str - """ - return self._slot - - @slot.setter - def slot(self, slot): - """ - Sets the slot of this BootLocalDisk. - Specifies the slot id of the local disk device. Supported value is (\"MRAID\") - - :param slot: The slot of this BootLocalDisk. - :type: str - """ - - self._slot = slot - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootLocalDisk): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_local_disk_ref.py b/intersight/models/boot_local_disk_ref.py index c5b7caef..a616734b 100644 --- a/intersight/models/boot_local_disk_ref.py +++ b/intersight/models/boot_local_disk_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_nvme.py b/intersight/models/boot_nvme.py deleted file mode 100644 index a17b7506..00000000 --- a/intersight/models/boot_nvme.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootNvme(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name' - } - - def __init__(self, enabled=None, name=None): - """ - BootNvme - a model defined in Swagger - """ - - self._enabled = None - self._name = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - - @property - def enabled(self): - """ - Gets the enabled of this BootNvme. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootNvme. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootNvme. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootNvme. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootNvme. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootNvme. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootNvme. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootNvme. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootNvme): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_nvme_ref.py b/intersight/models/boot_nvme_ref.py index f12c7460..f9d7a9bd 100644 --- a/intersight/models/boot_nvme_ref.py +++ b/intersight/models/boot_nvme_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_pch_storage.py b/intersight/models/boot_pch_storage.py deleted file mode 100644 index b32f2dc8..00000000 --- a/intersight/models/boot_pch_storage.py +++ /dev/null @@ -1,181 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootPchStorage(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'lun': 'int' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'lun': 'Lun' - } - - def __init__(self, enabled=None, name=None, lun=None): - """ - BootPchStorage - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._lun = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if lun is not None: - self.lun = lun - - @property - def enabled(self): - """ - Gets the enabled of this BootPchStorage. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootPchStorage. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootPchStorage. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootPchStorage. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootPchStorage. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootPchStorage. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootPchStorage. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootPchStorage. - :type: str - """ - - self._name = name - - @property - def lun(self): - """ - Gets the lun of this BootPchStorage. - Specifies the Logical Unit Number(LUN) of the device. - - :return: The lun of this BootPchStorage. - :rtype: int - """ - return self._lun - - @lun.setter - def lun(self, lun): - """ - Sets the lun of this BootPchStorage. - Specifies the Logical Unit Number(LUN) of the device. - - :param lun: The lun of this BootPchStorage. - :type: int - """ - - self._lun = lun - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootPchStorage): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_pch_storage_ref.py b/intersight/models/boot_pch_storage_ref.py index 65dd67ac..88f82527 100644 --- a/intersight/models/boot_pch_storage_ref.py +++ b/intersight/models/boot_pch_storage_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_deploy_task_ref.py b/intersight/models/boot_precision_deploy_task_ref.py index a3126572..fe2c48a7 100644 --- a/intersight/models/boot_precision_deploy_task_ref.py +++ b/intersight/models/boot_precision_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_policy.py b/intersight/models/boot_precision_policy.py index ce5b7192..5c60c5f3 100644 --- a/intersight/models/boot_precision_policy.py +++ b/intersight/models/boot_precision_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_policy_list.py b/intersight/models/boot_precision_policy_list.py index ff362561..ff283427 100644 --- a/intersight/models/boot_precision_policy_list.py +++ b/intersight/models/boot_precision_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_policy_ref.py b/intersight/models/boot_precision_policy_ref.py index 14479db4..4f1e104e 100644 --- a/intersight/models/boot_precision_policy_ref.py +++ b/intersight/models/boot_precision_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_validation_task_ref.py b/intersight/models/boot_precision_validation_task_ref.py index 1637cfc9..b16d3373 100644 --- a/intersight/models/boot_precision_validation_task_ref.py +++ b/intersight/models/boot_precision_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_pxe.py b/intersight/models/boot_pxe.py deleted file mode 100644 index 63262b48..00000000 --- a/intersight/models/boot_pxe.py +++ /dev/null @@ -1,237 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootPxe(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'mac_address': 'str', - 'port': 'int', - 'slot': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'mac_address': 'MacAddress', - 'port': 'Port', - 'slot': 'Slot' - } - - def __init__(self, enabled=None, name=None, mac_address=None, port=None, slot=None): - """ - BootPxe - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._mac_address = None - self._port = None - self._slot = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if mac_address is not None: - self.mac_address = mac_address - if port is not None: - self.port = port - if slot is not None: - self.slot = slot - - @property - def enabled(self): - """ - Gets the enabled of this BootPxe. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootPxe. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootPxe. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootPxe. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootPxe. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootPxe. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootPxe. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootPxe. - :type: str - """ - - self._name = name - - @property - def mac_address(self): - """ - Gets the mac_address of this BootPxe. - Specifies the MAC Address - - :return: The mac_address of this BootPxe. - :rtype: str - """ - return self._mac_address - - @mac_address.setter - def mac_address(self, mac_address): - """ - Sets the mac_address of this BootPxe. - Specifies the MAC Address - - :param mac_address: The mac_address of this BootPxe. - :type: str - """ - - self._mac_address = mac_address - - @property - def port(self): - """ - Gets the port of this BootPxe. - Specifies the port id of the device. - - :return: The port of this BootPxe. - :rtype: int - """ - return self._port - - @port.setter - def port(self, port): - """ - Sets the port of this BootPxe. - Specifies the port id of the device. - - :param port: The port of this BootPxe. - :type: int - """ - - self._port = port - - @property - def slot(self): - """ - Gets the slot of this BootPxe. - Specifies the slot id of the device. Supported values are (1 - 255, \"MLOM\", \"L\") - - :return: The slot of this BootPxe. - :rtype: str - """ - return self._slot - - @slot.setter - def slot(self, slot): - """ - Sets the slot of this BootPxe. - Specifies the slot id of the device. Supported values are (1 - 255, \"MLOM\", \"L\") - - :param slot: The slot of this BootPxe. - :type: str - """ - - self._slot = slot - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootPxe): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_pxe_ref.py b/intersight/models/boot_pxe_ref.py index 6a168413..d00a70fa 100644 --- a/intersight/models/boot_pxe_ref.py +++ b/intersight/models/boot_pxe_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_san.py b/intersight/models/boot_san.py deleted file mode 100644 index 88b2d1cb..00000000 --- a/intersight/models/boot_san.py +++ /dev/null @@ -1,209 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootSan(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'lun': 'int', - 'slot': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'lun': 'Lun', - 'slot': 'Slot' - } - - def __init__(self, enabled=None, name=None, lun=None, slot=None): - """ - BootSan - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._lun = None - self._slot = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if lun is not None: - self.lun = lun - if slot is not None: - self.slot = slot - - @property - def enabled(self): - """ - Gets the enabled of this BootSan. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootSan. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootSan. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootSan. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootSan. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootSan. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootSan. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootSan. - :type: str - """ - - self._name = name - - @property - def lun(self): - """ - Gets the lun of this BootSan. - Specifies the Logical Unit Number(LUN) of the device. - - :return: The lun of this BootSan. - :rtype: int - """ - return self._lun - - @lun.setter - def lun(self, lun): - """ - Sets the lun of this BootSan. - Specifies the Logical Unit Number(LUN) of the device. - - :param lun: The lun of this BootSan. - :type: int - """ - - self._lun = lun - - @property - def slot(self): - """ - Gets the slot of this BootSan. - Specifies the slot id of the device. Supported values are (1 - 255, \"MLOM\") - - :return: The slot of this BootSan. - :rtype: str - """ - return self._slot - - @slot.setter - def slot(self, slot): - """ - Sets the slot of this BootSan. - Specifies the slot id of the device. Supported values are (1 - 255, \"MLOM\") - - :param slot: The slot of this BootSan. - :type: str - """ - - self._slot = slot - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootSan): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_san_ref.py b/intersight/models/boot_san_ref.py index dee8a15f..37ca249c 100644 --- a/intersight/models/boot_san_ref.py +++ b/intersight/models/boot_san_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_sd_card.py b/intersight/models/boot_sd_card.py deleted file mode 100644 index 5cffd358..00000000 --- a/intersight/models/boot_sd_card.py +++ /dev/null @@ -1,215 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootSdCard(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'lun': 'int', - 'subtype': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'lun': 'Lun', - 'subtype': 'Subtype' - } - - def __init__(self, enabled=None, name=None, lun=None, subtype='None'): - """ - BootSdCard - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._lun = None - self._subtype = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if lun is not None: - self.lun = lun - if subtype is not None: - self.subtype = subtype - - @property - def enabled(self): - """ - Gets the enabled of this BootSdCard. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootSdCard. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootSdCard. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootSdCard. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootSdCard. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootSdCard. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootSdCard. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootSdCard. - :type: str - """ - - self._name = name - - @property - def lun(self): - """ - Gets the lun of this BootSdCard. - Specifies the Logical Unit Number(LUN) of the device. - - :return: The lun of this BootSdCard. - :rtype: int - """ - return self._lun - - @lun.setter - def lun(self, lun): - """ - Sets the lun of this BootSdCard. - Specifies the Logical Unit Number(LUN) of the device. - - :param lun: The lun of this BootSdCard. - :type: int - """ - - self._lun = lun - - @property - def subtype(self): - """ - Gets the subtype of this BootSdCard. - Specifies the subtype for the selected device type. - - :return: The subtype of this BootSdCard. - :rtype: str - """ - return self._subtype - - @subtype.setter - def subtype(self, subtype): - """ - Sets the subtype of this BootSdCard. - Specifies the subtype for the selected device type. - - :param subtype: The subtype of this BootSdCard. - :type: str - """ - allowed_values = ["None", "flex-util", "flex-flash"] - if subtype not in allowed_values: - raise ValueError( - "Invalid value for `subtype` ({0}), must be one of {1}" - .format(subtype, allowed_values) - ) - - self._subtype = subtype - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootSdCard): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_sd_card_ref.py b/intersight/models/boot_sd_card_ref.py index e6e94e62..d423bbe7 100644 --- a/intersight/models/boot_sd_card_ref.py +++ b/intersight/models/boot_sd_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_uefi_shell.py b/intersight/models/boot_uefi_shell.py deleted file mode 100644 index 4216bb85..00000000 --- a/intersight/models/boot_uefi_shell.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootUefiShell(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name' - } - - def __init__(self, enabled=None, name=None): - """ - BootUefiShell - a model defined in Swagger - """ - - self._enabled = None - self._name = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - - @property - def enabled(self): - """ - Gets the enabled of this BootUefiShell. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootUefiShell. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootUefiShell. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootUefiShell. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootUefiShell. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootUefiShell. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootUefiShell. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootUefiShell. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootUefiShell): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_uefi_shell_ref.py b/intersight/models/boot_uefi_shell_ref.py index e7186312..982de578 100644 --- a/intersight/models/boot_uefi_shell_ref.py +++ b/intersight/models/boot_uefi_shell_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_usb.py b/intersight/models/boot_usb.py deleted file mode 100644 index d28fbaf0..00000000 --- a/intersight/models/boot_usb.py +++ /dev/null @@ -1,187 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootUsb(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'subtype': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'subtype': 'Subtype' - } - - def __init__(self, enabled=None, name=None, subtype='None'): - """ - BootUsb - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._subtype = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if subtype is not None: - self.subtype = subtype - - @property - def enabled(self): - """ - Gets the enabled of this BootUsb. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootUsb. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootUsb. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootUsb. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootUsb. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootUsb. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootUsb. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootUsb. - :type: str - """ - - self._name = name - - @property - def subtype(self): - """ - Gets the subtype of this BootUsb. - Specifies the subtype for the selected device type. - - :return: The subtype of this BootUsb. - :rtype: str - """ - return self._subtype - - @subtype.setter - def subtype(self, subtype): - """ - Sets the subtype of this BootUsb. - Specifies the subtype for the selected device type. - - :param subtype: The subtype of this BootUsb. - :type: str - """ - allowed_values = ["None", "usb-cd", "usb-fdd", "usb-hdd"] - if subtype not in allowed_values: - raise ValueError( - "Invalid value for `subtype` ({0}), must be one of {1}" - .format(subtype, allowed_values) - ) - - self._subtype = subtype - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootUsb): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_usb_ref.py b/intersight/models/boot_usb_ref.py index 43de3217..c06043af 100644 --- a/intersight/models/boot_usb_ref.py +++ b/intersight/models/boot_usb_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_virtual_media.py b/intersight/models/boot_virtual_media.py deleted file mode 100644 index d61df632..00000000 --- a/intersight/models/boot_virtual_media.py +++ /dev/null @@ -1,187 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class BootVirtualMedia(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'enabled': 'bool', - 'name': 'str', - 'subtype': 'str' - } - - attribute_map = { - 'enabled': 'Enabled', - 'name': 'Name', - 'subtype': 'Subtype' - } - - def __init__(self, enabled=None, name=None, subtype='None'): - """ - BootVirtualMedia - a model defined in Swagger - """ - - self._enabled = None - self._name = None - self._subtype = None - - if enabled is not None: - self.enabled = enabled - if name is not None: - self.name = name - if subtype is not None: - self.subtype = subtype - - @property - def enabled(self): - """ - Gets the enabled of this BootVirtualMedia. - Specifies if the boot device is enabled or disabled. - - :return: The enabled of this BootVirtualMedia. - :rtype: bool - """ - return self._enabled - - @enabled.setter - def enabled(self, enabled): - """ - Sets the enabled of this BootVirtualMedia. - Specifies if the boot device is enabled or disabled. - - :param enabled: The enabled of this BootVirtualMedia. - :type: bool - """ - - self._enabled = enabled - - @property - def name(self): - """ - Gets the name of this BootVirtualMedia. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :return: The name of this BootVirtualMedia. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this BootVirtualMedia. - Specifies the name of the boot device. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. - - :param name: The name of this BootVirtualMedia. - :type: str - """ - - self._name = name - - @property - def subtype(self): - """ - Gets the subtype of this BootVirtualMedia. - Specifies the subtype for the selected device type. - - :return: The subtype of this BootVirtualMedia. - :rtype: str - """ - return self._subtype - - @subtype.setter - def subtype(self, subtype): - """ - Sets the subtype of this BootVirtualMedia. - Specifies the subtype for the selected device type. - - :param subtype: The subtype of this BootVirtualMedia. - :type: str - """ - allowed_values = ["None", "cimc-mapped-dvd", "cimc-mapped-hdd", "kvm-mapped-dvd", "kvm-mapped-hdd", "kvm-mapped-fdd"] - if subtype not in allowed_values: - raise ValueError( - "Invalid value for `subtype` ({0}), must be one of {1}" - .format(subtype, allowed_values) - ) - - self._subtype = subtype - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, BootVirtualMedia): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/boot_virtual_media_ref.py b/intersight/models/boot_virtual_media_ref.py index ad524f54..a8b5fe14 100644 --- a/intersight/models/boot_virtual_media_ref.py +++ b/intersight/models/boot_virtual_media_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v4_interface.py b/intersight/models/comm_ip_v4_interface.py index 94076134..0bd32c35 100644 --- a/intersight/models/comm_ip_v4_interface.py +++ b/intersight/models/comm_ip_v4_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v4_interface_ref.py b/intersight/models/comm_ip_v4_interface_ref.py index f749f84a..f621d8a7 100644 --- a/intersight/models/comm_ip_v4_interface_ref.py +++ b/intersight/models/comm_ip_v4_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v6_interface.py b/intersight/models/comm_ip_v6_interface.py index 2be7c15e..9f504050 100644 --- a/intersight/models/comm_ip_v6_interface.py +++ b/intersight/models/comm_ip_v6_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v6_interface_ref.py b/intersight/models/comm_ip_v6_interface_ref.py index 13ec5c04..1b78e96a 100644 --- a/intersight/models/comm_ip_v6_interface_ref.py +++ b/intersight/models/comm_ip_v6_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_blade.py b/intersight/models/compute_blade.py index bf503877..dc7fcdb9 100644 --- a/intersight/models/compute_blade.py +++ b/intersight/models/compute_blade.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_blade_list.py b/intersight/models/compute_blade_list.py index 3b703b45..a4b382f4 100644 --- a/intersight/models/compute_blade_list.py +++ b/intersight/models/compute_blade_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_blade_ref.py b/intersight/models/compute_blade_ref.py index f0a33c33..ecf33a1a 100644 --- a/intersight/models/compute_blade_ref.py +++ b/intersight/models/compute_blade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_board.py b/intersight/models/compute_board.py index 9567bf6f..fc1a9f91 100644 --- a/intersight/models/compute_board.py +++ b/intersight/models/compute_board.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_board_list.py b/intersight/models/compute_board_list.py index 4d6f32ea..f7dcc2fc 100644 --- a/intersight/models/compute_board_list.py +++ b/intersight/models/compute_board_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_board_ref.py b/intersight/models/compute_board_ref.py index d6f26323..d5be8300 100644 --- a/intersight/models/compute_board_ref.py +++ b/intersight/models/compute_board_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_ip_address.py b/intersight/models/compute_ip_address.py index d921cba9..83c573ad 100644 --- a/intersight/models/compute_ip_address.py +++ b/intersight/models/compute_ip_address.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_ip_address_ref.py b/intersight/models/compute_ip_address_ref.py index 0d891f29..21093db0 100644 --- a/intersight/models/compute_ip_address_ref.py +++ b/intersight/models/compute_ip_address_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_locator_led_operation_task_ref.py b/intersight/models/compute_locator_led_operation_task_ref.py index f479a016..4302fe95 100644 --- a/intersight/models/compute_locator_led_operation_task_ref.py +++ b/intersight/models/compute_locator_led_operation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_operation_result_handler_ref.py b/intersight/models/compute_operation_result_handler_ref.py index 5ea2bae9..62eb0fdd 100644 --- a/intersight/models/compute_operation_result_handler_ref.py +++ b/intersight/models/compute_operation_result_handler_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical.py b/intersight/models/compute_physical.py index bca9a6ff..f98f4457 100644 --- a/intersight/models/compute_physical.py +++ b/intersight/models/compute_physical.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_ref.py b/intersight/models/compute_physical_ref.py index dbb7297b..1fff85d1 100644 --- a/intersight/models/compute_physical_ref.py +++ b/intersight/models/compute_physical_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_summary.py b/intersight/models/compute_physical_summary.py index e457962e..e1576d9b 100644 --- a/intersight/models/compute_physical_summary.py +++ b/intersight/models/compute_physical_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_summary_list.py b/intersight/models/compute_physical_summary_list.py index 3e616944..a2c9bb91 100644 --- a/intersight/models/compute_physical_summary_list.py +++ b/intersight/models/compute_physical_summary_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_summary_ref.py b/intersight/models/compute_physical_summary_ref.py index 4c62cb46..7391b028 100644 --- a/intersight/models/compute_physical_summary_ref.py +++ b/intersight/models/compute_physical_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_rack_unit.py b/intersight/models/compute_rack_unit.py index c41fa065..267584a8 100644 --- a/intersight/models/compute_rack_unit.py +++ b/intersight/models/compute_rack_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_rack_unit_list.py b/intersight/models/compute_rack_unit_list.py index d010f6a5..c3bb6fb7 100644 --- a/intersight/models/compute_rack_unit_list.py +++ b/intersight/models/compute_rack_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_rack_unit_ref.py b/intersight/models/compute_rack_unit_ref.py index 24d2240a..61c112db 100644 --- a/intersight/models/compute_rack_unit_ref.py +++ b/intersight/models/compute_rack_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_config.py b/intersight/models/compute_server_config.py index ba772d03..27e7f9a7 100644 --- a/intersight/models/compute_server_config.py +++ b/intersight/models/compute_server_config.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_config_ref.py b/intersight/models/compute_server_config_ref.py index 492691f3..1bce23c2 100644 --- a/intersight/models/compute_server_config_ref.py +++ b/intersight/models/compute_server_config_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_operation_task_ref.py b/intersight/models/compute_server_operation_task_ref.py index 23261cc0..e8930217 100644 --- a/intersight/models/compute_server_operation_task_ref.py +++ b/intersight/models/compute_server_operation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_setting.py b/intersight/models/compute_server_setting.py index 5363059d..38b03b0c 100644 --- a/intersight/models/compute_server_setting.py +++ b/intersight/models/compute_server_setting.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_setting_list.py b/intersight/models/compute_server_setting_list.py index 1948f3af..b58270eb 100644 --- a/intersight/models/compute_server_setting_list.py +++ b/intersight/models/compute_server_setting_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_setting_ref.py b/intersight/models/compute_server_setting_ref.py index d541eb13..2c369c91 100644 --- a/intersight/models/compute_server_setting_ref.py +++ b/intersight/models/compute_server_setting_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_alarm.py b/intersight/models/cond_alarm.py index 2e3ebbc4..f59b2fd2 100644 --- a/intersight/models/cond_alarm.py +++ b/intersight/models/cond_alarm.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -84,7 +84,7 @@ class CondAlarm(object): 'severity': 'Severity' } - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, version_context=None, affected_mo_id=None, affected_mo_type=None, affected_object=None, ancestor_mo_id=None, ancestor_mo_type=None, code=None, creation_time=None, description=None, last_transition_time=None, ms_affected_object=None, name=None, orig_severity=None, registered_device=None, severity=None): + def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, version_context=None, affected_mo_id=None, affected_mo_type=None, affected_object=None, ancestor_mo_id=None, ancestor_mo_type=None, code=None, creation_time=None, description=None, last_transition_time=None, ms_affected_object=None, name=None, orig_severity='None', registered_device=None, severity='None'): """ CondAlarm - a model defined in Swagger """ @@ -666,6 +666,12 @@ def orig_severity(self, orig_severity): :param orig_severity: The orig_severity of this CondAlarm. :type: str """ + allowed_values = ["None", "Info", "Critical", "Warning", "Cleared"] + if orig_severity not in allowed_values: + raise ValueError( + "Invalid value for `orig_severity` ({0}), must be one of {1}" + .format(orig_severity, allowed_values) + ) self._orig_severity = orig_severity @@ -712,6 +718,12 @@ def severity(self, severity): :param severity: The severity of this CondAlarm. :type: str """ + allowed_values = ["None", "Info", "Critical", "Warning", "Cleared"] + if severity not in allowed_values: + raise ValueError( + "Invalid value for `severity` ({0}), must be one of {1}" + .format(severity, allowed_values) + ) self._severity = severity diff --git a/intersight/models/cond_alarm_list.py b/intersight/models/cond_alarm_list.py index c6efe0ce..ff28a367 100644 --- a/intersight/models/cond_alarm_list.py +++ b/intersight/models/cond_alarm_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_alarm_ref.py b/intersight/models/cond_alarm_ref.py index a39805a4..c548d834 100644 --- a/intersight/models/cond_alarm_ref.py +++ b/intersight/models/cond_alarm_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status.py b/intersight/models/cond_hcl_status.py index 2a9dd7a7..5df2e395 100644 --- a/intersight/models/cond_hcl_status.py +++ b/intersight/models/cond_hcl_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_action.py b/intersight/models/cond_hcl_status_action.py deleted file mode 100644 index 96fde22d..00000000 --- a/intersight/models/cond_hcl_status_action.py +++ /dev/null @@ -1,599 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class CondHclStatusAction(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'cimc_version': 'str', - 'component': 'MoMoRef', - 'description': 'str', - 'driver_name': 'str', - 'driver_version': 'str', - 'firmware_version': 'str', - 'hcl_status_detail': 'MoMoRef', - 'model': 'str', - 'type': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'cimc_version': 'CimcVersion', - 'component': 'Component', - 'description': 'Description', - 'driver_name': 'DriverName', - 'driver_version': 'DriverVersion', - 'firmware_version': 'FirmwareVersion', - 'hcl_status_detail': 'HclStatusDetail', - 'model': 'Model', - 'type': 'Type' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, cimc_version=None, component=None, description=None, driver_name=None, driver_version=None, firmware_version=None, hcl_status_detail=None, model=None, type=None): - """ - CondHclStatusAction - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._cimc_version = None - self._component = None - self._description = None - self._driver_name = None - self._driver_version = None - self._firmware_version = None - self._hcl_status_detail = None - self._model = None - self._type = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if cimc_version is not None: - self.cimc_version = cimc_version - if component is not None: - self.component = component - if description is not None: - self.description = description - if driver_name is not None: - self.driver_name = driver_name - if driver_version is not None: - self.driver_version = driver_version - if firmware_version is not None: - self.firmware_version = firmware_version - if hcl_status_detail is not None: - self.hcl_status_detail = hcl_status_detail - if model is not None: - self.model = model - if type is not None: - self.type = type - - @property - def account_moid(self): - """ - Gets the account_moid of this CondHclStatusAction. - The Account ID for this managed object. - - :return: The account_moid of this CondHclStatusAction. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this CondHclStatusAction. - The Account ID for this managed object. - - :param account_moid: The account_moid of this CondHclStatusAction. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this CondHclStatusAction. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this CondHclStatusAction. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this CondHclStatusAction. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this CondHclStatusAction. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this CondHclStatusAction. - The time when this managed object was created. - - :return: The create_time of this CondHclStatusAction. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this CondHclStatusAction. - The time when this managed object was created. - - :param create_time: The create_time of this CondHclStatusAction. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this CondHclStatusAction. - The time when this managed object was last modified. - - :return: The mod_time of this CondHclStatusAction. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this CondHclStatusAction. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this CondHclStatusAction. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this CondHclStatusAction. - A unique identifier of this Managed Object instance. - - :return: The moid of this CondHclStatusAction. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this CondHclStatusAction. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this CondHclStatusAction. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this CondHclStatusAction. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this CondHclStatusAction. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this CondHclStatusAction. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this CondHclStatusAction. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this CondHclStatusAction. - An array of owners which represent effective ownership of this object. - - :return: The owners of this CondHclStatusAction. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this CondHclStatusAction. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this CondHclStatusAction. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this CondHclStatusAction. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this CondHclStatusAction. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this CondHclStatusAction. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this CondHclStatusAction. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this CondHclStatusAction. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this CondHclStatusAction. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this CondHclStatusAction. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this CondHclStatusAction. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def cimc_version(self): - """ - Gets the cimc_version of this CondHclStatusAction. - the recommended HCL cimcVersion version for the component. This could be the same version as the inventoried version, in this case the current cimc is already compliant and only the other non-compliant versions need to change - - :return: The cimc_version of this CondHclStatusAction. - :rtype: str - """ - return self._cimc_version - - @cimc_version.setter - def cimc_version(self, cimc_version): - """ - Sets the cimc_version of this CondHclStatusAction. - the recommended HCL cimcVersion version for the component. This could be the same version as the inventoried version, in this case the current cimc is already compliant and only the other non-compliant versions need to change - - :param cimc_version: The cimc_version of this CondHclStatusAction. - :type: str - """ - - self._cimc_version = cimc_version - - @property - def component(self): - """ - Gets the component of this CondHclStatusAction. - specifies the component associated with this HclStatusAction (adapter or storage controller) - - :return: The component of this CondHclStatusAction. - :rtype: MoMoRef - """ - return self._component - - @component.setter - def component(self, component): - """ - Sets the component of this CondHclStatusAction. - specifies the component associated with this HclStatusAction (adapter or storage controller) - - :param component: The component of this CondHclStatusAction. - :type: MoMoRef - """ - - self._component = component - - @property - def description(self): - """ - Gets the description of this CondHclStatusAction. - the description of the component action that could be performed to bring this component in a HCL validated state - - :return: The description of this CondHclStatusAction. - :rtype: str - """ - return self._description - - @description.setter - def description(self, description): - """ - Sets the description of this CondHclStatusAction. - the description of the component action that could be performed to bring this component in a HCL validated state - - :param description: The description of this CondHclStatusAction. - :type: str - """ - - self._description = description - - @property - def driver_name(self): - """ - Gets the driver_name of this CondHclStatusAction. - the current driver name of the component we are validating as found in the HCL data - - :return: The driver_name of this CondHclStatusAction. - :rtype: str - """ - return self._driver_name - - @driver_name.setter - def driver_name(self, driver_name): - """ - Sets the driver_name of this CondHclStatusAction. - the current driver name of the component we are validating as found in the HCL data - - :param driver_name: The driver_name of this CondHclStatusAction. - :type: str - """ - - self._driver_name = driver_name - - @property - def driver_version(self): - """ - Gets the driver_version of this CondHclStatusAction. - the recommended HCL driver version for the component. This could be the same version as the inventoried version, in this case the current driver is already compliant and only the other non-compliant versions need to change - - :return: The driver_version of this CondHclStatusAction. - :rtype: str - """ - return self._driver_version - - @driver_version.setter - def driver_version(self, driver_version): - """ - Sets the driver_version of this CondHclStatusAction. - the recommended HCL driver version for the component. This could be the same version as the inventoried version, in this case the current driver is already compliant and only the other non-compliant versions need to change - - :param driver_version: The driver_version of this CondHclStatusAction. - :type: str - """ - - self._driver_version = driver_version - - @property - def firmware_version(self): - """ - Gets the firmware_version of this CondHclStatusAction. - the recommended HCL firmware version for the component. This could be the same version as the inventoried version, in this case the firmware is already compliant and only the other non-compliant versions need to change - - :return: The firmware_version of this CondHclStatusAction. - :rtype: str - """ - return self._firmware_version - - @firmware_version.setter - def firmware_version(self, firmware_version): - """ - Sets the firmware_version of this CondHclStatusAction. - the recommended HCL firmware version for the component. This could be the same version as the inventoried version, in this case the firmware is already compliant and only the other non-compliant versions need to change - - :param firmware_version: The firmware_version of this CondHclStatusAction. - :type: str - """ - - self._firmware_version = firmware_version - - @property - def hcl_status_detail(self): - """ - Gets the hcl_status_detail of this CondHclStatusAction. - - :return: The hcl_status_detail of this CondHclStatusAction. - :rtype: MoMoRef - """ - return self._hcl_status_detail - - @hcl_status_detail.setter - def hcl_status_detail(self, hcl_status_detail): - """ - Sets the hcl_status_detail of this CondHclStatusAction. - - :param hcl_status_detail: The hcl_status_detail of this CondHclStatusAction. - :type: MoMoRef - """ - - self._hcl_status_detail = hcl_status_detail - - @property - def model(self): - """ - Gets the model of this CondHclStatusAction. - The component model we are validating as received from inventory - - :return: The model of this CondHclStatusAction. - :rtype: str - """ - return self._model - - @model.setter - def model(self, model): - """ - Sets the model of this CondHclStatusAction. - The component model we are validating as received from inventory - - :param model: The model of this CondHclStatusAction. - :type: str - """ - - self._model = model - - @property - def type(self): - """ - Gets the type of this CondHclStatusAction. - the type of action required to achieve \"validated\" status for the HclStatusDetail. \"UPGRADE-FIRMWARE\" means a firmware update is required to the firmwareVersion listed here, \"UPGRADE-DRIVER\" means a driver update is required to the driverVersion listed here, \"UPGRADE-FIRMWARE-DRIVER\" means a firmware and driver update is required to the versions listed here, \"UPGRADE-CIMC\" means the current running CIMC version was not found in HCL data and this will likely require an upgrade of cimc, firmware and driver to the recommended versions shown here. - - :return: The type of this CondHclStatusAction. - :rtype: str - """ - return self._type - - @type.setter - def type(self, type): - """ - Sets the type of this CondHclStatusAction. - the type of action required to achieve \"validated\" status for the HclStatusDetail. \"UPGRADE-FIRMWARE\" means a firmware update is required to the firmwareVersion listed here, \"UPGRADE-DRIVER\" means a driver update is required to the driverVersion listed here, \"UPGRADE-FIRMWARE-DRIVER\" means a firmware and driver update is required to the versions listed here, \"UPGRADE-CIMC\" means the current running CIMC version was not found in HCL data and this will likely require an upgrade of cimc, firmware and driver to the recommended versions shown here. - - :param type: The type of this CondHclStatusAction. - :type: str - """ - - self._type = type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, CondHclStatusAction): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/cond_hcl_status_action_list.py b/intersight/models/cond_hcl_status_action_list.py deleted file mode 100644 index f7ac9f2e..00000000 --- a/intersight/models/cond_hcl_status_action_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class CondHclStatusActionList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[CondHclStatusAction]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - CondHclStatusActionList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this CondHclStatusActionList. - The number of condHclStatusActions matching your request in total for all pages. - - :return: The count of this CondHclStatusActionList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this CondHclStatusActionList. - The number of condHclStatusActions matching your request in total for all pages. - - :param count: The count of this CondHclStatusActionList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this CondHclStatusActionList. - The array of condHclStatusActions matching your request. - - :return: The results of this CondHclStatusActionList. - :rtype: list[CondHclStatusAction] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this CondHclStatusActionList. - The array of condHclStatusActions matching your request. - - :param results: The results of this CondHclStatusActionList. - :type: list[CondHclStatusAction] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, CondHclStatusActionList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/cond_hcl_status_detail.py b/intersight/models/cond_hcl_status_detail.py index bbb87f48..7af3a072 100644 --- a/intersight/models/cond_hcl_status_detail.py +++ b/intersight/models/cond_hcl_status_detail.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_detail_list.py b/intersight/models/cond_hcl_status_detail_list.py index f7374a3c..54d299eb 100644 --- a/intersight/models/cond_hcl_status_detail_list.py +++ b/intersight/models/cond_hcl_status_detail_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_detail_ref.py b/intersight/models/cond_hcl_status_detail_ref.py index f448d03a..59d15645 100644 --- a/intersight/models/cond_hcl_status_detail_ref.py +++ b/intersight/models/cond_hcl_status_detail_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_job.py b/intersight/models/cond_hcl_status_job.py index 96e853c6..37be4d0b 100644 --- a/intersight/models/cond_hcl_status_job.py +++ b/intersight/models/cond_hcl_status_job.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_job_list.py b/intersight/models/cond_hcl_status_job_list.py index 83c104bb..5a3eb4d5 100644 --- a/intersight/models/cond_hcl_status_job_list.py +++ b/intersight/models/cond_hcl_status_job_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_job_ref.py b/intersight/models/cond_hcl_status_job_ref.py index a76197c0..3d48b0c0 100644 --- a/intersight/models/cond_hcl_status_job_ref.py +++ b/intersight/models/cond_hcl_status_job_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_list.py b/intersight/models/cond_hcl_status_list.py index d363b2dc..930aa5d9 100644 --- a/intersight/models/cond_hcl_status_list.py +++ b/intersight/models/cond_hcl_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_ref.py b/intersight/models/cond_hcl_status_ref.py index 95884010..435daeaa 100644 --- a/intersight/models/cond_hcl_status_ref.py +++ b/intersight/models/cond_hcl_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_auth_message.py b/intersight/models/connector_auth_message.py index ae2247e7..6a7a3a79 100644 --- a/intersight/models/connector_auth_message.py +++ b/intersight/models/connector_auth_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_auth_message_ref.py b/intersight/models/connector_auth_message_ref.py index 7a982fc7..576933d1 100644 --- a/intersight/models/connector_auth_message_ref.py +++ b/intersight/models/connector_auth_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_close_stream_message.py b/intersight/models/connector_close_stream_message.py index d2e1228d..89afd8f8 100644 --- a/intersight/models/connector_close_stream_message.py +++ b/intersight/models/connector_close_stream_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_close_stream_message_ref.py b/intersight/models/connector_close_stream_message_ref.py index ae7218bd..f3e7b4c5 100644 --- a/intersight/models/connector_close_stream_message_ref.py +++ b/intersight/models/connector_close_stream_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_command_message_ref.py b/intersight/models/connector_command_message_ref.py index b98a3b37..d258577c 100644 --- a/intersight/models/connector_command_message_ref.py +++ b/intersight/models/connector_command_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_control_message_ref.py b/intersight/models/connector_control_message_ref.py index 3d020951..655e094b 100644 --- a/intersight/models/connector_control_message_ref.py +++ b/intersight/models/connector_control_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_event_channel_control_ref.py b/intersight/models/connector_event_channel_control_ref.py index b6d457f9..fdf7132b 100644 --- a/intersight/models/connector_event_channel_control_ref.py +++ b/intersight/models/connector_event_channel_control_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_event_ref.py b/intersight/models/connector_event_ref.py index 5fc62509..a72b3bb9 100644 --- a/intersight/models/connector_event_ref.py +++ b/intersight/models/connector_event_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_fetch_stream_message.py b/intersight/models/connector_fetch_stream_message.py index 455003c9..79dc2df7 100644 --- a/intersight/models/connector_fetch_stream_message.py +++ b/intersight/models/connector_fetch_stream_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_fetch_stream_message_ref.py b/intersight/models/connector_fetch_stream_message_ref.py index 1c363fb9..2e4329b8 100644 --- a/intersight/models/connector_fetch_stream_message_ref.py +++ b/intersight/models/connector_fetch_stream_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_job_async_response_ref.py b/intersight/models/connector_job_async_response_ref.py index 9f7003a4..6bb4b850 100644 --- a/intersight/models/connector_job_async_response_ref.py +++ b/intersight/models/connector_job_async_response_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_job_message_ref.py b/intersight/models/connector_job_message_ref.py index 7e864d68..d303f2f9 100644 --- a/intersight/models/connector_job_message_ref.py +++ b/intersight/models/connector_job_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_start_stream.py b/intersight/models/connector_start_stream.py index 6c9c0e7e..0bb05407 100644 --- a/intersight/models/connector_start_stream.py +++ b/intersight/models/connector_start_stream.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_start_stream_ref.py b/intersight/models/connector_start_stream_ref.py index 6ce6c349..9d768518 100644 --- a/intersight/models/connector_start_stream_ref.py +++ b/intersight/models/connector_start_stream_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_input.py b/intersight/models/connector_stream_input.py index ae5d121b..e29daaf5 100644 --- a/intersight/models/connector_stream_input.py +++ b/intersight/models/connector_stream_input.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_input_ref.py b/intersight/models/connector_stream_input_ref.py index 67882c78..005ed8ab 100644 --- a/intersight/models/connector_stream_input_ref.py +++ b/intersight/models/connector_stream_input_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_message.py b/intersight/models/connector_stream_message.py index 7e72a0f9..e2a2de44 100644 --- a/intersight/models/connector_stream_message.py +++ b/intersight/models/connector_stream_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_message_ref.py b/intersight/models/connector_stream_message_ref.py index 9307b6a9..8513596e 100644 --- a/intersight/models/connector_stream_message_ref.py +++ b/intersight/models/connector_stream_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_ref.py b/intersight/models/connector_stream_ref.py index 4a9aa6b2..b51724e4 100644 --- a/intersight/models/connector_stream_ref.py +++ b/intersight/models/connector_stream_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_xml_api_message_ref.py b/intersight/models/connector_xml_api_message_ref.py index 0fe8d1ac..e68a7e8e 100644 --- a/intersight/models/connector_xml_api_message_ref.py +++ b/intersight/models/connector_xml_api_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connectorpack_connector_pack_summary.py b/intersight/models/connectorpack_connector_pack_summary.py index 482159b1..a2100511 100644 --- a/intersight/models/connectorpack_connector_pack_summary.py +++ b/intersight/models/connectorpack_connector_pack_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connectorpack_connector_pack_summary_ref.py b/intersight/models/connectorpack_connector_pack_summary_ref.py index 277e3c3a..799590d0 100644 --- a/intersight/models/connectorpack_connector_pack_summary_ref.py +++ b/intersight/models/connectorpack_connector_pack_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connectorpack_upgrade_ref.py b/intersight/models/connectorpack_upgrade_ref.py index 263b9475..72cab7b3 100644 --- a/intersight/models/connectorpack_upgrade_ref.py +++ b/intersight/models/connectorpack_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_account_key_ref.py b/intersight/models/crypt_account_key_ref.py index 983db5db..54575110 100644 --- a/intersight/models/crypt_account_key_ref.py +++ b/intersight/models/crypt_account_key_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_decrypt_ref.py b/intersight/models/crypt_decrypt_ref.py index 57c70b1b..718117a0 100644 --- a/intersight/models/crypt_decrypt_ref.py +++ b/intersight/models/crypt_decrypt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encrypt_ref.py b/intersight/models/crypt_encrypt_ref.py index 891308ce..85967601 100644 --- a/intersight/models/crypt_encrypt_ref.py +++ b/intersight/models/crypt_encrypt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_key_ref.py b/intersight/models/crypt_encryption_key_ref.py index 47cb5d51..e3b092c0 100644 --- a/intersight/models/crypt_encryption_key_ref.py +++ b/intersight/models/crypt_encryption_key_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_token.py b/intersight/models/crypt_encryption_token.py index db5555df..e765d723 100644 --- a/intersight/models/crypt_encryption_token.py +++ b/intersight/models/crypt_encryption_token.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_token_list.py b/intersight/models/crypt_encryption_token_list.py index ade2671a..9037bff5 100644 --- a/intersight/models/crypt_encryption_token_list.py +++ b/intersight/models/crypt_encryption_token_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_token_ref.py b/intersight/models/crypt_encryption_token_ref.py index 52bf300b..989850c3 100644 --- a/intersight/models/crypt_encryption_token_ref.py +++ b/intersight/models/crypt_encryption_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_deployment_task.py b/intersight/models/cvd_deployment_task.py index 5713e59b..608804b8 100644 --- a/intersight/models/cvd_deployment_task.py +++ b/intersight/models/cvd_deployment_task.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_deployment_task_list.py b/intersight/models/cvd_deployment_task_list.py index d2207e0f..dfb02e94 100644 --- a/intersight/models/cvd_deployment_task_list.py +++ b/intersight/models/cvd_deployment_task_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_deployment_task_ref.py b/intersight/models/cvd_deployment_task_ref.py index d522166f..e5451e08 100644 --- a/intersight/models/cvd_deployment_task_ref.py +++ b/intersight/models/cvd_deployment_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_input_meta.py b/intersight/models/cvd_input_meta.py index 0955fae9..6de232bd 100644 --- a/intersight/models/cvd_input_meta.py +++ b/intersight/models/cvd_input_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_input_meta_ref.py b/intersight/models/cvd_input_meta_ref.py index 4d9f6ccc..cda6c1a6 100644 --- a/intersight/models/cvd_input_meta_ref.py +++ b/intersight/models/cvd_input_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_template.py b/intersight/models/cvd_template.py index 57b2765a..d67a95de 100644 --- a/intersight/models/cvd_template.py +++ b/intersight/models/cvd_template.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_template_list.py b/intersight/models/cvd_template_list.py index 36831e7e..88cf8951 100644 --- a/intersight/models/cvd_template_list.py +++ b/intersight/models/cvd_template_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_template_ref.py b/intersight/models/cvd_template_ref.py index 9fce7843..9ae9d7f4 100644 --- a/intersight/models/cvd_template_ref.py +++ b/intersight/models/cvd_template_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_validation_task.py b/intersight/models/cvd_validation_task.py index 48100e22..4fa3a983 100644 --- a/intersight/models/cvd_validation_task.py +++ b/intersight/models/cvd_validation_task.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_validation_task_list.py b/intersight/models/cvd_validation_task_list.py index 94a1fe30..55d8ef11 100644 --- a/intersight/models/cvd_validation_task_list.py +++ b/intersight/models/cvd_validation_task_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_validation_task_ref.py b/intersight/models/cvd_validation_task_ref.py index 89219311..6995df09 100644 --- a/intersight/models/cvd_validation_task_ref.py +++ b/intersight/models/cvd_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_deploy_task_ref.py b/intersight/models/deviceconnector_deploy_task_ref.py index b9cc6398..96f72b6c 100644 --- a/intersight/models/deviceconnector_deploy_task_ref.py +++ b/intersight/models/deviceconnector_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_policy.py b/intersight/models/deviceconnector_policy.py index 9ce97b7f..afc1a7bd 100644 --- a/intersight/models/deviceconnector_policy.py +++ b/intersight/models/deviceconnector_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_policy_list.py b/intersight/models/deviceconnector_policy_list.py index ab7f93d6..e33b1bdf 100644 --- a/intersight/models/deviceconnector_policy_list.py +++ b/intersight/models/deviceconnector_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_policy_ref.py b/intersight/models/deviceconnector_policy_ref.py index 19b55422..cd55bea9 100644 --- a/intersight/models/deviceconnector_policy_ref.py +++ b/intersight/models/deviceconnector_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_validation_task_ref.py b/intersight/models/deviceconnector_validation_task_ref.py index 21ab1018..6a0437b4 100644 --- a/intersight/models/deviceconnector_validation_task_ref.py +++ b/intersight/models/deviceconnector_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceinfo_serial_number_info.py b/intersight/models/deviceinfo_serial_number_info.py index f82353b9..1e48c2fa 100644 --- a/intersight/models/deviceinfo_serial_number_info.py +++ b/intersight/models/deviceinfo_serial_number_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceinfo_serial_number_info_list.py b/intersight/models/deviceinfo_serial_number_info_list.py index 3785d677..9ea142ec 100644 --- a/intersight/models/deviceinfo_serial_number_info_list.py +++ b/intersight/models/deviceinfo_serial_number_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceinfo_serial_number_info_ref.py b/intersight/models/deviceinfo_serial_number_info_ref.py index f435f197..45a2c0b1 100644 --- a/intersight/models/deviceinfo_serial_number_info_ref.py +++ b/intersight/models/deviceinfo_serial_number_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_abstract_trigger_details.py b/intersight/models/devops_abstract_trigger_details.py index 1af2a530..a7cfb271 100644 --- a/intersight/models/devops_abstract_trigger_details.py +++ b/intersight/models/devops_abstract_trigger_details.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_abstract_trigger_details_ref.py b/intersight/models/devops_abstract_trigger_details_ref.py index 1ebf5ae3..018e02c6 100644 --- a/intersight/models/devops_abstract_trigger_details_ref.py +++ b/intersight/models/devops_abstract_trigger_details_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_notification_trigger.py b/intersight/models/devops_notification_trigger.py index c02c1974..b99bb263 100644 --- a/intersight/models/devops_notification_trigger.py +++ b/intersight/models/devops_notification_trigger.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_notification_trigger_ref.py b/intersight/models/devops_notification_trigger_ref.py index d0c86584..f47dd7f3 100644 --- a/intersight/models/devops_notification_trigger_ref.py +++ b/intersight/models/devops_notification_trigger_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_trigger_ref.py b/intersight/models/devops_trigger_ref.py index 986510cc..55b06328 100644 --- a/intersight/models/devops_trigger_ref.py +++ b/intersight/models/devops_trigger_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/epansible_runner.py b/intersight/models/epansible_runner.py deleted file mode 100644 index 5f784413..00000000 --- a/intersight/models/epansible_runner.py +++ /dev/null @@ -1,551 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class EpansibleRunner(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'exit_code': 'int', - 'extra_vars': 'str', - 'oper_state': 'str', - 'organization': 'MoMoRef', - 'playbook': 'str', - 'stderr': 'str', - 'stdout': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'exit_code': 'ExitCode', - 'extra_vars': 'ExtraVars', - 'oper_state': 'OperState', - 'organization': 'Organization', - 'playbook': 'Playbook', - 'stderr': 'Stderr', - 'stdout': 'Stdout' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, exit_code=None, extra_vars=None, oper_state='Pending', organization=None, playbook=None, stderr=None, stdout=None): - """ - EpansibleRunner - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._exit_code = None - self._extra_vars = None - self._oper_state = None - self._organization = None - self._playbook = None - self._stderr = None - self._stdout = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if exit_code is not None: - self.exit_code = exit_code - if extra_vars is not None: - self.extra_vars = extra_vars - if oper_state is not None: - self.oper_state = oper_state - if organization is not None: - self.organization = organization - if playbook is not None: - self.playbook = playbook - if stderr is not None: - self.stderr = stderr - if stdout is not None: - self.stdout = stdout - - @property - def account_moid(self): - """ - Gets the account_moid of this EpansibleRunner. - The Account ID for this managed object. - - :return: The account_moid of this EpansibleRunner. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this EpansibleRunner. - The Account ID for this managed object. - - :param account_moid: The account_moid of this EpansibleRunner. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this EpansibleRunner. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this EpansibleRunner. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this EpansibleRunner. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this EpansibleRunner. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this EpansibleRunner. - The time when this managed object was created. - - :return: The create_time of this EpansibleRunner. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this EpansibleRunner. - The time when this managed object was created. - - :param create_time: The create_time of this EpansibleRunner. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this EpansibleRunner. - The time when this managed object was last modified. - - :return: The mod_time of this EpansibleRunner. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this EpansibleRunner. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this EpansibleRunner. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this EpansibleRunner. - A unique identifier of this Managed Object instance. - - :return: The moid of this EpansibleRunner. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this EpansibleRunner. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this EpansibleRunner. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this EpansibleRunner. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this EpansibleRunner. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this EpansibleRunner. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this EpansibleRunner. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this EpansibleRunner. - An array of owners which represent effective ownership of this object. - - :return: The owners of this EpansibleRunner. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this EpansibleRunner. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this EpansibleRunner. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this EpansibleRunner. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this EpansibleRunner. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this EpansibleRunner. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this EpansibleRunner. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this EpansibleRunner. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this EpansibleRunner. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this EpansibleRunner. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this EpansibleRunner. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def exit_code(self): - """ - Gets the exit_code of this EpansibleRunner. - Exit code of the workflow task - - :return: The exit_code of this EpansibleRunner. - :rtype: int - """ - return self._exit_code - - @exit_code.setter - def exit_code(self, exit_code): - """ - Sets the exit_code of this EpansibleRunner. - Exit code of the workflow task - - :param exit_code: The exit_code of this EpansibleRunner. - :type: int - """ - - self._exit_code = exit_code - - @property - def extra_vars(self): - """ - Gets the extra_vars of this EpansibleRunner. - Extra variables for the ansible playbook. - - :return: The extra_vars of this EpansibleRunner. - :rtype: str - """ - return self._extra_vars - - @extra_vars.setter - def extra_vars(self, extra_vars): - """ - Sets the extra_vars of this EpansibleRunner. - Extra variables for the ansible playbook. - - :param extra_vars: The extra_vars of this EpansibleRunner. - :type: str - """ - - self._extra_vars = extra_vars - - @property - def oper_state(self): - """ - Gets the oper_state of this EpansibleRunner. - Denotes if the task is pending, in_progress, completed_ok, completed_error - - :return: The oper_state of this EpansibleRunner. - :rtype: str - """ - return self._oper_state - - @oper_state.setter - def oper_state(self, oper_state): - """ - Sets the oper_state of this EpansibleRunner. - Denotes if the task is pending, in_progress, completed_ok, completed_error - - :param oper_state: The oper_state of this EpansibleRunner. - :type: str - """ - allowed_values = ["Pending", "InProgress", "CompletedOk", "CompletedError", "CompletedWarning"] - if oper_state not in allowed_values: - raise ValueError( - "Invalid value for `oper_state` ({0}), must be one of {1}" - .format(oper_state, allowed_values) - ) - - self._oper_state = oper_state - - @property - def organization(self): - """ - Gets the organization of this EpansibleRunner. - Organization - - :return: The organization of this EpansibleRunner. - :rtype: MoMoRef - """ - return self._organization - - @organization.setter - def organization(self, organization): - """ - Sets the organization of this EpansibleRunner. - Organization - - :param organization: The organization of this EpansibleRunner. - :type: MoMoRef - """ - - self._organization = organization - - @property - def playbook(self): - """ - Gets the playbook of this EpansibleRunner. - Name of the ansible playbook to execute. - - :return: The playbook of this EpansibleRunner. - :rtype: str - """ - return self._playbook - - @playbook.setter - def playbook(self, playbook): - """ - Sets the playbook of this EpansibleRunner. - Name of the ansible playbook to execute. - - :param playbook: The playbook of this EpansibleRunner. - :type: str - """ - - self._playbook = playbook - - @property - def stderr(self): - """ - Gets the stderr of this EpansibleRunner. - Standard error from the task execution - - :return: The stderr of this EpansibleRunner. - :rtype: str - """ - return self._stderr - - @stderr.setter - def stderr(self, stderr): - """ - Sets the stderr of this EpansibleRunner. - Standard error from the task execution - - :param stderr: The stderr of this EpansibleRunner. - :type: str - """ - - self._stderr = stderr - - @property - def stdout(self): - """ - Gets the stdout of this EpansibleRunner. - Standard output from the task execution - - :return: The stdout of this EpansibleRunner. - :rtype: str - """ - return self._stdout - - @stdout.setter - def stdout(self, stdout): - """ - Sets the stdout of this EpansibleRunner. - Standard output from the task execution - - :param stdout: The stdout of this EpansibleRunner. - :type: str - """ - - self._stdout = stdout - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, EpansibleRunner): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/epansible_runner_list.py b/intersight/models/epansible_runner_list.py deleted file mode 100644 index bee02ca7..00000000 --- a/intersight/models/epansible_runner_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class EpansibleRunnerList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[EpansibleRunner]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - EpansibleRunnerList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this EpansibleRunnerList. - The number of epansibleRunners matching your request in total for all pages. - - :return: The count of this EpansibleRunnerList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this EpansibleRunnerList. - The number of epansibleRunners matching your request in total for all pages. - - :param count: The count of this EpansibleRunnerList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this EpansibleRunnerList. - The array of epansibleRunners matching your request. - - :return: The results of this EpansibleRunnerList. - :rtype: list[EpansibleRunner] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this EpansibleRunnerList. - The array of epansibleRunners matching your request. - - :param results: The results of this EpansibleRunnerList. - :type: list[EpansibleRunner] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, EpansibleRunnerList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/epansible_runner_ref.py b/intersight/models/epansible_runner_ref.py index ca19e704..566e48b6 100644 --- a/intersight/models/epansible_runner_ref.py +++ b/intersight/models/epansible_runner_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_base.py b/intersight/models/equipment_base.py index 6790b1c7..01442f63 100644 --- a/intersight/models/equipment_base.py +++ b/intersight/models/equipment_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_base_ref.py b/intersight/models/equipment_base_ref.py index d3399941..0758100d 100644 --- a/intersight/models/equipment_base_ref.py +++ b/intersight/models/equipment_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_chassis.py b/intersight/models/equipment_chassis.py index 01afa116..7914629e 100644 --- a/intersight/models/equipment_chassis.py +++ b/intersight/models/equipment_chassis.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_chassis_list.py b/intersight/models/equipment_chassis_list.py index ee2580b8..7feced8a 100644 --- a/intersight/models/equipment_chassis_list.py +++ b/intersight/models/equipment_chassis_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_chassis_ref.py b/intersight/models/equipment_chassis_ref.py index 0d055b3c..70711742 100644 --- a/intersight/models/equipment_chassis_ref.py +++ b/intersight/models/equipment_chassis_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_device_summary.py b/intersight/models/equipment_device_summary.py index 80aafd7b..a21e14e8 100644 --- a/intersight/models/equipment_device_summary.py +++ b/intersight/models/equipment_device_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_device_summary_list.py b/intersight/models/equipment_device_summary_list.py index 8ad553d9..a95546a6 100644 --- a/intersight/models/equipment_device_summary_list.py +++ b/intersight/models/equipment_device_summary_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_device_summary_ref.py b/intersight/models/equipment_device_summary_ref.py index 565d58b9..2d08f5ee 100644 --- a/intersight/models/equipment_device_summary_ref.py +++ b/intersight/models/equipment_device_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan.py b/intersight/models/equipment_fan.py index d2ffdaa9..597efc47 100644 --- a/intersight/models/equipment_fan.py +++ b/intersight/models/equipment_fan.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_list.py b/intersight/models/equipment_fan_list.py index 9998ed3e..4fb6dc67 100644 --- a/intersight/models/equipment_fan_list.py +++ b/intersight/models/equipment_fan_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_module.py b/intersight/models/equipment_fan_module.py index 2d7ea3ed..c0ea3aef 100644 --- a/intersight/models/equipment_fan_module.py +++ b/intersight/models/equipment_fan_module.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_module_list.py b/intersight/models/equipment_fan_module_list.py index 0aec07b9..b5e63371 100644 --- a/intersight/models/equipment_fan_module_list.py +++ b/intersight/models/equipment_fan_module_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_module_ref.py b/intersight/models/equipment_fan_module_ref.py index 6bfe606c..278fcc7f 100644 --- a/intersight/models/equipment_fan_module_ref.py +++ b/intersight/models/equipment_fan_module_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_ref.py b/intersight/models/equipment_fan_ref.py index bb7ca6ca..6082f158 100644 --- a/intersight/models/equipment_fan_ref.py +++ b/intersight/models/equipment_fan_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fex.py b/intersight/models/equipment_fex.py index 853e99fd..3042f850 100644 --- a/intersight/models/equipment_fex.py +++ b/intersight/models/equipment_fex.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fex_list.py b/intersight/models/equipment_fex_list.py index c32500b4..95302377 100644 --- a/intersight/models/equipment_fex_list.py +++ b/intersight/models/equipment_fex_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fex_ref.py b/intersight/models/equipment_fex_ref.py index d815e8c3..33979552 100644 --- a/intersight/models/equipment_fex_ref.py +++ b/intersight/models/equipment_fex_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_card.py b/intersight/models/equipment_io_card.py index 2d55ab71..5bd9824a 100644 --- a/intersight/models/equipment_io_card.py +++ b/intersight/models/equipment_io_card.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_card_list.py b/intersight/models/equipment_io_card_list.py index a0867ff5..8f8ff61f 100644 --- a/intersight/models/equipment_io_card_list.py +++ b/intersight/models/equipment_io_card_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_card_ref.py b/intersight/models/equipment_io_card_ref.py index e45945d9..470d5bf0 100644 --- a/intersight/models/equipment_io_card_ref.py +++ b/intersight/models/equipment_io_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_expander.py b/intersight/models/equipment_io_expander.py index d6f19ff2..ae17e070 100644 --- a/intersight/models/equipment_io_expander.py +++ b/intersight/models/equipment_io_expander.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_expander_list.py b/intersight/models/equipment_io_expander_list.py index ae81fc19..6ab67f05 100644 --- a/intersight/models/equipment_io_expander_list.py +++ b/intersight/models/equipment_io_expander_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_expander_ref.py b/intersight/models/equipment_io_expander_ref.py index c9a5df26..0849763f 100644 --- a/intersight/models/equipment_io_expander_ref.py +++ b/intersight/models/equipment_io_expander_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_locator_led.py b/intersight/models/equipment_locator_led.py index 315d4d67..45ae80fd 100644 --- a/intersight/models/equipment_locator_led.py +++ b/intersight/models/equipment_locator_led.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_locator_led_list.py b/intersight/models/equipment_locator_led_list.py index 55219366..62392fad 100644 --- a/intersight/models/equipment_locator_led_list.py +++ b/intersight/models/equipment_locator_led_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_locator_led_ref.py b/intersight/models/equipment_locator_led_ref.py index 3021fbf7..8d4162bf 100644 --- a/intersight/models/equipment_locator_led_ref.py +++ b/intersight/models/equipment_locator_led_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_psu.py b/intersight/models/equipment_psu.py index 68f05583..6a9dc5e2 100644 --- a/intersight/models/equipment_psu.py +++ b/intersight/models/equipment_psu.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_psu_list.py b/intersight/models/equipment_psu_list.py index 4267df4b..20591082 100644 --- a/intersight/models/equipment_psu_list.py +++ b/intersight/models/equipment_psu_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_psu_ref.py b/intersight/models/equipment_psu_ref.py index c8b93889..b7e1f972 100644 --- a/intersight/models/equipment_psu_ref.py +++ b/intersight/models/equipment_psu_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure.py b/intersight/models/equipment_rack_enclosure.py index 7f86df95..ad5fb4d7 100644 --- a/intersight/models/equipment_rack_enclosure.py +++ b/intersight/models/equipment_rack_enclosure.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_list.py b/intersight/models/equipment_rack_enclosure_list.py index b86db271..c72b878e 100644 --- a/intersight/models/equipment_rack_enclosure_list.py +++ b/intersight/models/equipment_rack_enclosure_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_ref.py b/intersight/models/equipment_rack_enclosure_ref.py index f5501789..98d81879 100644 --- a/intersight/models/equipment_rack_enclosure_ref.py +++ b/intersight/models/equipment_rack_enclosure_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_slot.py b/intersight/models/equipment_rack_enclosure_slot.py index c91af38e..3aab5b23 100644 --- a/intersight/models/equipment_rack_enclosure_slot.py +++ b/intersight/models/equipment_rack_enclosure_slot.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_slot_list.py b/intersight/models/equipment_rack_enclosure_slot_list.py index 7bfc7ab8..9b8b171d 100644 --- a/intersight/models/equipment_rack_enclosure_slot_list.py +++ b/intersight/models/equipment_rack_enclosure_slot_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_slot_ref.py b/intersight/models/equipment_rack_enclosure_slot_ref.py index f38388b4..5343d3e8 100644 --- a/intersight/models/equipment_rack_enclosure_slot_ref.py +++ b/intersight/models/equipment_rack_enclosure_slot_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_switch_card.py b/intersight/models/equipment_switch_card.py index f14f8cac..374d44fc 100644 --- a/intersight/models/equipment_switch_card.py +++ b/intersight/models/equipment_switch_card.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_switch_card_list.py b/intersight/models/equipment_switch_card_list.py index 8196bb1b..797e41c7 100644 --- a/intersight/models/equipment_switch_card_list.py +++ b/intersight/models/equipment_switch_card_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_switch_card_ref.py b/intersight/models/equipment_switch_card_ref.py index 95c86b7f..08b7a141 100644 --- a/intersight/models/equipment_switch_card_ref.py +++ b/intersight/models/equipment_switch_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_system_io_controller.py b/intersight/models/equipment_system_io_controller.py index 69c2d5e9..43e0d486 100644 --- a/intersight/models/equipment_system_io_controller.py +++ b/intersight/models/equipment_system_io_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_system_io_controller_list.py b/intersight/models/equipment_system_io_controller_list.py index 37be9015..869c47d9 100644 --- a/intersight/models/equipment_system_io_controller_list.py +++ b/intersight/models/equipment_system_io_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_system_io_controller_ref.py b/intersight/models/equipment_system_io_controller_ref.py index a14550e3..522e701e 100644 --- a/intersight/models/equipment_system_io_controller_ref.py +++ b/intersight/models/equipment_system_io_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_tpm.py b/intersight/models/equipment_tpm.py index 1055fbbe..c189d1f2 100644 --- a/intersight/models/equipment_tpm.py +++ b/intersight/models/equipment_tpm.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_tpm_list.py b/intersight/models/equipment_tpm_list.py index df895989..acda5c9d 100644 --- a/intersight/models/equipment_tpm_list.py +++ b/intersight/models/equipment_tpm_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_tpm_ref.py b/intersight/models/equipment_tpm_ref.py index 52b46ef3..fcc939d0 100644 --- a/intersight/models/equipment_tpm_ref.py +++ b/intersight/models/equipment_tpm_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/error.py b/intersight/models/error.py index 0b5c393e..702abcb1 100644 --- a/intersight/models/error.py +++ b/intersight/models/error.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ether_physical_port.py b/intersight/models/ether_physical_port.py index a7aee975..5190c46d 100644 --- a/intersight/models/ether_physical_port.py +++ b/intersight/models/ether_physical_port.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ether_physical_port_list.py b/intersight/models/ether_physical_port_list.py index 62a0e0c3..ae67a700 100644 --- a/intersight/models/ether_physical_port_list.py +++ b/intersight/models/ether_physical_port_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ether_physical_port_ref.py b/intersight/models/ether_physical_port_ref.py index 91825db9..5ea3371e 100644 --- a/intersight/models/ether_physical_port_ref.py +++ b/intersight/models/ether_physical_port_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/externalsite_auth_profile.py b/intersight/models/externalsite_auth_profile.py deleted file mode 100644 index 4c722d38..00000000 --- a/intersight/models/externalsite_auth_profile.py +++ /dev/null @@ -1,467 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ExternalsiteAuthProfile(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'account': 'MoMoRef', - 'password': 'str', - 'repository_type': 'str', - 'user_id': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'account': 'Account', - 'password': 'Password', - 'repository_type': 'RepositoryType', - 'user_id': 'UserId' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, account=None, password=None, repository_type='cisco', user_id=None): - """ - ExternalsiteAuthProfile - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._account = None - self._password = None - self._repository_type = None - self._user_id = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if account is not None: - self.account = account - if password is not None: - self.password = password - if repository_type is not None: - self.repository_type = repository_type - if user_id is not None: - self.user_id = user_id - - @property - def account_moid(self): - """ - Gets the account_moid of this ExternalsiteAuthProfile. - The Account ID for this managed object. - - :return: The account_moid of this ExternalsiteAuthProfile. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this ExternalsiteAuthProfile. - The Account ID for this managed object. - - :param account_moid: The account_moid of this ExternalsiteAuthProfile. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this ExternalsiteAuthProfile. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this ExternalsiteAuthProfile. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this ExternalsiteAuthProfile. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this ExternalsiteAuthProfile. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this ExternalsiteAuthProfile. - The time when this managed object was created. - - :return: The create_time of this ExternalsiteAuthProfile. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this ExternalsiteAuthProfile. - The time when this managed object was created. - - :param create_time: The create_time of this ExternalsiteAuthProfile. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this ExternalsiteAuthProfile. - The time when this managed object was last modified. - - :return: The mod_time of this ExternalsiteAuthProfile. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this ExternalsiteAuthProfile. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this ExternalsiteAuthProfile. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this ExternalsiteAuthProfile. - A unique identifier of this Managed Object instance. - - :return: The moid of this ExternalsiteAuthProfile. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this ExternalsiteAuthProfile. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this ExternalsiteAuthProfile. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this ExternalsiteAuthProfile. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this ExternalsiteAuthProfile. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this ExternalsiteAuthProfile. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this ExternalsiteAuthProfile. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this ExternalsiteAuthProfile. - An array of owners which represent effective ownership of this object. - - :return: The owners of this ExternalsiteAuthProfile. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this ExternalsiteAuthProfile. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this ExternalsiteAuthProfile. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this ExternalsiteAuthProfile. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this ExternalsiteAuthProfile. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this ExternalsiteAuthProfile. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this ExternalsiteAuthProfile. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this ExternalsiteAuthProfile. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this ExternalsiteAuthProfile. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this ExternalsiteAuthProfile. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this ExternalsiteAuthProfile. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def account(self): - """ - Gets the account of this ExternalsiteAuthProfile. - Account relation - - :return: The account of this ExternalsiteAuthProfile. - :rtype: MoMoRef - """ - return self._account - - @account.setter - def account(self, account): - """ - Sets the account of this ExternalsiteAuthProfile. - Account relation - - :param account: The account of this ExternalsiteAuthProfile. - :type: MoMoRef - """ - - self._account = account - - @property - def password(self): - """ - Gets the password of this ExternalsiteAuthProfile. - User password for the external site - - :return: The password of this ExternalsiteAuthProfile. - :rtype: str - """ - return self._password - - @password.setter - def password(self, password): - """ - Sets the password of this ExternalsiteAuthProfile. - User password for the external site - - :param password: The password of this ExternalsiteAuthProfile. - :type: str - """ - - self._password = password - - @property - def repository_type(self): - """ - Gets the repository_type of this ExternalsiteAuthProfile. - External site the user credentials are for - - :return: The repository_type of this ExternalsiteAuthProfile. - :rtype: str - """ - return self._repository_type - - @repository_type.setter - def repository_type(self, repository_type): - """ - Sets the repository_type of this ExternalsiteAuthProfile. - External site the user credentials are for - - :param repository_type: The repository_type of this ExternalsiteAuthProfile. - :type: str - """ - allowed_values = ["cisco"] - if repository_type not in allowed_values: - raise ValueError( - "Invalid value for `repository_type` ({0}), must be one of {1}" - .format(repository_type, allowed_values) - ) - - self._repository_type = repository_type - - @property - def user_id(self): - """ - Gets the user_id of this ExternalsiteAuthProfile. - User id for the external site - - :return: The user_id of this ExternalsiteAuthProfile. - :rtype: str - """ - return self._user_id - - @user_id.setter - def user_id(self, user_id): - """ - Sets the user_id of this ExternalsiteAuthProfile. - User id for the external site - - :param user_id: The user_id of this ExternalsiteAuthProfile. - :type: str - """ - - self._user_id = user_id - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ExternalsiteAuthProfile): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/externalsite_auth_profile_list.py b/intersight/models/externalsite_auth_profile_list.py deleted file mode 100644 index 25f05d8f..00000000 --- a/intersight/models/externalsite_auth_profile_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ExternalsiteAuthProfileList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[ExternalsiteAuthProfile]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - ExternalsiteAuthProfileList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this ExternalsiteAuthProfileList. - The number of externalsiteAuthProfiles matching your request in total for all pages. - - :return: The count of this ExternalsiteAuthProfileList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this ExternalsiteAuthProfileList. - The number of externalsiteAuthProfiles matching your request in total for all pages. - - :param count: The count of this ExternalsiteAuthProfileList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this ExternalsiteAuthProfileList. - The array of externalsiteAuthProfiles matching your request. - - :return: The results of this ExternalsiteAuthProfileList. - :rtype: list[ExternalsiteAuthProfile] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this ExternalsiteAuthProfileList. - The array of externalsiteAuthProfiles matching your request. - - :param results: The results of this ExternalsiteAuthProfileList. - :type: list[ExternalsiteAuthProfile] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ExternalsiteAuthProfileList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/externalsite_authorization.py b/intersight/models/externalsite_authorization.py deleted file mode 100644 index 38ab39b9..00000000 --- a/intersight/models/externalsite_authorization.py +++ /dev/null @@ -1,547 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.9-228 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ExternalsiteAuthorization(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoBaseMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoBaseMoRef', - 'tags': 'list[MoTag]', - 'version_context': 'MoVersionContext', - 'account': 'IamAccountRef', - 'is_password_set': 'bool', - 'is_user_id_set': 'bool', - 'password': 'str', - 'repository_type': 'str', - 'user_id': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'version_context': 'VersionContext', - 'account': 'Account', - 'is_password_set': 'IsPasswordSet', - 'is_user_id_set': 'IsUserIdSet', - 'password': 'Password', - 'repository_type': 'RepositoryType', - 'user_id': 'UserId' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, version_context=None, account=None, is_password_set=None, is_user_id_set=None, password=None, repository_type='cisco', user_id=None): - """ - ExternalsiteAuthorization - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._version_context = None - self._account = None - self._is_password_set = None - self._is_user_id_set = None - self._password = None - self._repository_type = None - self._user_id = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if version_context is not None: - self.version_context = version_context - if account is not None: - self.account = account - if is_password_set is not None: - self.is_password_set = is_password_set - if is_user_id_set is not None: - self.is_user_id_set = is_user_id_set - if password is not None: - self.password = password - if repository_type is not None: - self.repository_type = repository_type - if user_id is not None: - self.user_id = user_id - - @property - def account_moid(self): - """ - Gets the account_moid of this ExternalsiteAuthorization. - The Account ID for this managed object. - - :return: The account_moid of this ExternalsiteAuthorization. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this ExternalsiteAuthorization. - The Account ID for this managed object. - - :param account_moid: The account_moid of this ExternalsiteAuthorization. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this ExternalsiteAuthorization. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this ExternalsiteAuthorization. - :rtype: list[MoBaseMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this ExternalsiteAuthorization. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this ExternalsiteAuthorization. - :type: list[MoBaseMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this ExternalsiteAuthorization. - The time when this managed object was created. - - :return: The create_time of this ExternalsiteAuthorization. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this ExternalsiteAuthorization. - The time when this managed object was created. - - :param create_time: The create_time of this ExternalsiteAuthorization. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this ExternalsiteAuthorization. - The time when this managed object was last modified. - - :return: The mod_time of this ExternalsiteAuthorization. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this ExternalsiteAuthorization. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this ExternalsiteAuthorization. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this ExternalsiteAuthorization. - A unique identifier of this Managed Object instance. - - :return: The moid of this ExternalsiteAuthorization. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this ExternalsiteAuthorization. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this ExternalsiteAuthorization. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this ExternalsiteAuthorization. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this ExternalsiteAuthorization. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this ExternalsiteAuthorization. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this ExternalsiteAuthorization. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this ExternalsiteAuthorization. - An array of owners which represent effective ownership of this object. - - :return: The owners of this ExternalsiteAuthorization. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this ExternalsiteAuthorization. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this ExternalsiteAuthorization. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this ExternalsiteAuthorization. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this ExternalsiteAuthorization. - :rtype: MoBaseMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this ExternalsiteAuthorization. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this ExternalsiteAuthorization. - :type: MoBaseMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this ExternalsiteAuthorization. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this ExternalsiteAuthorization. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this ExternalsiteAuthorization. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this ExternalsiteAuthorization. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def version_context(self): - """ - Gets the version_context of this ExternalsiteAuthorization. - The versioning info for this managed object - - :return: The version_context of this ExternalsiteAuthorization. - :rtype: MoVersionContext - """ - return self._version_context - - @version_context.setter - def version_context(self, version_context): - """ - Sets the version_context of this ExternalsiteAuthorization. - The versioning info for this managed object - - :param version_context: The version_context of this ExternalsiteAuthorization. - :type: MoVersionContext - """ - - self._version_context = version_context - - @property - def account(self): - """ - Gets the account of this ExternalsiteAuthorization. - Account relation - - :return: The account of this ExternalsiteAuthorization. - :rtype: IamAccountRef - """ - return self._account - - @account.setter - def account(self, account): - """ - Sets the account of this ExternalsiteAuthorization. - Account relation - - :param account: The account of this ExternalsiteAuthorization. - :type: IamAccountRef - """ - - self._account = account - - @property - def is_password_set(self): - """ - Gets the is_password_set of this ExternalsiteAuthorization. - - :return: The is_password_set of this ExternalsiteAuthorization. - :rtype: bool - """ - return self._is_password_set - - @is_password_set.setter - def is_password_set(self, is_password_set): - """ - Sets the is_password_set of this ExternalsiteAuthorization. - - :param is_password_set: The is_password_set of this ExternalsiteAuthorization. - :type: bool - """ - - self._is_password_set = is_password_set - - @property - def is_user_id_set(self): - """ - Gets the is_user_id_set of this ExternalsiteAuthorization. - - :return: The is_user_id_set of this ExternalsiteAuthorization. - :rtype: bool - """ - return self._is_user_id_set - - @is_user_id_set.setter - def is_user_id_set(self, is_user_id_set): - """ - Sets the is_user_id_set of this ExternalsiteAuthorization. - - :param is_user_id_set: The is_user_id_set of this ExternalsiteAuthorization. - :type: bool - """ - - self._is_user_id_set = is_user_id_set - - @property - def password(self): - """ - Gets the password of this ExternalsiteAuthorization. - User password for the external site - - :return: The password of this ExternalsiteAuthorization. - :rtype: str - """ - return self._password - - @password.setter - def password(self, password): - """ - Sets the password of this ExternalsiteAuthorization. - User password for the external site - - :param password: The password of this ExternalsiteAuthorization. - :type: str - """ - - self._password = password - - @property - def repository_type(self): - """ - Gets the repository_type of this ExternalsiteAuthorization. - Repositry the user credentials are for - - :return: The repository_type of this ExternalsiteAuthorization. - :rtype: str - """ - return self._repository_type - - @repository_type.setter - def repository_type(self, repository_type): - """ - Sets the repository_type of this ExternalsiteAuthorization. - Repositry the user credentials are for - - :param repository_type: The repository_type of this ExternalsiteAuthorization. - :type: str - """ - allowed_values = ["cisco"] - if repository_type not in allowed_values: - raise ValueError( - "Invalid value for `repository_type` ({0}), must be one of {1}" - .format(repository_type, allowed_values) - ) - - self._repository_type = repository_type - - @property - def user_id(self): - """ - Gets the user_id of this ExternalsiteAuthorization. - User id for the external site - - :return: The user_id of this ExternalsiteAuthorization. - :rtype: str - """ - return self._user_id - - @user_id.setter - def user_id(self, user_id): - """ - Sets the user_id of this ExternalsiteAuthorization. - User id for the external site - - :param user_id: The user_id of this ExternalsiteAuthorization. - :type: str - """ - - self._user_id = user_id - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ExternalsiteAuthorization): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/externalsite_authorization_list.py b/intersight/models/externalsite_authorization_list.py deleted file mode 100644 index 7c727d80..00000000 --- a/intersight/models/externalsite_authorization_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.9-228 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ExternalsiteAuthorizationList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[ExternalsiteAuthorization]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - ExternalsiteAuthorizationList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this ExternalsiteAuthorizationList. - The number of externalsiteAuthorizations matching your request in total for all pages. - - :return: The count of this ExternalsiteAuthorizationList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this ExternalsiteAuthorizationList. - The number of externalsiteAuthorizations matching your request in total for all pages. - - :param count: The count of this ExternalsiteAuthorizationList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this ExternalsiteAuthorizationList. - The array of externalsiteAuthorizations matching your request. - - :return: The results of this ExternalsiteAuthorizationList. - :rtype: list[ExternalsiteAuthorization] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this ExternalsiteAuthorizationList. - The array of externalsiteAuthorizations matching your request. - - :param results: The results of this ExternalsiteAuthorizationList. - :type: list[ExternalsiteAuthorization] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ExternalsiteAuthorizationList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/externalsite_authorization_ref.py b/intersight/models/externalsite_authorization_ref.py deleted file mode 100644 index 9350c497..00000000 --- a/intersight/models/externalsite_authorization_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.9-228 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ExternalsiteAuthorizationRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - ExternalsiteAuthorizationRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this ExternalsiteAuthorizationRef. - - :return: The moid of this ExternalsiteAuthorizationRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this ExternalsiteAuthorizationRef. - - :param moid: The moid of this ExternalsiteAuthorizationRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this ExternalsiteAuthorizationRef. - - :return: The object_type of this ExternalsiteAuthorizationRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this ExternalsiteAuthorizationRef. - - :param object_type: The object_type of this ExternalsiteAuthorizationRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ExternalsiteAuthorizationRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/extsearch_app_config_ref.py b/intersight/models/extsearch_app_config_ref.py index 9b96b57a..81d7fc36 100644 --- a/intersight/models/extsearch_app_config_ref.py +++ b/intersight/models/extsearch_app_config_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/extsearch_import.py b/intersight/models/extsearch_import.py deleted file mode 100644 index c54356f9..00000000 --- a/intersight/models/extsearch_import.py +++ /dev/null @@ -1,489 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ExtsearchImport(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'import_since': 'datetime', - 'import_status': 'str', - 'import_type': 'str', - 'index_name': 'str', - 'index_types': 'list[str]' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'import_since': 'ImportSince', - 'import_status': 'ImportStatus', - 'import_type': 'ImportType', - 'index_name': 'IndexName', - 'index_types': 'IndexTypes' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, import_since=None, import_status=None, import_type=None, index_name=None, index_types=None): - """ - ExtsearchImport - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._import_since = None - self._import_status = None - self._import_type = None - self._index_name = None - self._index_types = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if import_since is not None: - self.import_since = import_since - if import_status is not None: - self.import_status = import_status - if import_type is not None: - self.import_type = import_type - if index_name is not None: - self.index_name = index_name - if index_types is not None: - self.index_types = index_types - - @property - def account_moid(self): - """ - Gets the account_moid of this ExtsearchImport. - The Account ID for this managed object. - - :return: The account_moid of this ExtsearchImport. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this ExtsearchImport. - The Account ID for this managed object. - - :param account_moid: The account_moid of this ExtsearchImport. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this ExtsearchImport. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this ExtsearchImport. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this ExtsearchImport. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this ExtsearchImport. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this ExtsearchImport. - The time when this managed object was created. - - :return: The create_time of this ExtsearchImport. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this ExtsearchImport. - The time when this managed object was created. - - :param create_time: The create_time of this ExtsearchImport. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this ExtsearchImport. - The time when this managed object was last modified. - - :return: The mod_time of this ExtsearchImport. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this ExtsearchImport. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this ExtsearchImport. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this ExtsearchImport. - A unique identifier of this Managed Object instance. - - :return: The moid of this ExtsearchImport. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this ExtsearchImport. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this ExtsearchImport. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this ExtsearchImport. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this ExtsearchImport. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this ExtsearchImport. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this ExtsearchImport. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this ExtsearchImport. - An array of owners which represent effective ownership of this object. - - :return: The owners of this ExtsearchImport. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this ExtsearchImport. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this ExtsearchImport. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this ExtsearchImport. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this ExtsearchImport. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this ExtsearchImport. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this ExtsearchImport. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this ExtsearchImport. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this ExtsearchImport. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this ExtsearchImport. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this ExtsearchImport. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def import_since(self): - """ - Gets the import_since of this ExtsearchImport. - Reimport data only that has ModTime greater than what is specified in importSince. When not specified, ModTime filter will not be used. - - :return: The import_since of this ExtsearchImport. - :rtype: datetime - """ - return self._import_since - - @import_since.setter - def import_since(self, import_since): - """ - Sets the import_since of this ExtsearchImport. - Reimport data only that has ModTime greater than what is specified in importSince. When not specified, ModTime filter will not be used. - - :param import_since: The import_since of this ExtsearchImport. - :type: datetime - """ - - self._import_since = import_since - - @property - def import_status(self): - """ - Gets the import_status of this ExtsearchImport. - Current Status of import. Created, Started are possible values. - - :return: The import_status of this ExtsearchImport. - :rtype: str - """ - return self._import_status - - @import_status.setter - def import_status(self, import_status): - """ - Sets the import_status of this ExtsearchImport. - Current Status of import. Created, Started are possible values. - - :param import_status: The import_status of this ExtsearchImport. - :type: str - """ - - self._import_status = import_status - - @property - def import_type(self): - """ - Gets the import_type of this ExtsearchImport. - Value that specifies whether to a reimport or create a new index with new schema. reindex and reimport are possible values. When reindex is selected a new index with a newer version will be created in ES and the old index will be deleted. - - :return: The import_type of this ExtsearchImport. - :rtype: str - """ - return self._import_type - - @import_type.setter - def import_type(self, import_type): - """ - Sets the import_type of this ExtsearchImport. - Value that specifies whether to a reimport or create a new index with new schema. reindex and reimport are possible values. When reindex is selected a new index with a newer version will be created in ES and the old index will be deleted. - - :param import_type: The import_type of this ExtsearchImport. - :type: str - """ - - self._import_type = import_type - - @property - def index_name(self): - """ - Gets the index_name of this ExtsearchImport. - Name of the micro-service that this external search index belongs to. For example, dejavu, aurora.. - - :return: The index_name of this ExtsearchImport. - :rtype: str - """ - return self._index_name - - @index_name.setter - def index_name(self, index_name): - """ - Sets the index_name of this ExtsearchImport. - Name of the micro-service that this external search index belongs to. For example, dejavu, aurora.. - - :param index_name: The index_name of this ExtsearchImport. - :type: str - """ - - self._index_name = index_name - - @property - def index_types(self): - """ - Gets the index_types of this ExtsearchImport. - The fully-qualified names of the mo types. For example, \"compute.Blade\". If not specified, reimport will be done on all the mos that have external search enabled. When specified, only those mos will be reimported. - - :return: The index_types of this ExtsearchImport. - :rtype: list[str] - """ - return self._index_types - - @index_types.setter - def index_types(self, index_types): - """ - Sets the index_types of this ExtsearchImport. - The fully-qualified names of the mo types. For example, \"compute.Blade\". If not specified, reimport will be done on all the mos that have external search enabled. When specified, only those mos will be reimported. - - :param index_types: The index_types of this ExtsearchImport. - :type: list[str] - """ - - self._index_types = index_types - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ExtsearchImport): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/extsearch_import_list.py b/intersight/models/extsearch_import_list.py deleted file mode 100644 index 986170f2..00000000 --- a/intersight/models/extsearch_import_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ExtsearchImportList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[ExtsearchImport]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - ExtsearchImportList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this ExtsearchImportList. - The number of extsearchImports matching your request in total for all pages. - - :return: The count of this ExtsearchImportList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this ExtsearchImportList. - The number of extsearchImports matching your request in total for all pages. - - :param count: The count of this ExtsearchImportList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this ExtsearchImportList. - The array of extsearchImports matching your request. - - :return: The results of this ExtsearchImportList. - :rtype: list[ExtsearchImport] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this ExtsearchImportList. - The array of extsearchImports matching your request. - - :param results: The results of this ExtsearchImportList. - :type: list[ExtsearchImport] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ExtsearchImportList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/extsearch_import_ref.py b/intersight/models/extsearch_import_ref.py index 4ef9f0a8..95cb2f5b 100644 --- a/intersight/models/extsearch_import_ref.py +++ b/intersight/models/extsearch_import_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fault_instance.py b/intersight/models/fault_instance.py index 5fc11f30..8b6f66df 100644 --- a/intersight/models/fault_instance.py +++ b/intersight/models/fault_instance.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fault_instance_list.py b/intersight/models/fault_instance_list.py index b50a54c5..8d762e2b 100644 --- a/intersight/models/fault_instance_list.py +++ b/intersight/models/fault_instance_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fault_instance_ref.py b/intersight/models/fault_instance_ref.py index c706ecdc..359d4b1f 100644 --- a/intersight/models/fault_instance_ref.py +++ b/intersight/models/fault_instance_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fc_physical_port.py b/intersight/models/fc_physical_port.py index 4495b534..3c128c03 100644 --- a/intersight/models/fc_physical_port.py +++ b/intersight/models/fc_physical_port.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fc_physical_port_list.py b/intersight/models/fc_physical_port_list.py index 8344b3f3..2ad8ef99 100644 --- a/intersight/models/fc_physical_port_list.py +++ b/intersight/models/fc_physical_port_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fc_physical_port_ref.py b/intersight/models/fc_physical_port_ref.py index ba47a0f0..27164f8b 100644 --- a/intersight/models/fc_physical_port_ref.py +++ b/intersight/models/fc_physical_port_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_data.py b/intersight/models/feedback_feedback_data.py index 284e6438..58cf9336 100644 --- a/intersight/models/feedback_feedback_data.py +++ b/intersight/models/feedback_feedback_data.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_data_ref.py b/intersight/models/feedback_feedback_data_ref.py index 038b1dc5..529da61d 100644 --- a/intersight/models/feedback_feedback_data_ref.py +++ b/intersight/models/feedback_feedback_data_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_post.py b/intersight/models/feedback_feedback_post.py index 5997fd14..adedab0a 100644 --- a/intersight/models/feedback_feedback_post.py +++ b/intersight/models/feedback_feedback_post.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_post_ref.py b/intersight/models/feedback_feedback_post_ref.py index aa230656..a66ead64 100644 --- a/intersight/models/feedback_feedback_post_ref.py +++ b/intersight/models/feedback_feedback_post_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_ref.py b/intersight/models/feedback_feedback_ref.py index 7e62eeba..113f0e90 100644 --- a/intersight/models/feedback_feedback_ref.py +++ b/intersight/models/feedback_feedback_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_settings_ref.py b/intersight/models/feedback_feedback_settings_ref.py index 85c0cda0..c852c259 100644 --- a/intersight/models/feedback_feedback_settings_ref.py +++ b/intersight/models/feedback_feedback_settings_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_history_item_ref.py b/intersight/models/feedback_history_item_ref.py index 1e9fb7c8..f8f82d53 100644 --- a/intersight/models/feedback_history_item_ref.py +++ b/intersight/models/feedback_history_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_cifs_server.py b/intersight/models/firmware_cifs_server.py index 2927b897..8d784ed4 100644 --- a/intersight/models/firmware_cifs_server.py +++ b/intersight/models/firmware_cifs_server.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_cifs_server_ref.py b/intersight/models/firmware_cifs_server_ref.py index 046b5ebe..76496fa4 100644 --- a/intersight/models/firmware_cifs_server_ref.py +++ b/intersight/models/firmware_cifs_server_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_direct_download.py b/intersight/models/firmware_direct_download.py index f4a37001..946c9d31 100644 --- a/intersight/models/firmware_direct_download.py +++ b/intersight/models/firmware_direct_download.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_direct_download_ref.py b/intersight/models/firmware_direct_download_ref.py index e4b75dc7..d1dfdd27 100644 --- a/intersight/models/firmware_direct_download_ref.py +++ b/intersight/models/firmware_direct_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_distributable.py b/intersight/models/firmware_distributable.py index be0c9821..e487f2c0 100644 --- a/intersight/models/firmware_distributable.py +++ b/intersight/models/firmware_distributable.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_distributable_list.py b/intersight/models/firmware_distributable_list.py index 15968e61..9c18be14 100644 --- a/intersight/models/firmware_distributable_list.py +++ b/intersight/models/firmware_distributable_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_distributable_ref.py b/intersight/models/firmware_distributable_ref.py index 3b8636eb..94e940be 100644 --- a/intersight/models/firmware_distributable_ref.py +++ b/intersight/models/firmware_distributable_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_download_spec_ref.py b/intersight/models/firmware_download_spec_ref.py index c280a17c..c0fda429 100644 --- a/intersight/models/firmware_download_spec_ref.py +++ b/intersight/models/firmware_download_spec_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_eula.py b/intersight/models/firmware_eula.py index 6029625c..0d252871 100644 --- a/intersight/models/firmware_eula.py +++ b/intersight/models/firmware_eula.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_eula_list.py b/intersight/models/firmware_eula_list.py index eff6ba39..9402d14b 100644 --- a/intersight/models/firmware_eula_list.py +++ b/intersight/models/firmware_eula_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_eula_ref.py b/intersight/models/firmware_eula_ref.py index fc63557b..1c60cd3d 100644 --- a/intersight/models/firmware_eula_ref.py +++ b/intersight/models/firmware_eula_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_http_server.py b/intersight/models/firmware_http_server.py index 86bce002..db76bd83 100644 --- a/intersight/models/firmware_http_server.py +++ b/intersight/models/firmware_http_server.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_http_server_ref.py b/intersight/models/firmware_http_server_ref.py index ea1a9d02..b2efc32d 100644 --- a/intersight/models/firmware_http_server_ref.py +++ b/intersight/models/firmware_http_server_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_network_share.py b/intersight/models/firmware_network_share.py index fa668528..120590c5 100644 --- a/intersight/models/firmware_network_share.py +++ b/intersight/models/firmware_network_share.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_network_share_ref.py b/intersight/models/firmware_network_share_ref.py index 799cd06d..a593a533 100644 --- a/intersight/models/firmware_network_share_ref.py +++ b/intersight/models/firmware_network_share_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_nfs_server.py b/intersight/models/firmware_nfs_server.py index 8c018886..8e744293 100644 --- a/intersight/models/firmware_nfs_server.py +++ b/intersight/models/firmware_nfs_server.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_nfs_server_ref.py b/intersight/models/firmware_nfs_server_ref.py index b6ed63d2..7e58a7b6 100644 --- a/intersight/models/firmware_nfs_server_ref.py +++ b/intersight/models/firmware_nfs_server_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_running_firmware.py b/intersight/models/firmware_running_firmware.py index 37946fb9..ab20463e 100644 --- a/intersight/models/firmware_running_firmware.py +++ b/intersight/models/firmware_running_firmware.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_running_firmware_list.py b/intersight/models/firmware_running_firmware_list.py index 947d43fa..484c2260 100644 --- a/intersight/models/firmware_running_firmware_list.py +++ b/intersight/models/firmware_running_firmware_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_running_firmware_ref.py b/intersight/models/firmware_running_firmware_ref.py index 98c2c423..5a7bb06a 100644 --- a/intersight/models/firmware_running_firmware_ref.py +++ b/intersight/models/firmware_running_firmware_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade.py b/intersight/models/firmware_upgrade.py index bc5fa725..a3044836 100644 --- a/intersight/models/firmware_upgrade.py +++ b/intersight/models/firmware_upgrade.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_list.py b/intersight/models/firmware_upgrade_list.py index a2300445..0251d80f 100644 --- a/intersight/models/firmware_upgrade_list.py +++ b/intersight/models/firmware_upgrade_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_ref.py b/intersight/models/firmware_upgrade_ref.py index b1068e68..3c3d5faa 100644 --- a/intersight/models/firmware_upgrade_ref.py +++ b/intersight/models/firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_status.py b/intersight/models/firmware_upgrade_status.py index 6e7cdf1b..131f7e39 100644 --- a/intersight/models/firmware_upgrade_status.py +++ b/intersight/models/firmware_upgrade_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_status_list.py b/intersight/models/firmware_upgrade_status_list.py index f2fc498b..ae8fb376 100644 --- a/intersight/models/firmware_upgrade_status_list.py +++ b/intersight/models/firmware_upgrade_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_status_ref.py b/intersight/models/firmware_upgrade_status_ref.py index 7e25f157..0c31e96b 100644 --- a/intersight/models/firmware_upgrade_status_ref.py +++ b/intersight/models/firmware_upgrade_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py b/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py index ce2cf2f0..0cdea78c 100644 --- a/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py +++ b/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py b/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py index b032d39b..da67943f 100644 --- a/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py +++ b/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py b/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py index eb66e0a6..f237b34b 100644 --- a/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py +++ b/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py b/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py index 2f5cd127..fe9005b5 100644 --- a/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py +++ b/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_initiate_download_ref.py b/intersight/models/firmwareimc_initiate_download_ref.py index 943bb101..ef53d1b6 100644 --- a/intersight/models/firmwareimc_initiate_download_ref.py +++ b/intersight/models/firmwareimc_initiate_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_wait_for_download_ref.py b/intersight/models/firmwareimc_wait_for_download_ref.py index 606ce357..79725c25 100644 --- a/intersight/models/firmwareimc_wait_for_download_ref.py +++ b/intersight/models/firmwareimc_wait_for_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py b/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py index 581a8112..b9cc0946 100644 --- a/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py +++ b/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_card.py b/intersight/models/graphics_card.py index 19d5c0a5..040b2437 100644 --- a/intersight/models/graphics_card.py +++ b/intersight/models/graphics_card.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_card_list.py b/intersight/models/graphics_card_list.py index 4ef8fd43..69be5208 100644 --- a/intersight/models/graphics_card_list.py +++ b/intersight/models/graphics_card_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_card_ref.py b/intersight/models/graphics_card_ref.py index 97e36169..15542505 100644 --- a/intersight/models/graphics_card_ref.py +++ b/intersight/models/graphics_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_controller.py b/intersight/models/graphics_controller.py index 418182e8..bd46ef2f 100644 --- a/intersight/models/graphics_controller.py +++ b/intersight/models/graphics_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_controller_list.py b/intersight/models/graphics_controller_list.py index 798a7ded..0456fd9c 100644 --- a/intersight/models/graphics_controller_list.py +++ b/intersight/models/graphics_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_controller_ref.py b/intersight/models/graphics_controller_ref.py index ba69be0b..8f5453c5 100644 --- a/intersight/models/graphics_controller_ref.py +++ b/intersight/models/graphics_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_active_collection_node_ref.py b/intersight/models/hcl_active_collection_node_ref.py deleted file mode 100644 index 4824a789..00000000 --- a/intersight/models/hcl_active_collection_node_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HclActiveCollectionNodeRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - HclActiveCollectionNodeRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this HclActiveCollectionNodeRef. - - :return: The moid of this HclActiveCollectionNodeRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this HclActiveCollectionNodeRef. - - :param moid: The moid of this HclActiveCollectionNodeRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this HclActiveCollectionNodeRef. - - :return: The object_type of this HclActiveCollectionNodeRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this HclActiveCollectionNodeRef. - - :param object_type: The object_type of this HclActiveCollectionNodeRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HclActiveCollectionNodeRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hcl_compatibility_info.py b/intersight/models/hcl_compatibility_info.py deleted file mode 100644 index a6dc6235..00000000 --- a/intersight/models/hcl_compatibility_info.py +++ /dev/null @@ -1,767 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HclCompatibilityInfo(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoBaseMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoBaseMoRef', - 'tags': 'list[MoTag]', - 'adapter_bios': 'str', - 'driver_protocol': 'str', - 'driver_vendor': 'str', - 'driver_version': 'str', - 'firmware': 'str', - 'notes': 'list[HclNoteRef]', - 'os_vendor': 'str', - 'os_version': 'str', - 'processor_name': 'str', - 'product_id': 'str', - 'product_model': 'str', - 'server_model': 'str', - 'server_pid': 'str', - 'ucs_version': 'str', - 'version_type': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'adapter_bios': 'AdapterBios', - 'driver_protocol': 'DriverProtocol', - 'driver_vendor': 'DriverVendor', - 'driver_version': 'DriverVersion', - 'firmware': 'Firmware', - 'notes': 'Notes', - 'os_vendor': 'OsVendor', - 'os_version': 'OsVersion', - 'processor_name': 'ProcessorName', - 'product_id': 'ProductId', - 'product_model': 'ProductModel', - 'server_model': 'ServerModel', - 'server_pid': 'ServerPid', - 'ucs_version': 'UcsVersion', - 'version_type': 'VersionType' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, adapter_bios=None, driver_protocol=None, driver_vendor=None, driver_version=None, firmware=None, notes=None, os_vendor=None, os_version=None, processor_name=None, product_id=None, product_model=None, server_model=None, server_pid=None, ucs_version=None, version_type=None): - """ - HclCompatibilityInfo - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._adapter_bios = None - self._driver_protocol = None - self._driver_vendor = None - self._driver_version = None - self._firmware = None - self._notes = None - self._os_vendor = None - self._os_version = None - self._processor_name = None - self._product_id = None - self._product_model = None - self._server_model = None - self._server_pid = None - self._ucs_version = None - self._version_type = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if adapter_bios is not None: - self.adapter_bios = adapter_bios - if driver_protocol is not None: - self.driver_protocol = driver_protocol - if driver_vendor is not None: - self.driver_vendor = driver_vendor - if driver_version is not None: - self.driver_version = driver_version - if firmware is not None: - self.firmware = firmware - if notes is not None: - self.notes = notes - if os_vendor is not None: - self.os_vendor = os_vendor - if os_version is not None: - self.os_version = os_version - if processor_name is not None: - self.processor_name = processor_name - if product_id is not None: - self.product_id = product_id - if product_model is not None: - self.product_model = product_model - if server_model is not None: - self.server_model = server_model - if server_pid is not None: - self.server_pid = server_pid - if ucs_version is not None: - self.ucs_version = ucs_version - if version_type is not None: - self.version_type = version_type - - @property - def account_moid(self): - """ - Gets the account_moid of this HclCompatibilityInfo. - The Account ID for this managed object. - - :return: The account_moid of this HclCompatibilityInfo. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this HclCompatibilityInfo. - The Account ID for this managed object. - - :param account_moid: The account_moid of this HclCompatibilityInfo. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this HclCompatibilityInfo. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this HclCompatibilityInfo. - :rtype: list[MoBaseMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this HclCompatibilityInfo. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this HclCompatibilityInfo. - :type: list[MoBaseMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this HclCompatibilityInfo. - The time when this managed object was created. - - :return: The create_time of this HclCompatibilityInfo. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this HclCompatibilityInfo. - The time when this managed object was created. - - :param create_time: The create_time of this HclCompatibilityInfo. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this HclCompatibilityInfo. - The time when this managed object was last modified. - - :return: The mod_time of this HclCompatibilityInfo. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this HclCompatibilityInfo. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this HclCompatibilityInfo. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this HclCompatibilityInfo. - A unique identifier of this Managed Object instance. - - :return: The moid of this HclCompatibilityInfo. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this HclCompatibilityInfo. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this HclCompatibilityInfo. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this HclCompatibilityInfo. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this HclCompatibilityInfo. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this HclCompatibilityInfo. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this HclCompatibilityInfo. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this HclCompatibilityInfo. - An array of owners which represent effective ownership of this object. - - :return: The owners of this HclCompatibilityInfo. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this HclCompatibilityInfo. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this HclCompatibilityInfo. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this HclCompatibilityInfo. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this HclCompatibilityInfo. - :rtype: MoBaseMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this HclCompatibilityInfo. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this HclCompatibilityInfo. - :type: MoBaseMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this HclCompatibilityInfo. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this HclCompatibilityInfo. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this HclCompatibilityInfo. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this HclCompatibilityInfo. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def adapter_bios(self): - """ - Gets the adapter_bios of this HclCompatibilityInfo. - - :return: The adapter_bios of this HclCompatibilityInfo. - :rtype: str - """ - return self._adapter_bios - - @adapter_bios.setter - def adapter_bios(self, adapter_bios): - """ - Sets the adapter_bios of this HclCompatibilityInfo. - - :param adapter_bios: The adapter_bios of this HclCompatibilityInfo. - :type: str - """ - - self._adapter_bios = adapter_bios - - @property - def driver_protocol(self): - """ - Gets the driver_protocol of this HclCompatibilityInfo. - Protocol of the driver supported - - :return: The driver_protocol of this HclCompatibilityInfo. - :rtype: str - """ - return self._driver_protocol - - @driver_protocol.setter - def driver_protocol(self, driver_protocol): - """ - Sets the driver_protocol of this HclCompatibilityInfo. - Protocol of the driver supported - - :param driver_protocol: The driver_protocol of this HclCompatibilityInfo. - :type: str - """ - - self._driver_protocol = driver_protocol - - @property - def driver_vendor(self): - """ - Gets the driver_vendor of this HclCompatibilityInfo. - Vendor of the driver supported - - :return: The driver_vendor of this HclCompatibilityInfo. - :rtype: str - """ - return self._driver_vendor - - @driver_vendor.setter - def driver_vendor(self, driver_vendor): - """ - Sets the driver_vendor of this HclCompatibilityInfo. - Vendor of the driver supported - - :param driver_vendor: The driver_vendor of this HclCompatibilityInfo. - :type: str - """ - - self._driver_vendor = driver_vendor - - @property - def driver_version(self): - """ - Gets the driver_version of this HclCompatibilityInfo. - Version of the driver supported - - :return: The driver_version of this HclCompatibilityInfo. - :rtype: str - """ - return self._driver_version - - @driver_version.setter - def driver_version(self, driver_version): - """ - Sets the driver_version of this HclCompatibilityInfo. - Version of the driver supported - - :param driver_version: The driver_version of this HclCompatibilityInfo. - :type: str - """ - - self._driver_version = driver_version - - @property - def firmware(self): - """ - Gets the firmware of this HclCompatibilityInfo. - firmware version of the product/adapter supported - - :return: The firmware of this HclCompatibilityInfo. - :rtype: str - """ - return self._firmware - - @firmware.setter - def firmware(self, firmware): - """ - Sets the firmware of this HclCompatibilityInfo. - firmware version of the product/adapter supported - - :param firmware: The firmware of this HclCompatibilityInfo. - :type: str - """ - - self._firmware = firmware - - @property - def notes(self): - """ - Gets the notes of this HclCompatibilityInfo. - a relation to the notes collection - - :return: The notes of this HclCompatibilityInfo. - :rtype: list[HclNoteRef] - """ - return self._notes - - @notes.setter - def notes(self, notes): - """ - Sets the notes of this HclCompatibilityInfo. - a relation to the notes collection - - :param notes: The notes of this HclCompatibilityInfo. - :type: list[HclNoteRef] - """ - - self._notes = notes - - @property - def os_vendor(self): - """ - Gets the os_vendor of this HclCompatibilityInfo. - Vendor of the OS - - :return: The os_vendor of this HclCompatibilityInfo. - :rtype: str - """ - return self._os_vendor - - @os_vendor.setter - def os_vendor(self, os_vendor): - """ - Sets the os_vendor of this HclCompatibilityInfo. - Vendor of the OS - - :param os_vendor: The os_vendor of this HclCompatibilityInfo. - :type: str - """ - - self._os_vendor = os_vendor - - @property - def os_version(self): - """ - Gets the os_version of this HclCompatibilityInfo. - Version of the OS - - :return: The os_version of this HclCompatibilityInfo. - :rtype: str - """ - return self._os_version - - @os_version.setter - def os_version(self, os_version): - """ - Sets the os_version of this HclCompatibilityInfo. - Version of the OS - - :param os_version: The os_version of this HclCompatibilityInfo. - :type: str - """ - - self._os_version = os_version - - @property - def processor_name(self): - """ - Gets the processor_name of this HclCompatibilityInfo. - Name of the processor - - :return: The processor_name of this HclCompatibilityInfo. - :rtype: str - """ - return self._processor_name - - @processor_name.setter - def processor_name(self, processor_name): - """ - Sets the processor_name of this HclCompatibilityInfo. - Name of the processor - - :param processor_name: The processor_name of this HclCompatibilityInfo. - :type: str - """ - - self._processor_name = processor_name - - @property - def product_id(self): - """ - Gets the product_id of this HclCompatibilityInfo. - PID of the product/adapter - - :return: The product_id of this HclCompatibilityInfo. - :rtype: str - """ - return self._product_id - - @product_id.setter - def product_id(self, product_id): - """ - Sets the product_id of this HclCompatibilityInfo. - PID of the product/adapter - - :param product_id: The product_id of this HclCompatibilityInfo. - :type: str - """ - - self._product_id = product_id - - @property - def product_model(self): - """ - Gets the product_model of this HclCompatibilityInfo. - Model of the product/adapter - - :return: The product_model of this HclCompatibilityInfo. - :rtype: str - """ - return self._product_model - - @product_model.setter - def product_model(self, product_model): - """ - Sets the product_model of this HclCompatibilityInfo. - Model of the product/adapter - - :param product_model: The product_model of this HclCompatibilityInfo. - :type: str - """ - - self._product_model = product_model - - @property - def server_model(self): - """ - Gets the server_model of this HclCompatibilityInfo. - Server Model - - :return: The server_model of this HclCompatibilityInfo. - :rtype: str - """ - return self._server_model - - @server_model.setter - def server_model(self, server_model): - """ - Sets the server_model of this HclCompatibilityInfo. - Server Model - - :param server_model: The server_model of this HclCompatibilityInfo. - :type: str - """ - - self._server_model = server_model - - @property - def server_pid(self): - """ - Gets the server_pid of this HclCompatibilityInfo. - Server PID - - :return: The server_pid of this HclCompatibilityInfo. - :rtype: str - """ - return self._server_pid - - @server_pid.setter - def server_pid(self, server_pid): - """ - Sets the server_pid of this HclCompatibilityInfo. - Server PID - - :param server_pid: The server_pid of this HclCompatibilityInfo. - :type: str - """ - - self._server_pid = server_pid - - @property - def ucs_version(self): - """ - Gets the ucs_version of this HclCompatibilityInfo. - ucs version - - :return: The ucs_version of this HclCompatibilityInfo. - :rtype: str - """ - return self._ucs_version - - @ucs_version.setter - def ucs_version(self, ucs_version): - """ - Sets the ucs_version of this HclCompatibilityInfo. - ucs version - - :param ucs_version: The ucs_version of this HclCompatibilityInfo. - :type: str - """ - - self._ucs_version = ucs_version - - @property - def version_type(self): - """ - Gets the version_type of this HclCompatibilityInfo. - Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release - - :return: The version_type of this HclCompatibilityInfo. - :rtype: str - """ - return self._version_type - - @version_type.setter - def version_type(self, version_type): - """ - Sets the version_type of this HclCompatibilityInfo. - Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release - - :param version_type: The version_type of this HclCompatibilityInfo. - :type: str - """ - - self._version_type = version_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HclCompatibilityInfo): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hcl_compatibility_info_list.py b/intersight/models/hcl_compatibility_info_list.py deleted file mode 100644 index 43cfec1b..00000000 --- a/intersight/models/hcl_compatibility_info_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HclCompatibilityInfoList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[HclCompatibilityInfo]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - HclCompatibilityInfoList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this HclCompatibilityInfoList. - The number of hclCompatibilityInfos matching your request in total for all pages. - - :return: The count of this HclCompatibilityInfoList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this HclCompatibilityInfoList. - The number of hclCompatibilityInfos matching your request in total for all pages. - - :param count: The count of this HclCompatibilityInfoList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this HclCompatibilityInfoList. - The array of hclCompatibilityInfos matching your request. - - :return: The results of this HclCompatibilityInfoList. - :rtype: list[HclCompatibilityInfo] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this HclCompatibilityInfoList. - The array of hclCompatibilityInfos matching your request. - - :param results: The results of this HclCompatibilityInfoList. - :type: list[HclCompatibilityInfo] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HclCompatibilityInfoList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hcl_compatibility_info_ref.py b/intersight/models/hcl_compatibility_info_ref.py index 73b35c6a..8a66f72a 100644 --- a/intersight/models/hcl_compatibility_info_ref.py +++ b/intersight/models/hcl_compatibility_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_compatibility_status.py b/intersight/models/hcl_compatibility_status.py index fa497b50..a7223ecb 100644 --- a/intersight/models/hcl_compatibility_status.py +++ b/intersight/models/hcl_compatibility_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_compatibility_status_ref.py b/intersight/models/hcl_compatibility_status_ref.py index 33b3df6a..5f30e6f1 100644 --- a/intersight/models/hcl_compatibility_status_ref.py +++ b/intersight/models/hcl_compatibility_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_data_import_log.py b/intersight/models/hcl_data_import_log.py deleted file mode 100644 index b8052a0d..00000000 --- a/intersight/models/hcl_data_import_log.py +++ /dev/null @@ -1,561 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.7-681 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HclDataImportLog(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoBaseMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoBaseMoRef', - 'tags': 'list[MoTag]', - 'account': 'IamAccountRef', - 'check_sum': 'str', - 'import_type': 'str', - 'initiator_type': 'str', - 'last_hcl_data_modified_time': 'datetime', - 'status': 'str', - 'status_details': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'account': 'Account', - 'check_sum': 'CheckSum', - 'import_type': 'ImportType', - 'initiator_type': 'InitiatorType', - 'last_hcl_data_modified_time': 'LastHclDataModifiedTime', - 'status': 'Status', - 'status_details': 'StatusDetails' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, account=None, check_sum=None, import_type='Delta', initiator_type='Auto', last_hcl_data_modified_time=None, status='None', status_details=None): - """ - HclDataImportLog - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._account = None - self._check_sum = None - self._import_type = None - self._initiator_type = None - self._last_hcl_data_modified_time = None - self._status = None - self._status_details = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if account is not None: - self.account = account - if check_sum is not None: - self.check_sum = check_sum - if import_type is not None: - self.import_type = import_type - if initiator_type is not None: - self.initiator_type = initiator_type - if last_hcl_data_modified_time is not None: - self.last_hcl_data_modified_time = last_hcl_data_modified_time - if status is not None: - self.status = status - if status_details is not None: - self.status_details = status_details - - @property - def account_moid(self): - """ - Gets the account_moid of this HclDataImportLog. - The Account ID for this managed object. - - :return: The account_moid of this HclDataImportLog. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this HclDataImportLog. - The Account ID for this managed object. - - :param account_moid: The account_moid of this HclDataImportLog. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this HclDataImportLog. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this HclDataImportLog. - :rtype: list[MoBaseMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this HclDataImportLog. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this HclDataImportLog. - :type: list[MoBaseMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this HclDataImportLog. - The time when this managed object was created. - - :return: The create_time of this HclDataImportLog. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this HclDataImportLog. - The time when this managed object was created. - - :param create_time: The create_time of this HclDataImportLog. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this HclDataImportLog. - The time when this managed object was last modified. - - :return: The mod_time of this HclDataImportLog. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this HclDataImportLog. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this HclDataImportLog. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this HclDataImportLog. - A unique identifier of this Managed Object instance. - - :return: The moid of this HclDataImportLog. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this HclDataImportLog. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this HclDataImportLog. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this HclDataImportLog. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this HclDataImportLog. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this HclDataImportLog. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this HclDataImportLog. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this HclDataImportLog. - An array of owners which represent effective ownership of this object. - - :return: The owners of this HclDataImportLog. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this HclDataImportLog. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this HclDataImportLog. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this HclDataImportLog. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this HclDataImportLog. - :rtype: MoBaseMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this HclDataImportLog. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this HclDataImportLog. - :type: MoBaseMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this HclDataImportLog. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this HclDataImportLog. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this HclDataImportLog. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this HclDataImportLog. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def account(self): - """ - Gets the account of this HclDataImportLog. - - :return: The account of this HclDataImportLog. - :rtype: IamAccountRef - """ - return self._account - - @account.setter - def account(self, account): - """ - Sets the account of this HclDataImportLog. - - :param account: The account of this HclDataImportLog. - :type: IamAccountRef - """ - - self._account = account - - @property - def check_sum(self): - """ - Gets the check_sum of this HclDataImportLog. - MD5 Checksum of the HCL Data file - - :return: The check_sum of this HclDataImportLog. - :rtype: str - """ - return self._check_sum - - @check_sum.setter - def check_sum(self, check_sum): - """ - Sets the check_sum of this HclDataImportLog. - MD5 Checksum of the HCL Data file - - :param check_sum: The check_sum of this HclDataImportLog. - :type: str - """ - - self._check_sum = check_sum - - @property - def import_type(self): - """ - Gets the import_type of this HclDataImportLog. - Type of the import whether it is full or a delta - - :return: The import_type of this HclDataImportLog. - :rtype: str - """ - return self._import_type - - @import_type.setter - def import_type(self, import_type): - """ - Sets the import_type of this HclDataImportLog. - Type of the import whether it is full or a delta - - :param import_type: The import_type of this HclDataImportLog. - :type: str - """ - allowed_values = ["Delta", "Full"] - if import_type not in allowed_values: - raise ValueError( - "Invalid value for `import_type` ({0}), must be one of {1}" - .format(import_type, allowed_values) - ) - - self._import_type = import_type - - @property - def initiator_type(self): - """ - Gets the initiator_type of this HclDataImportLog. - Type of the initiator whether it is manual or a automated periodic operation by system. The value will be set during DoPost to Manual - - :return: The initiator_type of this HclDataImportLog. - :rtype: str - """ - return self._initiator_type - - @initiator_type.setter - def initiator_type(self, initiator_type): - """ - Sets the initiator_type of this HclDataImportLog. - Type of the initiator whether it is manual or a automated periodic operation by system. The value will be set during DoPost to Manual - - :param initiator_type: The initiator_type of this HclDataImportLog. - :type: str - """ - allowed_values = ["Auto", "Manual"] - if initiator_type not in allowed_values: - raise ValueError( - "Invalid value for `initiator_type` ({0}), must be one of {1}" - .format(initiator_type, allowed_values) - ) - - self._initiator_type = initiator_type - - @property - def last_hcl_data_modified_time(self): - """ - Gets the last_hcl_data_modified_time of this HclDataImportLog. - the timestamp of the last modified record in the HCL tool database. This value is used to query and get updated records - - :return: The last_hcl_data_modified_time of this HclDataImportLog. - :rtype: datetime - """ - return self._last_hcl_data_modified_time - - @last_hcl_data_modified_time.setter - def last_hcl_data_modified_time(self, last_hcl_data_modified_time): - """ - Sets the last_hcl_data_modified_time of this HclDataImportLog. - the timestamp of the last modified record in the HCL tool database. This value is used to query and get updated records - - :param last_hcl_data_modified_time: The last_hcl_data_modified_time of this HclDataImportLog. - :type: datetime - """ - - self._last_hcl_data_modified_time = last_hcl_data_modified_time - - @property - def status(self): - """ - Gets the status of this HclDataImportLog. - Status of the import process - - :return: The status of this HclDataImportLog. - :rtype: str - """ - return self._status - - @status.setter - def status(self, status): - """ - Sets the status of this HclDataImportLog. - Status of the import process - - :param status: The status of this HclDataImportLog. - :type: str - """ - allowed_values = ["None", "InProgress", "Success", "Started", "Failed", "NoChange"] - if status not in allowed_values: - raise ValueError( - "Invalid value for `status` ({0}), must be one of {1}" - .format(status, allowed_values) - ) - - self._status = status - - @property - def status_details(self): - """ - Gets the status_details of this HclDataImportLog. - More information on the status - - :return: The status_details of this HclDataImportLog. - :rtype: str - """ - return self._status_details - - @status_details.setter - def status_details(self, status_details): - """ - Sets the status_details of this HclDataImportLog. - More information on the status - - :param status_details: The status_details of this HclDataImportLog. - :type: str - """ - - self._status_details = status_details - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HclDataImportLog): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hcl_data_import_log_list.py b/intersight/models/hcl_data_import_log_list.py deleted file mode 100644 index 8e14cec4..00000000 --- a/intersight/models/hcl_data_import_log_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.7-681 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HclDataImportLogList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[HclDataImportLog]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - HclDataImportLogList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this HclDataImportLogList. - The number of hclDataImportLogs matching your request in total for all pages. - - :return: The count of this HclDataImportLogList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this HclDataImportLogList. - The number of hclDataImportLogs matching your request in total for all pages. - - :param count: The count of this HclDataImportLogList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this HclDataImportLogList. - The array of hclDataImportLogs matching your request. - - :return: The results of this HclDataImportLogList. - :rtype: list[HclDataImportLog] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this HclDataImportLogList. - The array of hclDataImportLogs matching your request. - - :param results: The results of this HclDataImportLogList. - :type: list[HclDataImportLog] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HclDataImportLogList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hcl_data_import_log_ref.py b/intersight/models/hcl_data_import_log_ref.py index ba8d27db..86eef49c 100644 --- a/intersight/models/hcl_data_import_log_ref.py +++ b/intersight/models/hcl_data_import_log_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver.py b/intersight/models/hcl_driver.py index 2c18cbe3..6784926f 100644 --- a/intersight/models/hcl_driver.py +++ b/intersight/models/hcl_driver.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_image.py b/intersight/models/hcl_driver_image.py index 9a6a9903..4d09f419 100644 --- a/intersight/models/hcl_driver_image.py +++ b/intersight/models/hcl_driver_image.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_image_list.py b/intersight/models/hcl_driver_image_list.py index d7f5e152..83e9f000 100644 --- a/intersight/models/hcl_driver_image_list.py +++ b/intersight/models/hcl_driver_image_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_image_ref.py b/intersight/models/hcl_driver_image_ref.py index 68d02da8..71ac7cf1 100644 --- a/intersight/models/hcl_driver_image_ref.py +++ b/intersight/models/hcl_driver_image_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_ref.py b/intersight/models/hcl_driver_ref.py index e70f24d5..df8b41f6 100644 --- a/intersight/models/hcl_driver_ref.py +++ b/intersight/models/hcl_driver_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_firmware.py b/intersight/models/hcl_firmware.py index a530b95e..72272faa 100644 --- a/intersight/models/hcl_firmware.py +++ b/intersight/models/hcl_firmware.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_firmware_ref.py b/intersight/models/hcl_firmware_ref.py index 3e18e9e2..27275f76 100644 --- a/intersight/models/hcl_firmware_ref.py +++ b/intersight/models/hcl_firmware_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_hardware_compatibility_profile.py b/intersight/models/hcl_hardware_compatibility_profile.py index a074545c..e65b8272 100644 --- a/intersight/models/hcl_hardware_compatibility_profile.py +++ b/intersight/models/hcl_hardware_compatibility_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_hardware_compatibility_profile_ref.py b/intersight/models/hcl_hardware_compatibility_profile_ref.py index b6c87d49..fc4781d4 100644 --- a/intersight/models/hcl_hardware_compatibility_profile_ref.py +++ b/intersight/models/hcl_hardware_compatibility_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_note.py b/intersight/models/hcl_note.py deleted file mode 100644 index 8184f9a3..00000000 --- a/intersight/models/hcl_note.py +++ /dev/null @@ -1,377 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HclNote(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoBaseMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoBaseMoRef', - 'tags': 'list[MoTag]', - 'note': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'note': 'Note' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, note=None): - """ - HclNote - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._note = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if note is not None: - self.note = note - - @property - def account_moid(self): - """ - Gets the account_moid of this HclNote. - The Account ID for this managed object. - - :return: The account_moid of this HclNote. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this HclNote. - The Account ID for this managed object. - - :param account_moid: The account_moid of this HclNote. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this HclNote. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this HclNote. - :rtype: list[MoBaseMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this HclNote. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this HclNote. - :type: list[MoBaseMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this HclNote. - The time when this managed object was created. - - :return: The create_time of this HclNote. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this HclNote. - The time when this managed object was created. - - :param create_time: The create_time of this HclNote. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this HclNote. - The time when this managed object was last modified. - - :return: The mod_time of this HclNote. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this HclNote. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this HclNote. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this HclNote. - A unique identifier of this Managed Object instance. - - :return: The moid of this HclNote. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this HclNote. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this HclNote. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this HclNote. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this HclNote. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this HclNote. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this HclNote. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this HclNote. - An array of owners which represent effective ownership of this object. - - :return: The owners of this HclNote. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this HclNote. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this HclNote. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this HclNote. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this HclNote. - :rtype: MoBaseMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this HclNote. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this HclNote. - :type: MoBaseMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this HclNote. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this HclNote. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this HclNote. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this HclNote. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def note(self): - """ - Gets the note of this HclNote. - a note which would give more info on a CompatiblityInfo - - :return: The note of this HclNote. - :rtype: str - """ - return self._note - - @note.setter - def note(self, note): - """ - Sets the note of this HclNote. - a note which would give more info on a CompatiblityInfo - - :param note: The note of this HclNote. - :type: str - """ - - self._note = note - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HclNote): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hcl_note_list.py b/intersight/models/hcl_note_list.py deleted file mode 100644 index 9198536b..00000000 --- a/intersight/models/hcl_note_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HclNoteList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[HclNote]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - HclNoteList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this HclNoteList. - The number of hclNotes matching your request in total for all pages. - - :return: The count of this HclNoteList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this HclNoteList. - The number of hclNotes matching your request in total for all pages. - - :param count: The count of this HclNoteList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this HclNoteList. - The array of hclNotes matching your request. - - :return: The results of this HclNoteList. - :rtype: list[HclNote] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this HclNoteList. - The array of hclNotes matching your request. - - :param results: The results of this HclNoteList. - :type: list[HclNote] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HclNoteList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hcl_note_ref.py b/intersight/models/hcl_note_ref.py index e4eb0aef..c4eb1c5c 100644 --- a/intersight/models/hcl_note_ref.py +++ b/intersight/models/hcl_note_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system.py b/intersight/models/hcl_operating_system.py index 0b85051c..f6a0d6f8 100644 --- a/intersight/models/hcl_operating_system.py +++ b/intersight/models/hcl_operating_system.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_list.py b/intersight/models/hcl_operating_system_list.py index 531afcf0..04d3b694 100644 --- a/intersight/models/hcl_operating_system_list.py +++ b/intersight/models/hcl_operating_system_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_ref.py b/intersight/models/hcl_operating_system_ref.py index c2652333..f487b119 100644 --- a/intersight/models/hcl_operating_system_ref.py +++ b/intersight/models/hcl_operating_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_vendor.py b/intersight/models/hcl_operating_system_vendor.py index 515ae4d4..f6087e3c 100644 --- a/intersight/models/hcl_operating_system_vendor.py +++ b/intersight/models/hcl_operating_system_vendor.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_vendor_list.py b/intersight/models/hcl_operating_system_vendor_list.py index 48f8fa96..1cd9cc09 100644 --- a/intersight/models/hcl_operating_system_vendor_list.py +++ b/intersight/models/hcl_operating_system_vendor_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_vendor_ref.py b/intersight/models/hcl_operating_system_vendor_ref.py index 07d667be..ea96d125 100644 --- a/intersight/models/hcl_operating_system_vendor_ref.py +++ b/intersight/models/hcl_operating_system_vendor_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_product.py b/intersight/models/hcl_product.py index 366b3ed5..0fa18d26 100644 --- a/intersight/models/hcl_product.py +++ b/intersight/models/hcl_product.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_product_ref.py b/intersight/models/hcl_product_ref.py index aed88a98..c53ecb70 100644 --- a/intersight/models/hcl_product_ref.py +++ b/intersight/models/hcl_product_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_service_status.py b/intersight/models/hcl_service_status.py index 8159adea..e65c44a3 100644 --- a/intersight/models/hcl_service_status.py +++ b/intersight/models/hcl_service_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_service_status_list.py b/intersight/models/hcl_service_status_list.py index 910c37c5..ee06bd38 100644 --- a/intersight/models/hcl_service_status_list.py +++ b/intersight/models/hcl_service_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_service_status_ref.py b/intersight/models/hcl_service_status_ref.py index 7573fc72..f857db74 100644 --- a/intersight/models/hcl_service_status_ref.py +++ b/intersight/models/hcl_service_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_supported_driver_name.py b/intersight/models/hcl_supported_driver_name.py index 65fe8e51..b0fb1029 100644 --- a/intersight/models/hcl_supported_driver_name.py +++ b/intersight/models/hcl_supported_driver_name.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_supported_driver_name_ref.py b/intersight/models/hcl_supported_driver_name_ref.py index f49b56f3..04b54df9 100644 --- a/intersight/models/hcl_supported_driver_name_ref.py +++ b/intersight/models/hcl_supported_driver_name_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hxdpconnector_hx_inventory_msg_ref.py b/intersight/models/hxdpconnector_hx_inventory_msg_ref.py index 62ea26a1..ada11313 100644 --- a/intersight/models/hxdpconnector_hx_inventory_msg_ref.py +++ b/intersight/models/hxdpconnector_hx_inventory_msg_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_abstract_app_setting.py b/intersight/models/hyperflex_abstract_app_setting.py index 4291605a..b9ae4acc 100644 --- a/intersight/models/hyperflex_abstract_app_setting.py +++ b/intersight/models/hyperflex_abstract_app_setting.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_abstract_app_setting_ref.py b/intersight/models/hyperflex_abstract_app_setting_ref.py index a1dab2dc..c50bf502 100644 --- a/intersight/models/hyperflex_abstract_app_setting_ref.py +++ b/intersight/models/hyperflex_abstract_app_setting_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_alarm.py b/intersight/models/hyperflex_alarm.py index 73ab69f7..3fcf0e7e 100644 --- a/intersight/models/hyperflex_alarm.py +++ b/intersight/models/hyperflex_alarm.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_alarm_list.py b/intersight/models/hyperflex_alarm_list.py index b6b25b78..c2eb9fa0 100644 --- a/intersight/models/hyperflex_alarm_list.py +++ b/intersight/models/hyperflex_alarm_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_alarm_ref.py b/intersight/models/hyperflex_alarm_ref.py index 090dfe8d..1de0caa7 100644 --- a/intersight/models/hyperflex_alarm_ref.py +++ b/intersight/models/hyperflex_alarm_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_catalog.py b/intersight/models/hyperflex_app_catalog.py index b032cde4..07fb4501 100644 --- a/intersight/models/hyperflex_app_catalog.py +++ b/intersight/models/hyperflex_app_catalog.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_catalog_list.py b/intersight/models/hyperflex_app_catalog_list.py index 495e33b8..88d1d72f 100644 --- a/intersight/models/hyperflex_app_catalog_list.py +++ b/intersight/models/hyperflex_app_catalog_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_catalog_ref.py b/intersight/models/hyperflex_app_catalog_ref.py index 0c74f825..afe19b39 100644 --- a/intersight/models/hyperflex_app_catalog_ref.py +++ b/intersight/models/hyperflex_app_catalog_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_setting_constraint.py b/intersight/models/hyperflex_app_setting_constraint.py index ad5c212d..6b3b6d93 100644 --- a/intersight/models/hyperflex_app_setting_constraint.py +++ b/intersight/models/hyperflex_app_setting_constraint.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_setting_constraint_ref.py b/intersight/models/hyperflex_app_setting_constraint_ref.py index 2b6d2b0a..807f9d94 100644 --- a/intersight/models/hyperflex_app_setting_constraint_ref.py +++ b/intersight/models/hyperflex_app_setting_constraint_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_auto_support_policy.py b/intersight/models/hyperflex_auto_support_policy.py index bbf0e58f..0fc842d0 100644 --- a/intersight/models/hyperflex_auto_support_policy.py +++ b/intersight/models/hyperflex_auto_support_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_auto_support_policy_list.py b/intersight/models/hyperflex_auto_support_policy_list.py index 19f22ada..e4e395b1 100644 --- a/intersight/models/hyperflex_auto_support_policy_list.py +++ b/intersight/models/hyperflex_auto_support_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_auto_support_policy_ref.py b/intersight/models/hyperflex_auto_support_policy_ref.py index 5d1b3d0b..285faccc 100644 --- a/intersight/models/hyperflex_auto_support_policy_ref.py +++ b/intersight/models/hyperflex_auto_support_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster.py b/intersight/models/hyperflex_cluster.py index 5a5ca69a..7f5f896e 100644 --- a/intersight/models/hyperflex_cluster.py +++ b/intersight/models/hyperflex_cluster.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_list.py b/intersight/models/hyperflex_cluster_list.py index 158923d9..5f98cda8 100644 --- a/intersight/models/hyperflex_cluster_list.py +++ b/intersight/models/hyperflex_cluster_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_network_policy.py b/intersight/models/hyperflex_cluster_network_policy.py index e4c0a218..f03ba961 100644 --- a/intersight/models/hyperflex_cluster_network_policy.py +++ b/intersight/models/hyperflex_cluster_network_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_network_policy_list.py b/intersight/models/hyperflex_cluster_network_policy_list.py index f042e900..3c082b18 100644 --- a/intersight/models/hyperflex_cluster_network_policy_list.py +++ b/intersight/models/hyperflex_cluster_network_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_network_policy_ref.py b/intersight/models/hyperflex_cluster_network_policy_ref.py index 0296f604..e09a94d9 100644 --- a/intersight/models/hyperflex_cluster_network_policy_ref.py +++ b/intersight/models/hyperflex_cluster_network_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_profile.py b/intersight/models/hyperflex_cluster_profile.py index 8b12b015..2744e983 100644 --- a/intersight/models/hyperflex_cluster_profile.py +++ b/intersight/models/hyperflex_cluster_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_profile_list.py b/intersight/models/hyperflex_cluster_profile_list.py index 6b6c38f2..6dc60ee0 100644 --- a/intersight/models/hyperflex_cluster_profile_list.py +++ b/intersight/models/hyperflex_cluster_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_profile_ref.py b/intersight/models/hyperflex_cluster_profile_ref.py index 691ae46f..70fb5284 100644 --- a/intersight/models/hyperflex_cluster_profile_ref.py +++ b/intersight/models/hyperflex_cluster_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_ref.py b/intersight/models/hyperflex_cluster_ref.py index b0fdb697..bcdbb4d0 100644 --- a/intersight/models/hyperflex_cluster_ref.py +++ b/intersight/models/hyperflex_cluster_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_storage_policy.py b/intersight/models/hyperflex_cluster_storage_policy.py index 7cf121fa..1c129513 100644 --- a/intersight/models/hyperflex_cluster_storage_policy.py +++ b/intersight/models/hyperflex_cluster_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_storage_policy_list.py b/intersight/models/hyperflex_cluster_storage_policy_list.py index b17f3f9d..6e2d395d 100644 --- a/intersight/models/hyperflex_cluster_storage_policy_list.py +++ b/intersight/models/hyperflex_cluster_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_storage_policy_ref.py b/intersight/models/hyperflex_cluster_storage_policy_ref.py index 401c2c4e..35cf4461 100644 --- a/intersight/models/hyperflex_cluster_storage_policy_ref.py +++ b/intersight/models/hyperflex_cluster_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result.py b/intersight/models/hyperflex_config_result.py index 8593c911..d2291dcf 100644 --- a/intersight/models/hyperflex_config_result.py +++ b/intersight/models/hyperflex_config_result.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_entry.py b/intersight/models/hyperflex_config_result_entry.py index 08e267cc..49faeee9 100644 --- a/intersight/models/hyperflex_config_result_entry.py +++ b/intersight/models/hyperflex_config_result_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_entry_list.py b/intersight/models/hyperflex_config_result_entry_list.py index f2267d14..313a25db 100644 --- a/intersight/models/hyperflex_config_result_entry_list.py +++ b/intersight/models/hyperflex_config_result_entry_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_entry_ref.py b/intersight/models/hyperflex_config_result_entry_ref.py index bb82c4ed..bd02a42d 100644 --- a/intersight/models/hyperflex_config_result_entry_ref.py +++ b/intersight/models/hyperflex_config_result_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_list.py b/intersight/models/hyperflex_config_result_list.py index bbc4b843..b0df0295 100644 --- a/intersight/models/hyperflex_config_result_list.py +++ b/intersight/models/hyperflex_config_result_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_ref.py b/intersight/models/hyperflex_config_result_ref.py index 0f037e5f..10c3694d 100644 --- a/intersight/models/hyperflex_config_result_ref.py +++ b/intersight/models/hyperflex_config_result_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_credentials_ref.py b/intersight/models/hyperflex_credentials_ref.py index da2ff76b..130fd244 100644 --- a/intersight/models/hyperflex_credentials_ref.py +++ b/intersight/models/hyperflex_credentials_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_fc_storage_policy.py b/intersight/models/hyperflex_ext_fc_storage_policy.py index b762873f..7c1280ef 100644 --- a/intersight/models/hyperflex_ext_fc_storage_policy.py +++ b/intersight/models/hyperflex_ext_fc_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_fc_storage_policy_list.py b/intersight/models/hyperflex_ext_fc_storage_policy_list.py index 89717777..b44e960d 100644 --- a/intersight/models/hyperflex_ext_fc_storage_policy_list.py +++ b/intersight/models/hyperflex_ext_fc_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_fc_storage_policy_ref.py b/intersight/models/hyperflex_ext_fc_storage_policy_ref.py index e9a999ab..b2caa39c 100644 --- a/intersight/models/hyperflex_ext_fc_storage_policy_ref.py +++ b/intersight/models/hyperflex_ext_fc_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_iscsi_storage_policy.py b/intersight/models/hyperflex_ext_iscsi_storage_policy.py index 17e6ce7d..2b7678b1 100644 --- a/intersight/models/hyperflex_ext_iscsi_storage_policy.py +++ b/intersight/models/hyperflex_ext_iscsi_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py b/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py index b22808b7..baef9891 100644 --- a/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py +++ b/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py b/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py index 34968400..3ff7df7a 100644 --- a/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py +++ b/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_entry.py b/intersight/models/hyperflex_feature_limit_entry.py index 5f51973b..13dcc2e2 100644 --- a/intersight/models/hyperflex_feature_limit_entry.py +++ b/intersight/models/hyperflex_feature_limit_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_entry_ref.py b/intersight/models/hyperflex_feature_limit_entry_ref.py index a3287196..d649f825 100644 --- a/intersight/models/hyperflex_feature_limit_entry_ref.py +++ b/intersight/models/hyperflex_feature_limit_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_external.py b/intersight/models/hyperflex_feature_limit_external.py index 5d39ae4b..f476b59f 100644 --- a/intersight/models/hyperflex_feature_limit_external.py +++ b/intersight/models/hyperflex_feature_limit_external.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_external_list.py b/intersight/models/hyperflex_feature_limit_external_list.py index a4d5839c..08ad4eea 100644 --- a/intersight/models/hyperflex_feature_limit_external_list.py +++ b/intersight/models/hyperflex_feature_limit_external_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_external_ref.py b/intersight/models/hyperflex_feature_limit_external_ref.py index ba16304c..742da4a0 100644 --- a/intersight/models/hyperflex_feature_limit_external_ref.py +++ b/intersight/models/hyperflex_feature_limit_external_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_internal.py b/intersight/models/hyperflex_feature_limit_internal.py index b8d3c098..06c16c6e 100644 --- a/intersight/models/hyperflex_feature_limit_internal.py +++ b/intersight/models/hyperflex_feature_limit_internal.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_internal_list.py b/intersight/models/hyperflex_feature_limit_internal_list.py index 66ea6373..1b63700c 100644 --- a/intersight/models/hyperflex_feature_limit_internal_list.py +++ b/intersight/models/hyperflex_feature_limit_internal_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_internal_ref.py b/intersight/models/hyperflex_feature_limit_internal_ref.py index 438c501e..1948ef71 100644 --- a/intersight/models/hyperflex_feature_limit_internal_ref.py +++ b/intersight/models/hyperflex_feature_limit_internal_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_link_dt.py b/intersight/models/hyperflex_hx_link_dt.py index a4a60499..1940bfa6 100644 --- a/intersight/models/hyperflex_hx_link_dt.py +++ b/intersight/models/hyperflex_hx_link_dt.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_link_dt_ref.py b/intersight/models/hyperflex_hx_link_dt_ref.py index 36e0dcc5..9e1d6bca 100644 --- a/intersight/models/hyperflex_hx_link_dt_ref.py +++ b/intersight/models/hyperflex_hx_link_dt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_network_address_dt.py b/intersight/models/hyperflex_hx_network_address_dt.py index 2fc0a535..c1e129cb 100644 --- a/intersight/models/hyperflex_hx_network_address_dt.py +++ b/intersight/models/hyperflex_hx_network_address_dt.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_network_address_dt_ref.py b/intersight/models/hyperflex_hx_network_address_dt_ref.py index e61a784c..f976f94b 100644 --- a/intersight/models/hyperflex_hx_network_address_dt_ref.py +++ b/intersight/models/hyperflex_hx_network_address_dt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_uu_id_dt.py b/intersight/models/hyperflex_hx_uu_id_dt.py index 5b4c914f..b0546c30 100644 --- a/intersight/models/hyperflex_hx_uu_id_dt.py +++ b/intersight/models/hyperflex_hx_uu_id_dt.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_uu_id_dt_ref.py b/intersight/models/hyperflex_hx_uu_id_dt_ref.py index 4d4f3afc..d910728a 100644 --- a/intersight/models/hyperflex_hx_uu_id_dt_ref.py +++ b/intersight/models/hyperflex_hx_uu_id_dt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hxdp_version.py b/intersight/models/hyperflex_hxdp_version.py index 482b7353..e8e19ac1 100644 --- a/intersight/models/hyperflex_hxdp_version.py +++ b/intersight/models/hyperflex_hxdp_version.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hxdp_version_list.py b/intersight/models/hyperflex_hxdp_version_list.py index 4ccba1b3..25c28e07 100644 --- a/intersight/models/hyperflex_hxdp_version_list.py +++ b/intersight/models/hyperflex_hxdp_version_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hxdp_version_ref.py b/intersight/models/hyperflex_hxdp_version_ref.py index d0c20c2c..3d12079d 100644 --- a/intersight/models/hyperflex_hxdp_version_ref.py +++ b/intersight/models/hyperflex_hxdp_version_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_installer_image_ref.py b/intersight/models/hyperflex_installer_image_ref.py index e4283e04..3400706a 100644 --- a/intersight/models/hyperflex_installer_image_ref.py +++ b/intersight/models/hyperflex_installer_image_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ip_addr_range.py b/intersight/models/hyperflex_ip_addr_range.py index 201b311d..f8cfc31e 100644 --- a/intersight/models/hyperflex_ip_addr_range.py +++ b/intersight/models/hyperflex_ip_addr_range.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ip_addr_range_ref.py b/intersight/models/hyperflex_ip_addr_range_ref.py index 64f8efbb..9c4e033e 100644 --- a/intersight/models/hyperflex_ip_addr_range_ref.py +++ b/intersight/models/hyperflex_ip_addr_range_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_iterator_string.py b/intersight/models/hyperflex_iterator_string.py deleted file mode 100644 index 0b3179ce..00000000 --- a/intersight/models/hyperflex_iterator_string.py +++ /dev/null @@ -1,99 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.9-228 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HyperflexIteratorString(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - - } - - attribute_map = { - - } - - def __init__(self): - """ - HyperflexIteratorString - a model defined in Swagger - """ - - - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HyperflexIteratorString): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hyperflex_iterator_string_ref.py b/intersight/models/hyperflex_iterator_string_ref.py deleted file mode 100644 index b7b7b3f7..00000000 --- a/intersight/models/hyperflex_iterator_string_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.9-228 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HyperflexIteratorStringRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - HyperflexIteratorStringRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this HyperflexIteratorStringRef. - - :return: The moid of this HyperflexIteratorStringRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this HyperflexIteratorStringRef. - - :param moid: The moid of this HyperflexIteratorStringRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this HyperflexIteratorStringRef. - - :return: The object_type of this HyperflexIteratorStringRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this HyperflexIteratorStringRef. - - :param object_type: The object_type of this HyperflexIteratorStringRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HyperflexIteratorStringRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/hyperflex_local_credential_policy.py b/intersight/models/hyperflex_local_credential_policy.py index 90aeccf0..a2d4859f 100644 --- a/intersight/models/hyperflex_local_credential_policy.py +++ b/intersight/models/hyperflex_local_credential_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_local_credential_policy_list.py b/intersight/models/hyperflex_local_credential_policy_list.py index b37f73fa..323037d6 100644 --- a/intersight/models/hyperflex_local_credential_policy_list.py +++ b/intersight/models/hyperflex_local_credential_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_local_credential_policy_ref.py b/intersight/models/hyperflex_local_credential_policy_ref.py index 34ccd1f9..236eda95 100644 --- a/intersight/models/hyperflex_local_credential_policy_ref.py +++ b/intersight/models/hyperflex_local_credential_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_logical_availability_zone.py b/intersight/models/hyperflex_logical_availability_zone.py index b36b0363..0a646e0d 100644 --- a/intersight/models/hyperflex_logical_availability_zone.py +++ b/intersight/models/hyperflex_logical_availability_zone.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_logical_availability_zone_ref.py b/intersight/models/hyperflex_logical_availability_zone_ref.py index 4f1b2eda..465d3bb2 100644 --- a/intersight/models/hyperflex_logical_availability_zone_ref.py +++ b/intersight/models/hyperflex_logical_availability_zone_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_mac_addr_prefix_range.py b/intersight/models/hyperflex_mac_addr_prefix_range.py index 2b32322a..41c5b07d 100644 --- a/intersight/models/hyperflex_mac_addr_prefix_range.py +++ b/intersight/models/hyperflex_mac_addr_prefix_range.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_mac_addr_prefix_range_ref.py b/intersight/models/hyperflex_mac_addr_prefix_range_ref.py index 8a98311d..a943b8ff 100644 --- a/intersight/models/hyperflex_mac_addr_prefix_range_ref.py +++ b/intersight/models/hyperflex_mac_addr_prefix_range_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_managed_object_reference.py b/intersight/models/hyperflex_managed_object_reference.py index f4325477..183ce9cd 100644 --- a/intersight/models/hyperflex_managed_object_reference.py +++ b/intersight/models/hyperflex_managed_object_reference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_managed_object_reference_ref.py b/intersight/models/hyperflex_managed_object_reference_ref.py index 3d345efd..1a6d1367 100644 --- a/intersight/models/hyperflex_managed_object_reference_ref.py +++ b/intersight/models/hyperflex_managed_object_reference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vlan.py b/intersight/models/hyperflex_named_vlan.py index e1a84897..8629d555 100644 --- a/intersight/models/hyperflex_named_vlan.py +++ b/intersight/models/hyperflex_named_vlan.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vlan_ref.py b/intersight/models/hyperflex_named_vlan_ref.py index 82ccd9ec..3c0562e1 100644 --- a/intersight/models/hyperflex_named_vlan_ref.py +++ b/intersight/models/hyperflex_named_vlan_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vsan.py b/intersight/models/hyperflex_named_vsan.py index ca39a4b4..9d49a6d9 100644 --- a/intersight/models/hyperflex_named_vsan.py +++ b/intersight/models/hyperflex_named_vsan.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vsan_ref.py b/intersight/models/hyperflex_named_vsan_ref.py index a9b1d0f9..264f84d0 100644 --- a/intersight/models/hyperflex_named_vsan_ref.py +++ b/intersight/models/hyperflex_named_vsan_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node.py b/intersight/models/hyperflex_node.py index 40ec316a..d1b3402e 100644 --- a/intersight/models/hyperflex_node.py +++ b/intersight/models/hyperflex_node.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_config_policy.py b/intersight/models/hyperflex_node_config_policy.py index 92ac9e27..bdff946d 100644 --- a/intersight/models/hyperflex_node_config_policy.py +++ b/intersight/models/hyperflex_node_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_config_policy_list.py b/intersight/models/hyperflex_node_config_policy_list.py index ccbe1f87..518d5cd5 100644 --- a/intersight/models/hyperflex_node_config_policy_list.py +++ b/intersight/models/hyperflex_node_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_config_policy_ref.py b/intersight/models/hyperflex_node_config_policy_ref.py index e72c790c..13052f53 100644 --- a/intersight/models/hyperflex_node_config_policy_ref.py +++ b/intersight/models/hyperflex_node_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_list.py b/intersight/models/hyperflex_node_list.py index a46d66ed..b0fd583a 100644 --- a/intersight/models/hyperflex_node_list.py +++ b/intersight/models/hyperflex_node_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_profile.py b/intersight/models/hyperflex_node_profile.py index 476a4db9..86484af5 100644 --- a/intersight/models/hyperflex_node_profile.py +++ b/intersight/models/hyperflex_node_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_profile_list.py b/intersight/models/hyperflex_node_profile_list.py index 570b186b..8dd08f06 100644 --- a/intersight/models/hyperflex_node_profile_list.py +++ b/intersight/models/hyperflex_node_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_profile_ref.py b/intersight/models/hyperflex_node_profile_ref.py index 0fcd406d..5cf5fce1 100644 --- a/intersight/models/hyperflex_node_profile_ref.py +++ b/intersight/models/hyperflex_node_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_ref.py b/intersight/models/hyperflex_node_ref.py index 79d7bf70..222fbb77 100644 --- a/intersight/models/hyperflex_node_ref.py +++ b/intersight/models/hyperflex_node_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_proxy_setting_policy.py b/intersight/models/hyperflex_proxy_setting_policy.py index 9685250b..3284d73f 100644 --- a/intersight/models/hyperflex_proxy_setting_policy.py +++ b/intersight/models/hyperflex_proxy_setting_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_proxy_setting_policy_list.py b/intersight/models/hyperflex_proxy_setting_policy_list.py index c0d8bd8c..7ff06fae 100644 --- a/intersight/models/hyperflex_proxy_setting_policy_list.py +++ b/intersight/models/hyperflex_proxy_setting_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_proxy_setting_policy_ref.py b/intersight/models/hyperflex_proxy_setting_policy_ref.py index 8f01fb82..9aa3097d 100644 --- a/intersight/models/hyperflex_proxy_setting_policy_ref.py +++ b/intersight/models/hyperflex_proxy_setting_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version.py b/intersight/models/hyperflex_server_firmware_version.py index dede797b..26aad969 100644 --- a/intersight/models/hyperflex_server_firmware_version.py +++ b/intersight/models/hyperflex_server_firmware_version.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_entry.py b/intersight/models/hyperflex_server_firmware_version_entry.py index e15b765b..3c99bec9 100644 --- a/intersight/models/hyperflex_server_firmware_version_entry.py +++ b/intersight/models/hyperflex_server_firmware_version_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_entry_ref.py b/intersight/models/hyperflex_server_firmware_version_entry_ref.py index 704205d0..a8fbc196 100644 --- a/intersight/models/hyperflex_server_firmware_version_entry_ref.py +++ b/intersight/models/hyperflex_server_firmware_version_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_list.py b/intersight/models/hyperflex_server_firmware_version_list.py index 03ac8362..3f8a9ed9 100644 --- a/intersight/models/hyperflex_server_firmware_version_list.py +++ b/intersight/models/hyperflex_server_firmware_version_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_ref.py b/intersight/models/hyperflex_server_firmware_version_ref.py index 299adfb7..e2ada2bf 100644 --- a/intersight/models/hyperflex_server_firmware_version_ref.py +++ b/intersight/models/hyperflex_server_firmware_version_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model.py b/intersight/models/hyperflex_server_model.py index e304766e..9281c044 100644 --- a/intersight/models/hyperflex_server_model.py +++ b/intersight/models/hyperflex_server_model.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_entry.py b/intersight/models/hyperflex_server_model_entry.py index f6343324..f4505751 100644 --- a/intersight/models/hyperflex_server_model_entry.py +++ b/intersight/models/hyperflex_server_model_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_entry_ref.py b/intersight/models/hyperflex_server_model_entry_ref.py index 6fad7160..213a1603 100644 --- a/intersight/models/hyperflex_server_model_entry_ref.py +++ b/intersight/models/hyperflex_server_model_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_list.py b/intersight/models/hyperflex_server_model_list.py index 011079f1..f1d93bc8 100644 --- a/intersight/models/hyperflex_server_model_list.py +++ b/intersight/models/hyperflex_server_model_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_ref.py b/intersight/models/hyperflex_server_model_ref.py index d6c88b8f..52f862b9 100644 --- a/intersight/models/hyperflex_server_model_ref.py +++ b/intersight/models/hyperflex_server_model_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_healing_info.py b/intersight/models/hyperflex_st_platform_cluster_healing_info.py index bc4fe654..3e777aa6 100644 --- a/intersight/models/hyperflex_st_platform_cluster_healing_info.py +++ b/intersight/models/hyperflex_st_platform_cluster_healing_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py b/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py index c159f405..524eeb2a 100644 --- a/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py +++ b/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py b/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py index 3de55dfc..ad2382c3 100644 --- a/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py +++ b/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py b/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py index adb6f4f2..7746c385 100644 --- a/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py +++ b/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_summary.py b/intersight/models/hyperflex_summary.py index ec40c741..1759c368 100644 --- a/intersight/models/hyperflex_summary.py +++ b/intersight/models/hyperflex_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_summary_ref.py b/intersight/models/hyperflex_summary_ref.py index 37381273..f4c1892b 100644 --- a/intersight/models/hyperflex_summary_ref.py +++ b/intersight/models/hyperflex_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_sys_config_policy.py b/intersight/models/hyperflex_sys_config_policy.py index bf68f1f7..3b342260 100644 --- a/intersight/models/hyperflex_sys_config_policy.py +++ b/intersight/models/hyperflex_sys_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_sys_config_policy_list.py b/intersight/models/hyperflex_sys_config_policy_list.py index c2925672..1f002059 100644 --- a/intersight/models/hyperflex_sys_config_policy_list.py +++ b/intersight/models/hyperflex_sys_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_sys_config_policy_ref.py b/intersight/models/hyperflex_sys_config_policy_ref.py index 20bda05f..9bacb472 100644 --- a/intersight/models/hyperflex_sys_config_policy_ref.py +++ b/intersight/models/hyperflex_sys_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ucsm_config_policy.py b/intersight/models/hyperflex_ucsm_config_policy.py index 59d5f328..9c758a0a 100644 --- a/intersight/models/hyperflex_ucsm_config_policy.py +++ b/intersight/models/hyperflex_ucsm_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ucsm_config_policy_list.py b/intersight/models/hyperflex_ucsm_config_policy_list.py index 6e1564f9..e8d8faac 100644 --- a/intersight/models/hyperflex_ucsm_config_policy_list.py +++ b/intersight/models/hyperflex_ucsm_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ucsm_config_policy_ref.py b/intersight/models/hyperflex_ucsm_config_policy_ref.py index 8f88bd0b..6034797d 100644 --- a/intersight/models/hyperflex_ucsm_config_policy_ref.py +++ b/intersight/models/hyperflex_ucsm_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_vcenter_config_policy.py b/intersight/models/hyperflex_vcenter_config_policy.py index 02af848f..0a42aedb 100644 --- a/intersight/models/hyperflex_vcenter_config_policy.py +++ b/intersight/models/hyperflex_vcenter_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_vcenter_config_policy_list.py b/intersight/models/hyperflex_vcenter_config_policy_list.py index ba2b50f5..c6e7cd16 100644 --- a/intersight/models/hyperflex_vcenter_config_policy_list.py +++ b/intersight/models/hyperflex_vcenter_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_vcenter_config_policy_ref.py b/intersight/models/hyperflex_vcenter_config_policy_ref.py index 89d1f90d..a042abda 100644 --- a/intersight/models/hyperflex_vcenter_config_policy_ref.py +++ b/intersight/models/hyperflex_vcenter_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_wwxn_prefix_range.py b/intersight/models/hyperflex_wwxn_prefix_range.py index f946753b..afa29ea5 100644 --- a/intersight/models/hyperflex_wwxn_prefix_range.py +++ b/intersight/models/hyperflex_wwxn_prefix_range.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_wwxn_prefix_range_ref.py b/intersight/models/hyperflex_wwxn_prefix_range_ref.py index 015bf7ef..40884e57 100644 --- a/intersight/models/hyperflex_wwxn_prefix_range_ref.py +++ b/intersight/models/hyperflex_wwxn_prefix_range_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_wwxn_range.py b/intersight/models/hyperflex_wwxn_range.py deleted file mode 100644 index 1cccda1d..00000000 --- a/intersight/models/hyperflex_wwxn_range.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class HyperflexWwxnRange(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'end_addr': 'str', - 'start_addr': 'str' - } - - attribute_map = { - 'end_addr': 'EndAddr', - 'start_addr': 'StartAddr' - } - - def __init__(self, end_addr=None, start_addr=None): - """ - HyperflexWwxnRange - a model defined in Swagger - """ - - self._end_addr = None - self._start_addr = None - - if end_addr is not None: - self.end_addr = end_addr - if start_addr is not None: - self.start_addr = start_addr - - @property - def end_addr(self): - """ - Gets the end_addr of this HyperflexWwxnRange. - - :return: The end_addr of this HyperflexWwxnRange. - :rtype: str - """ - return self._end_addr - - @end_addr.setter - def end_addr(self, end_addr): - """ - Sets the end_addr of this HyperflexWwxnRange. - - :param end_addr: The end_addr of this HyperflexWwxnRange. - :type: str - """ - - self._end_addr = end_addr - - @property - def start_addr(self): - """ - Gets the start_addr of this HyperflexWwxnRange. - - :return: The start_addr of this HyperflexWwxnRange. - :rtype: str - """ - return self._start_addr - - @start_addr.setter - def start_addr(self, start_addr): - """ - Sets the start_addr of this HyperflexWwxnRange. - - :param start_addr: The start_addr of this HyperflexWwxnRange. - :type: str - """ - - self._start_addr = start_addr - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, HyperflexWwxnRange): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/i18n_message.py b/intersight/models/i18n_message.py index 8023177d..48263e51 100644 --- a/intersight/models/i18n_message.py +++ b/intersight/models/i18n_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/i18n_message_param.py b/intersight/models/i18n_message_param.py index 3f567ad6..221785f2 100644 --- a/intersight/models/i18n_message_param.py +++ b/intersight/models/i18n_message_param.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/i18n_message_param_ref.py b/intersight/models/i18n_message_param_ref.py index 7867e4b7..429b69cf 100644 --- a/intersight/models/i18n_message_param_ref.py +++ b/intersight/models/i18n_message_param_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/i18n_message_ref.py b/intersight/models/i18n_message_ref.py index a8a4186d..4749d7a9 100644 --- a/intersight/models/i18n_message_ref.py +++ b/intersight/models/i18n_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_connector_pack.py b/intersight/models/iaas_connector_pack.py index 1335c18d..df08de7c 100644 --- a/intersight/models/iaas_connector_pack.py +++ b/intersight/models/iaas_connector_pack.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_connector_pack_list.py b/intersight/models/iaas_connector_pack_list.py index 7d94e478..48cc152d 100644 --- a/intersight/models/iaas_connector_pack_list.py +++ b/intersight/models/iaas_connector_pack_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_connector_pack_ref.py b/intersight/models/iaas_connector_pack_ref.py index 5f094414..b42a23f9 100644 --- a/intersight/models/iaas_connector_pack_ref.py +++ b/intersight/models/iaas_connector_pack_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_device_status.py b/intersight/models/iaas_device_status.py index de50578f..c70658ea 100644 --- a/intersight/models/iaas_device_status.py +++ b/intersight/models/iaas_device_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_device_status_list.py b/intersight/models/iaas_device_status_list.py index f1b27ac8..2214bfa3 100644 --- a/intersight/models/iaas_device_status_list.py +++ b/intersight/models/iaas_device_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_device_status_ref.py b/intersight/models/iaas_device_status_ref.py index 4d87f951..ea761322 100644 --- a/intersight/models/iaas_device_status_ref.py +++ b/intersight/models/iaas_device_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_info.py b/intersight/models/iaas_license_info.py index 76fe5c3d..f9b43945 100644 --- a/intersight/models/iaas_license_info.py +++ b/intersight/models/iaas_license_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_info_list.py b/intersight/models/iaas_license_info_list.py index c6ad4aff..8954375d 100644 --- a/intersight/models/iaas_license_info_list.py +++ b/intersight/models/iaas_license_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_info_ref.py b/intersight/models/iaas_license_info_ref.py index 84d87d86..1e595914 100644 --- a/intersight/models/iaas_license_info_ref.py +++ b/intersight/models/iaas_license_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_keys_info.py b/intersight/models/iaas_license_keys_info.py index b753dae7..3f2582ff 100644 --- a/intersight/models/iaas_license_keys_info.py +++ b/intersight/models/iaas_license_keys_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_keys_info_ref.py b/intersight/models/iaas_license_keys_info_ref.py index 29343782..b84437bb 100644 --- a/intersight/models/iaas_license_keys_info_ref.py +++ b/intersight/models/iaas_license_keys_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_utilization_info.py b/intersight/models/iaas_license_utilization_info.py index 90161b0a..7354820b 100644 --- a/intersight/models/iaas_license_utilization_info.py +++ b/intersight/models/iaas_license_utilization_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_utilization_info_ref.py b/intersight/models/iaas_license_utilization_info_ref.py index d1170a4b..1e4697f1 100644 --- a/intersight/models/iaas_license_utilization_info_ref.py +++ b/intersight/models/iaas_license_utilization_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_most_run_tasks.py b/intersight/models/iaas_most_run_tasks.py index fb653731..975d738c 100644 --- a/intersight/models/iaas_most_run_tasks.py +++ b/intersight/models/iaas_most_run_tasks.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_most_run_tasks_list.py b/intersight/models/iaas_most_run_tasks_list.py index 5227fa53..3965cd5e 100644 --- a/intersight/models/iaas_most_run_tasks_list.py +++ b/intersight/models/iaas_most_run_tasks_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_most_run_tasks_ref.py b/intersight/models/iaas_most_run_tasks_ref.py index 1a81218d..beaeb73f 100644 --- a/intersight/models/iaas_most_run_tasks_ref.py +++ b/intersight/models/iaas_most_run_tasks_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_info.py b/intersight/models/iaas_ucsd_info.py index 932f8ff7..4613eb32 100644 --- a/intersight/models/iaas_ucsd_info.py +++ b/intersight/models/iaas_ucsd_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_info_list.py b/intersight/models/iaas_ucsd_info_list.py index 6e5112ff..f0f63fde 100644 --- a/intersight/models/iaas_ucsd_info_list.py +++ b/intersight/models/iaas_ucsd_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_info_ref.py b/intersight/models/iaas_ucsd_info_ref.py index e3945af8..f157bc0a 100644 --- a/intersight/models/iaas_ucsd_info_ref.py +++ b/intersight/models/iaas_ucsd_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_managed_infra.py b/intersight/models/iaas_ucsd_managed_infra.py index 3622a6f9..24b4dfef 100644 --- a/intersight/models/iaas_ucsd_managed_infra.py +++ b/intersight/models/iaas_ucsd_managed_infra.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_managed_infra_list.py b/intersight/models/iaas_ucsd_managed_infra_list.py index cba4c645..ff52a95f 100644 --- a/intersight/models/iaas_ucsd_managed_infra_list.py +++ b/intersight/models/iaas_ucsd_managed_infra_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_managed_infra_ref.py b/intersight/models/iaas_ucsd_managed_infra_ref.py index baf72ff0..7ec9d58a 100644 --- a/intersight/models/iaas_ucsd_managed_infra_ref.py +++ b/intersight/models/iaas_ucsd_managed_infra_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account.py b/intersight/models/iam_account.py index 77bf2efb..5fb16fd4 100644 --- a/intersight/models/iam_account.py +++ b/intersight/models/iam_account.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_list.py b/intersight/models/iam_account_list.py index 0e53cd50..9541a709 100644 --- a/intersight/models/iam_account_list.py +++ b/intersight/models/iam_account_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_permissions.py b/intersight/models/iam_account_permissions.py index 959c19fe..5b827175 100644 --- a/intersight/models/iam_account_permissions.py +++ b/intersight/models/iam_account_permissions.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_permissions_ref.py b/intersight/models/iam_account_permissions_ref.py index f5fb8a3d..2ccfc5ea 100644 --- a/intersight/models/iam_account_permissions_ref.py +++ b/intersight/models/iam_account_permissions_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_ref.py b/intersight/models/iam_account_ref.py index 1b4434b4..4cba426f 100644 --- a/intersight/models/iam_account_ref.py +++ b/intersight/models/iam_account_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_api_key.py b/intersight/models/iam_api_key.py index e1072f66..b476bc3d 100644 --- a/intersight/models/iam_api_key.py +++ b/intersight/models/iam_api_key.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_api_key_list.py b/intersight/models/iam_api_key_list.py index a68e1c1b..b1656d89 100644 --- a/intersight/models/iam_api_key_list.py +++ b/intersight/models/iam_api_key_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_api_key_ref.py b/intersight/models/iam_api_key_ref.py index d48b9c7a..0d312025 100644 --- a/intersight/models/iam_api_key_ref.py +++ b/intersight/models/iam_api_key_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_domain_group.py b/intersight/models/iam_domain_group.py index edfffc2b..7ef84214 100644 --- a/intersight/models/iam_domain_group.py +++ b/intersight/models/iam_domain_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_domain_group_list.py b/intersight/models/iam_domain_group_list.py index 96a895cd..338c26e1 100644 --- a/intersight/models/iam_domain_group_list.py +++ b/intersight/models/iam_domain_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_domain_group_ref.py b/intersight/models/iam_domain_group_ref.py index 29b318c0..d6057137 100644 --- a/intersight/models/iam_domain_group_ref.py +++ b/intersight/models/iam_domain_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_password_properties.py b/intersight/models/iam_end_point_password_properties.py index df7485fe..7c60fff0 100644 --- a/intersight/models/iam_end_point_password_properties.py +++ b/intersight/models/iam_end_point_password_properties.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_password_properties_ref.py b/intersight/models/iam_end_point_password_properties_ref.py index 76b0f656..960534d7 100644 --- a/intersight/models/iam_end_point_password_properties_ref.py +++ b/intersight/models/iam_end_point_password_properties_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_privilege.py b/intersight/models/iam_end_point_privilege.py index 3f136312..774c6790 100644 --- a/intersight/models/iam_end_point_privilege.py +++ b/intersight/models/iam_end_point_privilege.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_privilege_list.py b/intersight/models/iam_end_point_privilege_list.py index e75ac00e..eab4dc67 100644 --- a/intersight/models/iam_end_point_privilege_list.py +++ b/intersight/models/iam_end_point_privilege_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_privilege_ref.py b/intersight/models/iam_end_point_privilege_ref.py index 1aef9ffd..e37a834c 100644 --- a/intersight/models/iam_end_point_privilege_ref.py +++ b/intersight/models/iam_end_point_privilege_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_role.py b/intersight/models/iam_end_point_role.py index 62ebfd1c..64877dcc 100644 --- a/intersight/models/iam_end_point_role.py +++ b/intersight/models/iam_end_point_role.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_role_list.py b/intersight/models/iam_end_point_role_list.py index cc3381cb..0838caa0 100644 --- a/intersight/models/iam_end_point_role_list.py +++ b/intersight/models/iam_end_point_role_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_role_ref.py b/intersight/models/iam_end_point_role_ref.py index e2e637aa..26c94361 100644 --- a/intersight/models/iam_end_point_role_ref.py +++ b/intersight/models/iam_end_point_role_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user.py b/intersight/models/iam_end_point_user.py index b2b2dfcd..08199499 100644 --- a/intersight/models/iam_end_point_user.py +++ b/intersight/models/iam_end_point_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_deploy_task_ref.py b/intersight/models/iam_end_point_user_deploy_task_ref.py index 3ad40d80..934133f9 100644 --- a/intersight/models/iam_end_point_user_deploy_task_ref.py +++ b/intersight/models/iam_end_point_user_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_list.py b/intersight/models/iam_end_point_user_list.py index d8e415b0..01b5b489 100644 --- a/intersight/models/iam_end_point_user_list.py +++ b/intersight/models/iam_end_point_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_policy.py b/intersight/models/iam_end_point_user_policy.py index f6eb19cb..95608ae8 100644 --- a/intersight/models/iam_end_point_user_policy.py +++ b/intersight/models/iam_end_point_user_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_policy_list.py b/intersight/models/iam_end_point_user_policy_list.py index b3f5c044..188577cd 100644 --- a/intersight/models/iam_end_point_user_policy_list.py +++ b/intersight/models/iam_end_point_user_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_policy_ref.py b/intersight/models/iam_end_point_user_policy_ref.py index 4aaa5f87..09322a12 100644 --- a/intersight/models/iam_end_point_user_policy_ref.py +++ b/intersight/models/iam_end_point_user_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_ref.py b/intersight/models/iam_end_point_user_ref.py index de15c8cd..388159c8 100644 --- a/intersight/models/iam_end_point_user_ref.py +++ b/intersight/models/iam_end_point_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_role.py b/intersight/models/iam_end_point_user_role.py index 527227f1..3e98be63 100644 --- a/intersight/models/iam_end_point_user_role.py +++ b/intersight/models/iam_end_point_user_role.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_role_list.py b/intersight/models/iam_end_point_user_role_list.py index 31dffbf1..3bf29b4c 100644 --- a/intersight/models/iam_end_point_user_role_list.py +++ b/intersight/models/iam_end_point_user_role_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_role_ref.py b/intersight/models/iam_end_point_user_role_ref.py index 004c1fc8..3247827c 100644 --- a/intersight/models/iam_end_point_user_role_ref.py +++ b/intersight/models/iam_end_point_user_role_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_validation_task_ref.py b/intersight/models/iam_end_point_user_validation_task_ref.py index 7f481ae8..bf553eeb 100644 --- a/intersight/models/iam_end_point_user_validation_task_ref.py +++ b/intersight/models/iam_end_point_user_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp.py b/intersight/models/iam_idp.py index c5afab5c..2eae5184 100644 --- a/intersight/models/iam_idp.py +++ b/intersight/models/iam_idp.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_list.py b/intersight/models/iam_idp_list.py index 793a89f9..823ae8ed 100644 --- a/intersight/models/iam_idp_list.py +++ b/intersight/models/iam_idp_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_ref.py b/intersight/models/iam_idp_ref.py index 3881aa1f..e3736329 100644 --- a/intersight/models/iam_idp_ref.py +++ b/intersight/models/iam_idp_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_reference.py b/intersight/models/iam_idp_reference.py index e7966a0f..b522e4b7 100644 --- a/intersight/models/iam_idp_reference.py +++ b/intersight/models/iam_idp_reference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_reference_list.py b/intersight/models/iam_idp_reference_list.py index ceb3e684..bf5e6ce2 100644 --- a/intersight/models/iam_idp_reference_list.py +++ b/intersight/models/iam_idp_reference_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_reference_ref.py b/intersight/models/iam_idp_reference_ref.py index 3f220cc3..2a0b8cc3 100644 --- a/intersight/models/iam_idp_reference_ref.py +++ b/intersight/models/iam_idp_reference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_base_properties.py b/intersight/models/iam_ldap_base_properties.py index c1bbc2b4..710d184d 100644 --- a/intersight/models/iam_ldap_base_properties.py +++ b/intersight/models/iam_ldap_base_properties.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_base_properties_ref.py b/intersight/models/iam_ldap_base_properties_ref.py index ab10b7d7..041bd22f 100644 --- a/intersight/models/iam_ldap_base_properties_ref.py +++ b/intersight/models/iam_ldap_base_properties_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_credentials_ref.py b/intersight/models/iam_ldap_credentials_ref.py index 85e244e2..1554489a 100644 --- a/intersight/models/iam_ldap_credentials_ref.py +++ b/intersight/models/iam_ldap_credentials_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_deploy_task_ref.py b/intersight/models/iam_ldap_deploy_task_ref.py index 26f780c9..82f5c3b7 100644 --- a/intersight/models/iam_ldap_deploy_task_ref.py +++ b/intersight/models/iam_ldap_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_dns_parameters.py b/intersight/models/iam_ldap_dns_parameters.py index 9baa5760..d94d7c01 100644 --- a/intersight/models/iam_ldap_dns_parameters.py +++ b/intersight/models/iam_ldap_dns_parameters.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_dns_parameters_ref.py b/intersight/models/iam_ldap_dns_parameters_ref.py index 72310f75..3394c420 100644 --- a/intersight/models/iam_ldap_dns_parameters_ref.py +++ b/intersight/models/iam_ldap_dns_parameters_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_group.py b/intersight/models/iam_ldap_group.py index 85ac89f3..8f4ea410 100644 --- a/intersight/models/iam_ldap_group.py +++ b/intersight/models/iam_ldap_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_group_list.py b/intersight/models/iam_ldap_group_list.py index d306db54..03bb8fe5 100644 --- a/intersight/models/iam_ldap_group_list.py +++ b/intersight/models/iam_ldap_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_group_ref.py b/intersight/models/iam_ldap_group_ref.py index 9df8f91d..89f05bd2 100644 --- a/intersight/models/iam_ldap_group_ref.py +++ b/intersight/models/iam_ldap_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_policy.py b/intersight/models/iam_ldap_policy.py index 5f5ab0c4..c2e2e283 100644 --- a/intersight/models/iam_ldap_policy.py +++ b/intersight/models/iam_ldap_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_policy_list.py b/intersight/models/iam_ldap_policy_list.py index 860a6934..b0564231 100644 --- a/intersight/models/iam_ldap_policy_list.py +++ b/intersight/models/iam_ldap_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_policy_ref.py b/intersight/models/iam_ldap_policy_ref.py index 222c5d54..894e9536 100644 --- a/intersight/models/iam_ldap_policy_ref.py +++ b/intersight/models/iam_ldap_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_provider.py b/intersight/models/iam_ldap_provider.py index 1d66645a..029b16e1 100644 --- a/intersight/models/iam_ldap_provider.py +++ b/intersight/models/iam_ldap_provider.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_provider_list.py b/intersight/models/iam_ldap_provider_list.py index 01822fb1..0c217be0 100644 --- a/intersight/models/iam_ldap_provider_list.py +++ b/intersight/models/iam_ldap_provider_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_provider_ref.py b/intersight/models/iam_ldap_provider_ref.py index 62238d59..ff0152e5 100644 --- a/intersight/models/iam_ldap_provider_ref.py +++ b/intersight/models/iam_ldap_provider_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_validation_task_ref.py b/intersight/models/iam_ldap_validation_task_ref.py index bd5cf915..1c5ee4a2 100644 --- a/intersight/models/iam_ldap_validation_task_ref.py +++ b/intersight/models/iam_ldap_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission.py b/intersight/models/iam_permission.py index 0ab24d4c..83116106 100644 --- a/intersight/models/iam_permission.py +++ b/intersight/models/iam_permission.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_list.py b/intersight/models/iam_permission_list.py index 51f52b1f..5d39ae93 100644 --- a/intersight/models/iam_permission_list.py +++ b/intersight/models/iam_permission_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_ref.py b/intersight/models/iam_permission_ref.py index c7228397..e587f8a9 100644 --- a/intersight/models/iam_permission_ref.py +++ b/intersight/models/iam_permission_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_reference.py b/intersight/models/iam_permission_reference.py index d3deab18..f9146eea 100644 --- a/intersight/models/iam_permission_reference.py +++ b/intersight/models/iam_permission_reference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_reference_ref.py b/intersight/models/iam_permission_reference_ref.py index 58d6d23d..6a51e601 100644 --- a/intersight/models/iam_permission_reference_ref.py +++ b/intersight/models/iam_permission_reference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege.py b/intersight/models/iam_privilege.py index 54d815b1..c45dd889 100644 --- a/intersight/models/iam_privilege.py +++ b/intersight/models/iam_privilege.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_list.py b/intersight/models/iam_privilege_list.py index 2de7fe35..da5ad183 100644 --- a/intersight/models/iam_privilege_list.py +++ b/intersight/models/iam_privilege_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_ref.py b/intersight/models/iam_privilege_ref.py index 43efc925..2a7e337d 100644 --- a/intersight/models/iam_privilege_ref.py +++ b/intersight/models/iam_privilege_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_set.py b/intersight/models/iam_privilege_set.py index 770c9844..c203c9fd 100644 --- a/intersight/models/iam_privilege_set.py +++ b/intersight/models/iam_privilege_set.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_set_list.py b/intersight/models/iam_privilege_set_list.py index 52181944..85008f48 100644 --- a/intersight/models/iam_privilege_set_list.py +++ b/intersight/models/iam_privilege_set_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_set_ref.py b/intersight/models/iam_privilege_set_ref.py index aa40cef0..6bcfb7e9 100644 --- a/intersight/models/iam_privilege_set_ref.py +++ b/intersight/models/iam_privilege_set_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_qualifier.py b/intersight/models/iam_qualifier.py index 7d33c516..a1ddf5d4 100644 --- a/intersight/models/iam_qualifier.py +++ b/intersight/models/iam_qualifier.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_qualifier_list.py b/intersight/models/iam_qualifier_list.py index 5f47f22a..92d5646d 100644 --- a/intersight/models/iam_qualifier_list.py +++ b/intersight/models/iam_qualifier_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_qualifier_ref.py b/intersight/models/iam_qualifier_ref.py index 67122d53..56120911 100644 --- a/intersight/models/iam_qualifier_ref.py +++ b/intersight/models/iam_qualifier_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_resource_limits.py b/intersight/models/iam_resource_limits.py index 4bdb5221..21dec3bb 100644 --- a/intersight/models/iam_resource_limits.py +++ b/intersight/models/iam_resource_limits.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_resource_limits_list.py b/intersight/models/iam_resource_limits_list.py index 4d3e0a9e..e77081e0 100644 --- a/intersight/models/iam_resource_limits_list.py +++ b/intersight/models/iam_resource_limits_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_resource_limits_ref.py b/intersight/models/iam_resource_limits_ref.py index 42d22de4..d0a7d0f7 100644 --- a/intersight/models/iam_resource_limits_ref.py +++ b/intersight/models/iam_resource_limits_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_role.py b/intersight/models/iam_role.py index 6b4d66cf..8ace2310 100644 --- a/intersight/models/iam_role.py +++ b/intersight/models/iam_role.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_role_list.py b/intersight/models/iam_role_list.py index 16c14a61..8eb6043c 100644 --- a/intersight/models/iam_role_list.py +++ b/intersight/models/iam_role_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_role_ref.py b/intersight/models/iam_role_ref.py index 9f3dd645..dbe87675 100644 --- a/intersight/models/iam_role_ref.py +++ b/intersight/models/iam_role_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_service_provider.py b/intersight/models/iam_service_provider.py index e65fa4fc..554c932b 100644 --- a/intersight/models/iam_service_provider.py +++ b/intersight/models/iam_service_provider.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_service_provider_list.py b/intersight/models/iam_service_provider_list.py index da96943a..b72e22d1 100644 --- a/intersight/models/iam_service_provider_list.py +++ b/intersight/models/iam_service_provider_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_service_provider_ref.py b/intersight/models/iam_service_provider_ref.py index 08870736..63016ed5 100644 --- a/intersight/models/iam_service_provider_ref.py +++ b/intersight/models/iam_service_provider_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session.py b/intersight/models/iam_session.py index 6ec8cd69..22f42251 100644 --- a/intersight/models/iam_session.py +++ b/intersight/models/iam_session.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_limits.py b/intersight/models/iam_session_limits.py index 8a973bb7..882ff186 100644 --- a/intersight/models/iam_session_limits.py +++ b/intersight/models/iam_session_limits.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_limits_list.py b/intersight/models/iam_session_limits_list.py index fbf77d95..2c427389 100644 --- a/intersight/models/iam_session_limits_list.py +++ b/intersight/models/iam_session_limits_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_limits_ref.py b/intersight/models/iam_session_limits_ref.py index 1c528931..ca009b61 100644 --- a/intersight/models/iam_session_limits_ref.py +++ b/intersight/models/iam_session_limits_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_list.py b/intersight/models/iam_session_list.py index fe1b3dc3..a3f33cad 100644 --- a/intersight/models/iam_session_list.py +++ b/intersight/models/iam_session_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_ref.py b/intersight/models/iam_session_ref.py index 9507fbef..7891269b 100644 --- a/intersight/models/iam_session_ref.py +++ b/intersight/models/iam_session_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_sp_console_ref.py b/intersight/models/iam_sp_console_ref.py index 006ba699..51cbe889 100644 --- a/intersight/models/iam_sp_console_ref.py +++ b/intersight/models/iam_sp_console_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_sp_engine_ref.py b/intersight/models/iam_sp_engine_ref.py index e70fb7b0..034e2602 100644 --- a/intersight/models/iam_sp_engine_ref.py +++ b/intersight/models/iam_sp_engine_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_sso_session_attributes.py b/intersight/models/iam_sso_session_attributes.py index 2389503f..a08d1dd6 100644 --- a/intersight/models/iam_sso_session_attributes.py +++ b/intersight/models/iam_sso_session_attributes.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_sso_session_attributes_ref.py b/intersight/models/iam_sso_session_attributes_ref.py index 5b449e4d..68e7e138 100644 --- a/intersight/models/iam_sso_session_attributes_ref.py +++ b/intersight/models/iam_sso_session_attributes_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_system.py b/intersight/models/iam_system.py index 0a6d58cf..f927927f 100644 --- a/intersight/models/iam_system.py +++ b/intersight/models/iam_system.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_system_list.py b/intersight/models/iam_system_list.py index 61242847..026914d1 100644 --- a/intersight/models/iam_system_list.py +++ b/intersight/models/iam_system_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_system_ref.py b/intersight/models/iam_system_ref.py index a3d85e5f..27529723 100644 --- a/intersight/models/iam_system_ref.py +++ b/intersight/models/iam_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user.py b/intersight/models/iam_user.py index 7fe1a832..73e5b173 100644 --- a/intersight/models/iam_user.py +++ b/intersight/models/iam_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_group.py b/intersight/models/iam_user_group.py index 5a30d419..35e4ad55 100644 --- a/intersight/models/iam_user_group.py +++ b/intersight/models/iam_user_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_group_list.py b/intersight/models/iam_user_group_list.py index a2c87b07..04b480cd 100644 --- a/intersight/models/iam_user_group_list.py +++ b/intersight/models/iam_user_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_group_ref.py b/intersight/models/iam_user_group_ref.py index 7d6d2ef2..b4b9441c 100644 --- a/intersight/models/iam_user_group_ref.py +++ b/intersight/models/iam_user_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_list.py b/intersight/models/iam_user_list.py index 156a7a0b..37af5c4d 100644 --- a/intersight/models/iam_user_list.py +++ b/intersight/models/iam_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_login_time_ref.py b/intersight/models/iam_user_login_time_ref.py index d7c5eb68..a50d2273 100644 --- a/intersight/models/iam_user_login_time_ref.py +++ b/intersight/models/iam_user_login_time_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_preference.py b/intersight/models/iam_user_preference.py index 41a0973f..ff125ded 100644 --- a/intersight/models/iam_user_preference.py +++ b/intersight/models/iam_user_preference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_preference_list.py b/intersight/models/iam_user_preference_list.py index 5ac34188..75579d4b 100644 --- a/intersight/models/iam_user_preference_list.py +++ b/intersight/models/iam_user_preference_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_preference_ref.py b/intersight/models/iam_user_preference_ref.py index c353cc40..8eb7b8ca 100644 --- a/intersight/models/iam_user_preference_ref.py +++ b/intersight/models/iam_user_preference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_ref.py b/intersight/models/iam_user_ref.py index 53e6fc20..3f5b03f7 100644 --- a/intersight/models/iam_user_ref.py +++ b/intersight/models/iam_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/imcconnector_sd_card_image_download_message_ref.py b/intersight/models/imcconnector_sd_card_image_download_message_ref.py index 27186036..dcc7973d 100644 --- a/intersight/models/imcconnector_sd_card_image_download_message_ref.py +++ b/intersight/models/imcconnector_sd_card_image_download_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_base.py b/intersight/models/inventory_base.py index ffa3c9d5..d94f9a9d 100644 --- a/intersight/models/inventory_base.py +++ b/intersight/models/inventory_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_base_ref.py b/intersight/models/inventory_base_ref.py index 2d3dba0c..d671d7ac 100644 --- a/intersight/models/inventory_base_ref.py +++ b/intersight/models/inventory_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_device_info.py b/intersight/models/inventory_device_info.py index 52580593..366486fd 100644 --- a/intersight/models/inventory_device_info.py +++ b/intersight/models/inventory_device_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_device_info_list.py b/intersight/models/inventory_device_info_list.py index 678070b2..ed26273f 100644 --- a/intersight/models/inventory_device_info_list.py +++ b/intersight/models/inventory_device_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_device_info_ref.py b/intersight/models/inventory_device_info_ref.py index 68685b78..dcbba1fc 100644 --- a/intersight/models/inventory_device_info_ref.py +++ b/intersight/models/inventory_device_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_dn_mo_binding.py b/intersight/models/inventory_dn_mo_binding.py index 7800b511..065ebaba 100644 --- a/intersight/models/inventory_dn_mo_binding.py +++ b/intersight/models/inventory_dn_mo_binding.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_dn_mo_binding_list.py b/intersight/models/inventory_dn_mo_binding_list.py index 8b197525..bfdbab08 100644 --- a/intersight/models/inventory_dn_mo_binding_list.py +++ b/intersight/models/inventory_dn_mo_binding_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_dn_mo_binding_ref.py b/intersight/models/inventory_dn_mo_binding_ref.py index a7ea1127..b245533a 100644 --- a/intersight/models/inventory_dn_mo_binding_ref.py +++ b/intersight/models/inventory_dn_mo_binding_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory.py b/intersight/models/inventory_generic_inventory.py index 4994ea62..8c3743cb 100644 --- a/intersight/models/inventory_generic_inventory.py +++ b/intersight/models/inventory_generic_inventory.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_holder.py b/intersight/models/inventory_generic_inventory_holder.py index 5d91166f..1547dda5 100644 --- a/intersight/models/inventory_generic_inventory_holder.py +++ b/intersight/models/inventory_generic_inventory_holder.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_holder_list.py b/intersight/models/inventory_generic_inventory_holder_list.py index 737070b7..023479f0 100644 --- a/intersight/models/inventory_generic_inventory_holder_list.py +++ b/intersight/models/inventory_generic_inventory_holder_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_holder_ref.py b/intersight/models/inventory_generic_inventory_holder_ref.py index c3d7ed0d..677a3f3c 100644 --- a/intersight/models/inventory_generic_inventory_holder_ref.py +++ b/intersight/models/inventory_generic_inventory_holder_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_list.py b/intersight/models/inventory_generic_inventory_list.py index 07ceccae..f406aa04 100644 --- a/intersight/models/inventory_generic_inventory_list.py +++ b/intersight/models/inventory_generic_inventory_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_ref.py b/intersight/models/inventory_generic_inventory_ref.py index 6fb7c768..4da01cb7 100644 --- a/intersight/models/inventory_generic_inventory_ref.py +++ b/intersight/models/inventory_generic_inventory_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_inventory_mo.py b/intersight/models/inventory_inventory_mo.py index 71980308..5a6ca24d 100644 --- a/intersight/models/inventory_inventory_mo.py +++ b/intersight/models/inventory_inventory_mo.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_inventory_mo_ref.py b/intersight/models/inventory_inventory_mo_ref.py index 98c13f18..aab0c252 100644 --- a/intersight/models/inventory_inventory_mo_ref.py +++ b/intersight/models/inventory_inventory_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_job_info.py b/intersight/models/inventory_job_info.py index 5a19ddc3..9f1c020a 100644 --- a/intersight/models/inventory_job_info.py +++ b/intersight/models/inventory_job_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_job_info_ref.py b/intersight/models/inventory_job_info_ref.py index f0a50186..45db8ff9 100644 --- a/intersight/models/inventory_job_info_ref.py +++ b/intersight/models/inventory_job_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_request.py b/intersight/models/inventory_request.py index c1493c36..89b20336 100644 --- a/intersight/models/inventory_request.py +++ b/intersight/models/inventory_request.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_request_ref.py b/intersight/models/inventory_request_ref.py index 809c90e2..52d22664 100644 --- a/intersight/models/inventory_request_ref.py +++ b/intersight/models/inventory_request_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_scoped_inventory_task_ref.py b/intersight/models/inventory_scoped_inventory_task_ref.py index 73860241..08a19a90 100644 --- a/intersight/models/inventory_scoped_inventory_task_ref.py +++ b/intersight/models/inventory_scoped_inventory_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_deploy_task_ref.py b/intersight/models/ipmioverlan_deploy_task_ref.py index e73c0223..64a13254 100644 --- a/intersight/models/ipmioverlan_deploy_task_ref.py +++ b/intersight/models/ipmioverlan_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_policy.py b/intersight/models/ipmioverlan_policy.py index 43fd7478..81ca982f 100644 --- a/intersight/models/ipmioverlan_policy.py +++ b/intersight/models/ipmioverlan_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_policy_list.py b/intersight/models/ipmioverlan_policy_list.py index aeccbc63..3917e0cb 100644 --- a/intersight/models/ipmioverlan_policy_list.py +++ b/intersight/models/ipmioverlan_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_policy_ref.py b/intersight/models/ipmioverlan_policy_ref.py index 15d48df3..800e081b 100644 --- a/intersight/models/ipmioverlan_policy_ref.py +++ b/intersight/models/ipmioverlan_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_validation_task_ref.py b/intersight/models/ipmioverlan_validation_task_ref.py index 56b32b7c..753bdd7b 100644 --- a/intersight/models/ipmioverlan_validation_task_ref.py +++ b/intersight/models/ipmioverlan_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_deploy_task_ref.py b/intersight/models/kvm_deploy_task_ref.py index 56eaedae..5b47ba6b 100644 --- a/intersight/models/kvm_deploy_task_ref.py +++ b/intersight/models/kvm_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_policy.py b/intersight/models/kvm_policy.py index f7715733..298ba09b 100644 --- a/intersight/models/kvm_policy.py +++ b/intersight/models/kvm_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_policy_list.py b/intersight/models/kvm_policy_list.py index 954a6b1a..5719f829 100644 --- a/intersight/models/kvm_policy_list.py +++ b/intersight/models/kvm_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_policy_ref.py b/intersight/models/kvm_policy_ref.py index eaa27e1c..b74c183a 100644 --- a/intersight/models/kvm_policy_ref.py +++ b/intersight/models/kvm_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_validation_task_ref.py b/intersight/models/kvm_validation_task_ref.py index 861e7c59..5c00a19b 100644 --- a/intersight/models/kvm_validation_task_ref.py +++ b/intersight/models/kvm_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_account_license_data.py b/intersight/models/license_account_license_data.py index 06553c5d..67550387 100644 --- a/intersight/models/license_account_license_data.py +++ b/intersight/models/license_account_license_data.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_account_license_data_list.py b/intersight/models/license_account_license_data_list.py index 308a1c6e..de62acb3 100644 --- a/intersight/models/license_account_license_data_list.py +++ b/intersight/models/license_account_license_data_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_account_license_data_ref.py b/intersight/models/license_account_license_data_ref.py index 4920f55b..c4203793 100644 --- a/intersight/models/license_account_license_data_ref.py +++ b/intersight/models/license_account_license_data_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_customer_op.py b/intersight/models/license_customer_op.py index c20a5a38..d715fd7f 100644 --- a/intersight/models/license_customer_op.py +++ b/intersight/models/license_customer_op.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_customer_op_list.py b/intersight/models/license_customer_op_list.py index 3895280f..c4998d9d 100644 --- a/intersight/models/license_customer_op_list.py +++ b/intersight/models/license_customer_op_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_customer_op_ref.py b/intersight/models/license_customer_op_ref.py index 9100862d..67e6ab50 100644 --- a/intersight/models/license_customer_op_ref.py +++ b/intersight/models/license_customer_op_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_license_info.py b/intersight/models/license_license_info.py index 056bf2af..af6439d0 100644 --- a/intersight/models/license_license_info.py +++ b/intersight/models/license_license_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_license_info_list.py b/intersight/models/license_license_info_list.py index fecce4d7..fad8d220 100644 --- a/intersight/models/license_license_info_list.py +++ b/intersight/models/license_license_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_license_info_ref.py b/intersight/models/license_license_info_ref.py index 4744267f..4bede5ae 100644 --- a/intersight/models/license_license_info_ref.py +++ b/intersight/models/license_license_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_smartlicense_token.py b/intersight/models/license_smartlicense_token.py index 11bc50ad..6c121834 100644 --- a/intersight/models/license_smartlicense_token.py +++ b/intersight/models/license_smartlicense_token.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_smartlicense_token_list.py b/intersight/models/license_smartlicense_token_list.py index b8f0bb1b..071d8f27 100644 --- a/intersight/models/license_smartlicense_token_list.py +++ b/intersight/models/license_smartlicense_token_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_smartlicense_token_ref.py b/intersight/models/license_smartlicense_token_ref.py index 7c8600e7..5bfaab07 100644 --- a/intersight/models/license_smartlicense_token_ref.py +++ b/intersight/models/license_smartlicense_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_sync_response_ref.py b/intersight/models/license_sync_response_ref.py index 6b923f60..0e765b30 100644 --- a/intersight/models/license_sync_response_ref.py +++ b/intersight/models/license_sync_response_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ls_service_profile.py b/intersight/models/ls_service_profile.py index 354f25db..84c49dc3 100644 --- a/intersight/models/ls_service_profile.py +++ b/intersight/models/ls_service_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ls_service_profile_list.py b/intersight/models/ls_service_profile_list.py index 95bc823b..9f7b61de 100644 --- a/intersight/models/ls_service_profile_list.py +++ b/intersight/models/ls_service_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ls_service_profile_ref.py b/intersight/models/ls_service_profile_ref.py index f1985ed3..e86bca5e 100644 --- a/intersight/models/ls_service_profile_ref.py +++ b/intersight/models/ls_service_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_controller.py b/intersight/models/management_controller.py index 8725c6de..9b7dea8a 100644 --- a/intersight/models/management_controller.py +++ b/intersight/models/management_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_controller_list.py b/intersight/models/management_controller_list.py index 248191e5..96498567 100644 --- a/intersight/models/management_controller_list.py +++ b/intersight/models/management_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_controller_ref.py b/intersight/models/management_controller_ref.py index d6015993..c596177f 100644 --- a/intersight/models/management_controller_ref.py +++ b/intersight/models/management_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_entity.py b/intersight/models/management_entity.py index 99e10009..a94855a9 100644 --- a/intersight/models/management_entity.py +++ b/intersight/models/management_entity.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_entity_list.py b/intersight/models/management_entity_list.py index 1168fffc..2c6c4b67 100644 --- a/intersight/models/management_entity_list.py +++ b/intersight/models/management_entity_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_entity_ref.py b/intersight/models/management_entity_ref.py index 8efb0036..83f23de3 100644 --- a/intersight/models/management_entity_ref.py +++ b/intersight/models/management_entity_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_interface.py b/intersight/models/management_interface.py index ce6aecc5..116b9584 100644 --- a/intersight/models/management_interface.py +++ b/intersight/models/management_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_interface_list.py b/intersight/models/management_interface_list.py index 74a4324a..12405f78 100644 --- a/intersight/models/management_interface_list.py +++ b/intersight/models/management_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_interface_ref.py b/intersight/models/management_interface_ref.py index ae202788..12c2a7f3 100644 --- a/intersight/models/management_interface_ref.py +++ b/intersight/models/management_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_array.py b/intersight/models/memory_array.py index e4f06716..db488d41 100644 --- a/intersight/models/memory_array.py +++ b/intersight/models/memory_array.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_array_list.py b/intersight/models/memory_array_list.py index 7fb1990b..974f2658 100644 --- a/intersight/models/memory_array_list.py +++ b/intersight/models/memory_array_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_array_ref.py b/intersight/models/memory_array_ref.py index c7891b85..798c7443 100644 --- a/intersight/models/memory_array_ref.py +++ b/intersight/models/memory_array_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_unit.py b/intersight/models/memory_unit.py index a6804556..412e0ed4 100644 --- a/intersight/models/memory_unit.py +++ b/intersight/models/memory_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_unit_list.py b/intersight/models/memory_unit_list.py index a23de6bb..2c523e03 100644 --- a/intersight/models/memory_unit_list.py +++ b/intersight/models/memory_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_unit_ref.py b/intersight/models/memory_unit_ref.py index 4002b352..5e1a7dc8 100644 --- a/intersight/models/memory_unit_ref.py +++ b/intersight/models/memory_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_definition.py b/intersight/models/meta_definition.py index f3e45ab6..727681b7 100644 --- a/intersight/models/meta_definition.py +++ b/intersight/models/meta_definition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_definition_list.py b/intersight/models/meta_definition_list.py index 2b30e665..8b3c4a4c 100644 --- a/intersight/models/meta_definition_list.py +++ b/intersight/models/meta_definition_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_definition_ref.py b/intersight/models/meta_definition_ref.py index e7205d1b..9b394ce3 100644 --- a/intersight/models/meta_definition_ref.py +++ b/intersight/models/meta_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_prop_definition.py b/intersight/models/meta_prop_definition.py index 87978d93..aea645e0 100644 --- a/intersight/models/meta_prop_definition.py +++ b/intersight/models/meta_prop_definition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_prop_definition_ref.py b/intersight/models/meta_prop_definition_ref.py index cae51c72..85d76662 100644 --- a/intersight/models/meta_prop_definition_ref.py +++ b/intersight/models/meta_prop_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_relationship_definition.py b/intersight/models/meta_relationship_definition.py index 4b946101..4ee70742 100644 --- a/intersight/models/meta_relationship_definition.py +++ b/intersight/models/meta_relationship_definition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_relationship_definition_ref.py b/intersight/models/meta_relationship_definition_ref.py index 73afd86d..a4cbc5a1 100644 --- a/intersight/models/meta_relationship_definition_ref.py +++ b/intersight/models/meta_relationship_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_complex_type.py b/intersight/models/mo_base_complex_type.py index e1ad3dd2..1e001c74 100644 --- a/intersight/models/mo_base_complex_type.py +++ b/intersight/models/mo_base_complex_type.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_complex_type_ref.py b/intersight/models/mo_base_complex_type_ref.py index e1dcd8c7..4efa4531 100644 --- a/intersight/models/mo_base_complex_type_ref.py +++ b/intersight/models/mo_base_complex_type_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_mo.py b/intersight/models/mo_base_mo.py index f78ef903..87ac4bec 100644 --- a/intersight/models/mo_base_mo.py +++ b/intersight/models/mo_base_mo.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_mo_ref.py b/intersight/models/mo_base_mo_ref.py index 70fa4287..08941b81 100644 --- a/intersight/models/mo_base_mo_ref.py +++ b/intersight/models/mo_base_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_interest_registration_ref.py b/intersight/models/mo_interest_registration_ref.py index f81072d8..a9fd55ed 100644 --- a/intersight/models/mo_interest_registration_ref.py +++ b/intersight/models/mo_interest_registration_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_mo_ref.py b/intersight/models/mo_mo_ref.py index 86864fef..c074b90a 100644 --- a/intersight/models/mo_mo_ref.py +++ b/intersight/models/mo_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_mo_ref_ref.py b/intersight/models/mo_mo_ref_ref.py index bd93a0e0..439e9f87 100644 --- a/intersight/models/mo_mo_ref_ref.py +++ b/intersight/models/mo_mo_ref_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_snapshot_ref.py b/intersight/models/mo_snapshot_ref.py deleted file mode 100644 index ee092c5f..00000000 --- a/intersight/models/mo_snapshot_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.9-228 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class MoSnapshotRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - MoSnapshotRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this MoSnapshotRef. - - :return: The moid of this MoSnapshotRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this MoSnapshotRef. - - :param moid: The moid of this MoSnapshotRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this MoSnapshotRef. - - :return: The object_type of this MoSnapshotRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this MoSnapshotRef. - - :param object_type: The object_type of this MoSnapshotRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, MoSnapshotRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/mo_tag.py b/intersight/models/mo_tag.py index 238395f0..5db022e8 100644 --- a/intersight/models/mo_tag.py +++ b/intersight/models/mo_tag.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_tag_ref.py b/intersight/models/mo_tag_ref.py index 11f058e6..de3f2b94 100644 --- a/intersight/models/mo_tag_ref.py +++ b/intersight/models/mo_tag_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_version_context.py b/intersight/models/mo_version_context.py index b3b79b62..b54748b6 100644 --- a/intersight/models/mo_version_context.py +++ b/intersight/models/mo_version_context.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_version_context_ref.py b/intersight/models/mo_version_context_ref.py index c502f029..995b995f 100644 --- a/intersight/models/mo_version_context_ref.py +++ b/intersight/models/mo_version_context_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element.py b/intersight/models/network_element.py index fd874bf7..85333efa 100644 --- a/intersight/models/network_element.py +++ b/intersight/models/network_element.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_list.py b/intersight/models/network_element_list.py index 9a49ef49..79f19e71 100644 --- a/intersight/models/network_element_list.py +++ b/intersight/models/network_element_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_ref.py b/intersight/models/network_element_ref.py index e3e319cf..85af20d5 100644 --- a/intersight/models/network_element_ref.py +++ b/intersight/models/network_element_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_summary.py b/intersight/models/network_element_summary.py index 72f7e2e0..a64a3414 100644 --- a/intersight/models/network_element_summary.py +++ b/intersight/models/network_element_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_summary_list.py b/intersight/models/network_element_summary_list.py index a4d35162..82dc80bd 100644 --- a/intersight/models/network_element_summary_list.py +++ b/intersight/models/network_element_summary_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_summary_ref.py b/intersight/models/network_element_summary_ref.py index adc955de..de84ae9d 100644 --- a/intersight/models/network_element_summary_ref.py +++ b/intersight/models/network_element_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_deploy_task_ref.py b/intersight/models/networkconfig_deploy_task_ref.py index 77b07692..7c679c6c 100644 --- a/intersight/models/networkconfig_deploy_task_ref.py +++ b/intersight/models/networkconfig_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_policy.py b/intersight/models/networkconfig_policy.py index 97fb64f2..7ae65ac1 100644 --- a/intersight/models/networkconfig_policy.py +++ b/intersight/models/networkconfig_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_policy_list.py b/intersight/models/networkconfig_policy_list.py index de99a486..f9981d48 100644 --- a/intersight/models/networkconfig_policy_list.py +++ b/intersight/models/networkconfig_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_policy_ref.py b/intersight/models/networkconfig_policy_ref.py index 95988d1a..fdb43b5b 100644 --- a/intersight/models/networkconfig_policy_ref.py +++ b/intersight/models/networkconfig_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_validation_task_ref.py b/intersight/models/networkconfig_validation_task_ref.py index 3fe32c4b..1ad8126e 100644 --- a/intersight/models/networkconfig_validation_task_ref.py +++ b/intersight/models/networkconfig_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/notifs_condition.py b/intersight/models/notifs_condition.py index fab880b5..b28cd97c 100644 --- a/intersight/models/notifs_condition.py +++ b/intersight/models/notifs_condition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/notifs_condition_ref.py b/intersight/models/notifs_condition_ref.py index 38c41e40..787982b5 100644 --- a/intersight/models/notifs_condition_ref.py +++ b/intersight/models/notifs_condition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/notifs_mo_subscription_ref.py b/intersight/models/notifs_mo_subscription_ref.py index 407f9617..8de7ddb0 100644 --- a/intersight/models/notifs_mo_subscription_ref.py +++ b/intersight/models/notifs_mo_subscription_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/notifs_subscribed_ref.py b/intersight/models/notifs_subscribed_ref.py deleted file mode 100644 index 137e4c1d..00000000 --- a/intersight/models/notifs_subscribed_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.7-681 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class NotifsSubscribedRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - NotifsSubscribedRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this NotifsSubscribedRef. - - :return: The moid of this NotifsSubscribedRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this NotifsSubscribedRef. - - :param moid: The moid of this NotifsSubscribedRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this NotifsSubscribedRef. - - :return: The object_type of this NotifsSubscribedRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this NotifsSubscribedRef. - - :param object_type: The object_type of this NotifsSubscribedRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, NotifsSubscribedRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/ntp_deploy_task_ref.py b/intersight/models/ntp_deploy_task_ref.py index 435bcaeb..4b21b489 100644 --- a/intersight/models/ntp_deploy_task_ref.py +++ b/intersight/models/ntp_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_policy.py b/intersight/models/ntp_policy.py index 06ef89f3..3cb7e106 100644 --- a/intersight/models/ntp_policy.py +++ b/intersight/models/ntp_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_policy_list.py b/intersight/models/ntp_policy_list.py index 91b037e6..71b6478d 100644 --- a/intersight/models/ntp_policy_list.py +++ b/intersight/models/ntp_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_policy_ref.py b/intersight/models/ntp_policy_ref.py index 1ba90829..127ac7bf 100644 --- a/intersight/models/ntp_policy_ref.py +++ b/intersight/models/ntp_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_validation_task_ref.py b/intersight/models/ntp_validation_task_ref.py index c83dc2b9..00bc7ad5 100644 --- a/intersight/models/ntp_validation_task_ref.py +++ b/intersight/models/ntp_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth2_auth_token_ref.py b/intersight/models/oauth2_auth_token_ref.py index f12d14ea..402eed06 100644 --- a/intersight/models/oauth2_auth_token_ref.py +++ b/intersight/models/oauth2_auth_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_access_token.py b/intersight/models/oauth_access_token.py index ad0473de..65f4e469 100644 --- a/intersight/models/oauth_access_token.py +++ b/intersight/models/oauth_access_token.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_access_token_ref.py b/intersight/models/oauth_access_token_ref.py index caf860b7..57e8d135 100644 --- a/intersight/models/oauth_access_token_ref.py +++ b/intersight/models/oauth_access_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_oauth_user.py b/intersight/models/oauth_oauth_user.py index f2c2bff6..bcd61bed 100644 --- a/intersight/models/oauth_oauth_user.py +++ b/intersight/models/oauth_oauth_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_oauth_user_list.py b/intersight/models/oauth_oauth_user_list.py index a28413e4..23599624 100644 --- a/intersight/models/oauth_oauth_user_list.py +++ b/intersight/models/oauth_oauth_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_oauth_user_ref.py b/intersight/models/oauth_oauth_user_ref.py index db761cad..89df59be 100644 --- a/intersight/models/oauth_oauth_user_ref.py +++ b/intersight/models/oauth_oauth_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/packagemanagement_connector_deploy_policy.py b/intersight/models/packagemanagement_connector_deploy_policy.py deleted file mode 100644 index 477995c5..00000000 --- a/intersight/models/packagemanagement_connector_deploy_policy.py +++ /dev/null @@ -1,547 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PackagemanagementConnectorDeployPolicy(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'account': 'MoMoRef', - 'concurrency': 'int', - 'deploy_tag_value': 'str', - 'deployed_count': 'int', - 'image': 'MoMoRef', - 'soak_time': 'int', - 'status': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'account': 'Account', - 'concurrency': 'Concurrency', - 'deploy_tag_value': 'DeployTagValue', - 'deployed_count': 'DeployedCount', - 'image': 'Image', - 'soak_time': 'SoakTime', - 'status': 'Status' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, account=None, concurrency=None, deploy_tag_value=None, deployed_count=None, image=None, soak_time=None, status='Idle'): - """ - PackagemanagementConnectorDeployPolicy - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._account = None - self._concurrency = None - self._deploy_tag_value = None - self._deployed_count = None - self._image = None - self._soak_time = None - self._status = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if account is not None: - self.account = account - if concurrency is not None: - self.concurrency = concurrency - if deploy_tag_value is not None: - self.deploy_tag_value = deploy_tag_value - if deployed_count is not None: - self.deployed_count = deployed_count - if image is not None: - self.image = image - if soak_time is not None: - self.soak_time = soak_time - if status is not None: - self.status = status - - @property - def account_moid(self): - """ - Gets the account_moid of this PackagemanagementConnectorDeployPolicy. - The Account ID for this managed object. - - :return: The account_moid of this PackagemanagementConnectorDeployPolicy. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this PackagemanagementConnectorDeployPolicy. - The Account ID for this managed object. - - :param account_moid: The account_moid of this PackagemanagementConnectorDeployPolicy. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this PackagemanagementConnectorDeployPolicy. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this PackagemanagementConnectorDeployPolicy. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this PackagemanagementConnectorDeployPolicy. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this PackagemanagementConnectorDeployPolicy. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this PackagemanagementConnectorDeployPolicy. - The time when this managed object was created. - - :return: The create_time of this PackagemanagementConnectorDeployPolicy. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this PackagemanagementConnectorDeployPolicy. - The time when this managed object was created. - - :param create_time: The create_time of this PackagemanagementConnectorDeployPolicy. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this PackagemanagementConnectorDeployPolicy. - The time when this managed object was last modified. - - :return: The mod_time of this PackagemanagementConnectorDeployPolicy. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this PackagemanagementConnectorDeployPolicy. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this PackagemanagementConnectorDeployPolicy. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this PackagemanagementConnectorDeployPolicy. - A unique identifier of this Managed Object instance. - - :return: The moid of this PackagemanagementConnectorDeployPolicy. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this PackagemanagementConnectorDeployPolicy. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this PackagemanagementConnectorDeployPolicy. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this PackagemanagementConnectorDeployPolicy. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this PackagemanagementConnectorDeployPolicy. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this PackagemanagementConnectorDeployPolicy. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this PackagemanagementConnectorDeployPolicy. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this PackagemanagementConnectorDeployPolicy. - An array of owners which represent effective ownership of this object. - - :return: The owners of this PackagemanagementConnectorDeployPolicy. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this PackagemanagementConnectorDeployPolicy. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this PackagemanagementConnectorDeployPolicy. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this PackagemanagementConnectorDeployPolicy. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this PackagemanagementConnectorDeployPolicy. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this PackagemanagementConnectorDeployPolicy. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this PackagemanagementConnectorDeployPolicy. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this PackagemanagementConnectorDeployPolicy. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this PackagemanagementConnectorDeployPolicy. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this PackagemanagementConnectorDeployPolicy. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this PackagemanagementConnectorDeployPolicy. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def account(self): - """ - Gets the account of this PackagemanagementConnectorDeployPolicy. - - :return: The account of this PackagemanagementConnectorDeployPolicy. - :rtype: MoMoRef - """ - return self._account - - @account.setter - def account(self, account): - """ - Sets the account of this PackagemanagementConnectorDeployPolicy. - - :param account: The account of this PackagemanagementConnectorDeployPolicy. - :type: MoMoRef - """ - - self._account = account - - @property - def concurrency(self): - """ - Gets the concurrency of this PackagemanagementConnectorDeployPolicy. - Number of concurrent device installs to perform for this policy - - :return: The concurrency of this PackagemanagementConnectorDeployPolicy. - :rtype: int - """ - return self._concurrency - - @concurrency.setter - def concurrency(self, concurrency): - """ - Sets the concurrency of this PackagemanagementConnectorDeployPolicy. - Number of concurrent device installs to perform for this policy - - :param concurrency: The concurrency of this PackagemanagementConnectorDeployPolicy. - :type: int - """ - - self._concurrency = concurrency - - @property - def deploy_tag_value(self): - """ - Gets the deploy_tag_value of this PackagemanagementConnectorDeployPolicy. - Value of \"cisco.devops.ConnectorDeployPolicy\" tag key of device registration objects to apply this policy to. Devops scripts will tag devices with this value to apply this policy to a set of devices. - - :return: The deploy_tag_value of this PackagemanagementConnectorDeployPolicy. - :rtype: str - """ - return self._deploy_tag_value - - @deploy_tag_value.setter - def deploy_tag_value(self, deploy_tag_value): - """ - Sets the deploy_tag_value of this PackagemanagementConnectorDeployPolicy. - Value of \"cisco.devops.ConnectorDeployPolicy\" tag key of device registration objects to apply this policy to. Devops scripts will tag devices with this value to apply this policy to a set of devices. - - :param deploy_tag_value: The deploy_tag_value of this PackagemanagementConnectorDeployPolicy. - :type: str - """ - - self._deploy_tag_value = deploy_tag_value - - @property - def deployed_count(self): - """ - Gets the deployed_count of this PackagemanagementConnectorDeployPolicy. - Number of installs performed by this policy for a given image. Count is reset on image relation change - - :return: The deployed_count of this PackagemanagementConnectorDeployPolicy. - :rtype: int - """ - return self._deployed_count - - @deployed_count.setter - def deployed_count(self, deployed_count): - """ - Sets the deployed_count of this PackagemanagementConnectorDeployPolicy. - Number of installs performed by this policy for a given image. Count is reset on image relation change - - :param deployed_count: The deployed_count of this PackagemanagementConnectorDeployPolicy. - :type: int - """ - - self._deployed_count = deployed_count - - @property - def image(self): - """ - Gets the image of this PackagemanagementConnectorDeployPolicy. - - :return: The image of this PackagemanagementConnectorDeployPolicy. - :rtype: MoMoRef - """ - return self._image - - @image.setter - def image(self, image): - """ - Sets the image of this PackagemanagementConnectorDeployPolicy. - - :param image: The image of this PackagemanagementConnectorDeployPolicy. - :type: MoMoRef - """ - - self._image = image - - @property - def soak_time(self): - """ - Gets the soak_time of this PackagemanagementConnectorDeployPolicy. - Minutes to soak the device connector image to ensure device returns to a good state after upgrade, with no impact to existing features - - :return: The soak_time of this PackagemanagementConnectorDeployPolicy. - :rtype: int - """ - return self._soak_time - - @soak_time.setter - def soak_time(self, soak_time): - """ - Sets the soak_time of this PackagemanagementConnectorDeployPolicy. - Minutes to soak the device connector image to ensure device returns to a good state after upgrade, with no impact to existing features - - :param soak_time: The soak_time of this PackagemanagementConnectorDeployPolicy. - :type: int - """ - - self._soak_time = soak_time - - @property - def status(self): - """ - Gets the status of this PackagemanagementConnectorDeployPolicy. - Overall status of this deploy policy. In case of install failures this property can be updated to retry and continue policy device installs. Devops can also mark status as 'Failed' to stop the deploy, in case it has been determined the image is not healthy and electron has not caught the failure. - - :return: The status of this PackagemanagementConnectorDeployPolicy. - :rtype: str - """ - return self._status - - @status.setter - def status(self, status): - """ - Sets the status of this PackagemanagementConnectorDeployPolicy. - Overall status of this deploy policy. In case of install failures this property can be updated to retry and continue policy device installs. Devops can also mark status as 'Failed' to stop the deploy, in case it has been determined the image is not healthy and electron has not caught the failure. - - :param status: The status of this PackagemanagementConnectorDeployPolicy. - :type: str - """ - allowed_values = ["Idle", "Failed", "Retry", "Deploying"] - if status not in allowed_values: - raise ValueError( - "Invalid value for `status` ({0}), must be one of {1}" - .format(status, allowed_values) - ) - - self._status = status - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PackagemanagementConnectorDeployPolicy): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/packagemanagement_connector_deploy_policy_list.py b/intersight/models/packagemanagement_connector_deploy_policy_list.py deleted file mode 100644 index 9f0c7253..00000000 --- a/intersight/models/packagemanagement_connector_deploy_policy_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PackagemanagementConnectorDeployPolicyList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[PackagemanagementConnectorDeployPolicy]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - PackagemanagementConnectorDeployPolicyList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this PackagemanagementConnectorDeployPolicyList. - The number of packagemanagementConnectorDeployPolicies matching your request in total for all pages. - - :return: The count of this PackagemanagementConnectorDeployPolicyList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this PackagemanagementConnectorDeployPolicyList. - The number of packagemanagementConnectorDeployPolicies matching your request in total for all pages. - - :param count: The count of this PackagemanagementConnectorDeployPolicyList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this PackagemanagementConnectorDeployPolicyList. - The array of packagemanagementConnectorDeployPolicies matching your request. - - :return: The results of this PackagemanagementConnectorDeployPolicyList. - :rtype: list[PackagemanagementConnectorDeployPolicy] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this PackagemanagementConnectorDeployPolicyList. - The array of packagemanagementConnectorDeployPolicies matching your request. - - :param results: The results of this PackagemanagementConnectorDeployPolicyList. - :type: list[PackagemanagementConnectorDeployPolicy] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PackagemanagementConnectorDeployPolicyList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/packagemanagement_connector_image.py b/intersight/models/packagemanagement_connector_image.py deleted file mode 100644 index bc81fe92..00000000 --- a/intersight/models/packagemanagement_connector_image.py +++ /dev/null @@ -1,431 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PackagemanagementConnectorImage(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'account': 'MoMoRef', - 'type': 'str', - 'version': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'account': 'Account', - 'type': 'Type', - 'version': 'Version' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, account=None, type=None, version=None): - """ - PackagemanagementConnectorImage - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._account = None - self._type = None - self._version = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if account is not None: - self.account = account - if type is not None: - self.type = type - if version is not None: - self.version = version - - @property - def account_moid(self): - """ - Gets the account_moid of this PackagemanagementConnectorImage. - The Account ID for this managed object. - - :return: The account_moid of this PackagemanagementConnectorImage. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this PackagemanagementConnectorImage. - The Account ID for this managed object. - - :param account_moid: The account_moid of this PackagemanagementConnectorImage. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this PackagemanagementConnectorImage. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this PackagemanagementConnectorImage. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this PackagemanagementConnectorImage. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this PackagemanagementConnectorImage. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this PackagemanagementConnectorImage. - The time when this managed object was created. - - :return: The create_time of this PackagemanagementConnectorImage. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this PackagemanagementConnectorImage. - The time when this managed object was created. - - :param create_time: The create_time of this PackagemanagementConnectorImage. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this PackagemanagementConnectorImage. - The time when this managed object was last modified. - - :return: The mod_time of this PackagemanagementConnectorImage. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this PackagemanagementConnectorImage. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this PackagemanagementConnectorImage. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this PackagemanagementConnectorImage. - A unique identifier of this Managed Object instance. - - :return: The moid of this PackagemanagementConnectorImage. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this PackagemanagementConnectorImage. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this PackagemanagementConnectorImage. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this PackagemanagementConnectorImage. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this PackagemanagementConnectorImage. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this PackagemanagementConnectorImage. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this PackagemanagementConnectorImage. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this PackagemanagementConnectorImage. - An array of owners which represent effective ownership of this object. - - :return: The owners of this PackagemanagementConnectorImage. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this PackagemanagementConnectorImage. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this PackagemanagementConnectorImage. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this PackagemanagementConnectorImage. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this PackagemanagementConnectorImage. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this PackagemanagementConnectorImage. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this PackagemanagementConnectorImage. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this PackagemanagementConnectorImage. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this PackagemanagementConnectorImage. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this PackagemanagementConnectorImage. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this PackagemanagementConnectorImage. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def account(self): - """ - Gets the account of this PackagemanagementConnectorImage. - - :return: The account of this PackagemanagementConnectorImage. - :rtype: MoMoRef - """ - return self._account - - @account.setter - def account(self, account): - """ - Sets the account of this PackagemanagementConnectorImage. - - :param account: The account of this PackagemanagementConnectorImage. - :type: MoMoRef - """ - - self._account = account - - @property - def type(self): - """ - Gets the type of this PackagemanagementConnectorImage. - Endpoint type (e.g ucsm,bmc,hxdp) - - :return: The type of this PackagemanagementConnectorImage. - :rtype: str - """ - return self._type - - @type.setter - def type(self, type): - """ - Sets the type of this PackagemanagementConnectorImage. - Endpoint type (e.g ucsm,bmc,hxdp) - - :param type: The type of this PackagemanagementConnectorImage. - :type: str - """ - - self._type = type - - @property - def version(self): - """ - Gets the version of this PackagemanagementConnectorImage. - Version string. e.g 1.0.1-700 - - :return: The version of this PackagemanagementConnectorImage. - :rtype: str - """ - return self._version - - @version.setter - def version(self, version): - """ - Sets the version of this PackagemanagementConnectorImage. - Version string. e.g 1.0.1-700 - - :param version: The version of this PackagemanagementConnectorImage. - :type: str - """ - - self._version = version - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PackagemanagementConnectorImage): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/packagemanagement_connector_image_list.py b/intersight/models/packagemanagement_connector_image_list.py deleted file mode 100644 index 879fd370..00000000 --- a/intersight/models/packagemanagement_connector_image_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PackagemanagementConnectorImageList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[PackagemanagementConnectorImage]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - PackagemanagementConnectorImageList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this PackagemanagementConnectorImageList. - The number of packagemanagementConnectorImages matching your request in total for all pages. - - :return: The count of this PackagemanagementConnectorImageList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this PackagemanagementConnectorImageList. - The number of packagemanagementConnectorImages matching your request in total for all pages. - - :param count: The count of this PackagemanagementConnectorImageList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this PackagemanagementConnectorImageList. - The array of packagemanagementConnectorImages matching your request. - - :return: The results of this PackagemanagementConnectorImageList. - :rtype: list[PackagemanagementConnectorImage] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this PackagemanagementConnectorImageList. - The array of packagemanagementConnectorImages matching your request. - - :param results: The results of this PackagemanagementConnectorImageList. - :type: list[PackagemanagementConnectorImage] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PackagemanagementConnectorImageList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/packagemanagement_connector_install.py b/intersight/models/packagemanagement_connector_install.py deleted file mode 100644 index 8789b815..00000000 --- a/intersight/models/packagemanagement_connector_install.py +++ /dev/null @@ -1,573 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PackagemanagementConnectorInstall(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'deploy_policy': 'MoMoRef', - 'device_registration': 'MoMoRef', - 'image': 'MoMoRef', - 'last_transition_time': 'datetime', - 'pinned': 'bool', - 'reason': 'str', - 'soak_time': 'int', - 'status': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'deploy_policy': 'DeployPolicy', - 'device_registration': 'DeviceRegistration', - 'image': 'Image', - 'last_transition_time': 'LastTransitionTime', - 'pinned': 'Pinned', - 'reason': 'Reason', - 'soak_time': 'SoakTime', - 'status': 'Status' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, deploy_policy=None, device_registration=None, image=None, last_transition_time=None, pinned=None, reason=None, soak_time=None, status='Idle'): - """ - PackagemanagementConnectorInstall - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._deploy_policy = None - self._device_registration = None - self._image = None - self._last_transition_time = None - self._pinned = None - self._reason = None - self._soak_time = None - self._status = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if deploy_policy is not None: - self.deploy_policy = deploy_policy - if device_registration is not None: - self.device_registration = device_registration - if image is not None: - self.image = image - if last_transition_time is not None: - self.last_transition_time = last_transition_time - if pinned is not None: - self.pinned = pinned - if reason is not None: - self.reason = reason - if soak_time is not None: - self.soak_time = soak_time - if status is not None: - self.status = status - - @property - def account_moid(self): - """ - Gets the account_moid of this PackagemanagementConnectorInstall. - The Account ID for this managed object. - - :return: The account_moid of this PackagemanagementConnectorInstall. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this PackagemanagementConnectorInstall. - The Account ID for this managed object. - - :param account_moid: The account_moid of this PackagemanagementConnectorInstall. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this PackagemanagementConnectorInstall. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this PackagemanagementConnectorInstall. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this PackagemanagementConnectorInstall. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this PackagemanagementConnectorInstall. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this PackagemanagementConnectorInstall. - The time when this managed object was created. - - :return: The create_time of this PackagemanagementConnectorInstall. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this PackagemanagementConnectorInstall. - The time when this managed object was created. - - :param create_time: The create_time of this PackagemanagementConnectorInstall. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this PackagemanagementConnectorInstall. - The time when this managed object was last modified. - - :return: The mod_time of this PackagemanagementConnectorInstall. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this PackagemanagementConnectorInstall. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this PackagemanagementConnectorInstall. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this PackagemanagementConnectorInstall. - A unique identifier of this Managed Object instance. - - :return: The moid of this PackagemanagementConnectorInstall. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this PackagemanagementConnectorInstall. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this PackagemanagementConnectorInstall. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this PackagemanagementConnectorInstall. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this PackagemanagementConnectorInstall. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this PackagemanagementConnectorInstall. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this PackagemanagementConnectorInstall. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this PackagemanagementConnectorInstall. - An array of owners which represent effective ownership of this object. - - :return: The owners of this PackagemanagementConnectorInstall. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this PackagemanagementConnectorInstall. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this PackagemanagementConnectorInstall. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this PackagemanagementConnectorInstall. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this PackagemanagementConnectorInstall. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this PackagemanagementConnectorInstall. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this PackagemanagementConnectorInstall. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this PackagemanagementConnectorInstall. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this PackagemanagementConnectorInstall. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this PackagemanagementConnectorInstall. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this PackagemanagementConnectorInstall. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def deploy_policy(self): - """ - Gets the deploy_policy of this PackagemanagementConnectorInstall. - - :return: The deploy_policy of this PackagemanagementConnectorInstall. - :rtype: MoMoRef - """ - return self._deploy_policy - - @deploy_policy.setter - def deploy_policy(self, deploy_policy): - """ - Sets the deploy_policy of this PackagemanagementConnectorInstall. - - :param deploy_policy: The deploy_policy of this PackagemanagementConnectorInstall. - :type: MoMoRef - """ - - self._deploy_policy = deploy_policy - - @property - def device_registration(self): - """ - Gets the device_registration of this PackagemanagementConnectorInstall. - - :return: The device_registration of this PackagemanagementConnectorInstall. - :rtype: MoMoRef - """ - return self._device_registration - - @device_registration.setter - def device_registration(self, device_registration): - """ - Sets the device_registration of this PackagemanagementConnectorInstall. - - :param device_registration: The device_registration of this PackagemanagementConnectorInstall. - :type: MoMoRef - """ - - self._device_registration = device_registration - - @property - def image(self): - """ - Gets the image of this PackagemanagementConnectorInstall. - - :return: The image of this PackagemanagementConnectorInstall. - :rtype: MoMoRef - """ - return self._image - - @image.setter - def image(self, image): - """ - Sets the image of this PackagemanagementConnectorInstall. - - :param image: The image of this PackagemanagementConnectorInstall. - :type: MoMoRef - """ - - self._image = image - - @property - def last_transition_time(self): - """ - Gets the last_transition_time of this PackagemanagementConnectorInstall. - Timestamp of last install status transition - - :return: The last_transition_time of this PackagemanagementConnectorInstall. - :rtype: datetime - """ - return self._last_transition_time - - @last_transition_time.setter - def last_transition_time(self, last_transition_time): - """ - Sets the last_transition_time of this PackagemanagementConnectorInstall. - Timestamp of last install status transition - - :param last_transition_time: The last_transition_time of this PackagemanagementConnectorInstall. - :type: datetime - """ - - self._last_transition_time = last_transition_time - - @property - def pinned(self): - """ - Gets the pinned of this PackagemanagementConnectorInstall. - Flag to specify this install was manually created by a devops user and should not be overwritten by a deploy policy - - :return: The pinned of this PackagemanagementConnectorInstall. - :rtype: bool - """ - return self._pinned - - @pinned.setter - def pinned(self, pinned): - """ - Sets the pinned of this PackagemanagementConnectorInstall. - Flag to specify this install was manually created by a devops user and should not be overwritten by a deploy policy - - :param pinned: The pinned of this PackagemanagementConnectorInstall. - :type: bool - """ - - self._pinned = pinned - - @property - def reason(self): - """ - Gets the reason of this PackagemanagementConnectorInstall. - Error reported by device if applicable - - :return: The reason of this PackagemanagementConnectorInstall. - :rtype: str - """ - return self._reason - - @reason.setter - def reason(self, reason): - """ - Sets the reason of this PackagemanagementConnectorInstall. - Error reported by device if applicable - - :param reason: The reason of this PackagemanagementConnectorInstall. - :type: str - """ - - self._reason = reason - - @property - def soak_time(self): - """ - Gets the soak_time of this PackagemanagementConnectorInstall. - Time to soak the device connector install to ensure device returns to a good state after upgrade, with no impact to existing features - - :return: The soak_time of this PackagemanagementConnectorInstall. - :rtype: int - """ - return self._soak_time - - @soak_time.setter - def soak_time(self, soak_time): - """ - Sets the soak_time of this PackagemanagementConnectorInstall. - Time to soak the device connector install to ensure device returns to a good state after upgrade, with no impact to existing features - - :param soak_time: The soak_time of this PackagemanagementConnectorInstall. - :type: int - """ - - self._soak_time = soak_time - - @property - def status(self): - """ - Gets the status of this PackagemanagementConnectorInstall. - Status of install - - :return: The status of this PackagemanagementConnectorInstall. - :rtype: str - """ - return self._status - - @status.setter - def status(self, status): - """ - Sets the status of this PackagemanagementConnectorInstall. - Status of install - - :param status: The status of this PackagemanagementConnectorInstall. - :type: str - """ - allowed_values = ["Idle", "Complete", "InProgress", "Soaking", "Failed"] - if status not in allowed_values: - raise ValueError( - "Invalid value for `status` ({0}), must be one of {1}" - .format(status, allowed_values) - ) - - self._status = status - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PackagemanagementConnectorInstall): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/packagemanagement_connector_install_list.py b/intersight/models/packagemanagement_connector_install_list.py deleted file mode 100644 index 0fa01c32..00000000 --- a/intersight/models/packagemanagement_connector_install_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PackagemanagementConnectorInstallList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[PackagemanagementConnectorInstall]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - PackagemanagementConnectorInstallList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this PackagemanagementConnectorInstallList. - The number of packagemanagementConnectorInstalls matching your request in total for all pages. - - :return: The count of this PackagemanagementConnectorInstallList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this PackagemanagementConnectorInstallList. - The number of packagemanagementConnectorInstalls matching your request in total for all pages. - - :param count: The count of this PackagemanagementConnectorInstallList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this PackagemanagementConnectorInstallList. - The array of packagemanagementConnectorInstalls matching your request. - - :return: The results of this PackagemanagementConnectorInstallList. - :rtype: list[PackagemanagementConnectorInstall] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this PackagemanagementConnectorInstallList. - The array of packagemanagementConnectorInstalls matching your request. - - :param results: The results of this PackagemanagementConnectorInstallList. - :type: list[PackagemanagementConnectorInstall] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PackagemanagementConnectorInstallList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/partitionalloc_consumer_ref.py b/intersight/models/partitionalloc_consumer_ref.py deleted file mode 100644 index ea5e31b6..00000000 --- a/intersight/models/partitionalloc_consumer_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.7-681 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PartitionallocConsumerRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - PartitionallocConsumerRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this PartitionallocConsumerRef. - - :return: The moid of this PartitionallocConsumerRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this PartitionallocConsumerRef. - - :param moid: The moid of this PartitionallocConsumerRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this PartitionallocConsumerRef. - - :return: The object_type of this PartitionallocConsumerRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this PartitionallocConsumerRef. - - :param object_type: The object_type of this PartitionallocConsumerRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PartitionallocConsumerRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/partitionalloc_part_ref.py b/intersight/models/partitionalloc_part_ref.py deleted file mode 100644 index b94cd695..00000000 --- a/intersight/models/partitionalloc_part_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.7-681 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PartitionallocPartRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - PartitionallocPartRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this PartitionallocPartRef. - - :return: The moid of this PartitionallocPartRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this PartitionallocPartRef. - - :param moid: The moid of this PartitionallocPartRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this PartitionallocPartRef. - - :return: The object_type of this PartitionallocPartRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this PartitionallocPartRef. - - :param object_type: The object_type of this PartitionallocPartRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PartitionallocPartRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/partitionalloc_partitioned_ref.py b/intersight/models/partitionalloc_partitioned_ref.py deleted file mode 100644 index 7ff93377..00000000 --- a/intersight/models/partitionalloc_partitioned_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.7-681 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PartitionallocPartitionedRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - PartitionallocPartitionedRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this PartitionallocPartitionedRef. - - :return: The moid of this PartitionallocPartitionedRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this PartitionallocPartitionedRef. - - :param moid: The moid of this PartitionallocPartitionedRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this PartitionallocPartitionedRef. - - :return: The object_type of this PartitionallocPartitionedRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this PartitionallocPartitionedRef. - - :param object_type: The object_type of this PartitionallocPartitionedRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PartitionallocPartitionedRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/pci_device.py b/intersight/models/pci_device.py index 02e9daaf..6fade2b8 100644 --- a/intersight/models/pci_device.py +++ b/intersight/models/pci_device.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/pci_device_list.py b/intersight/models/pci_device_list.py index 3fbea170..f7fca212 100644 --- a/intersight/models/pci_device_list.py +++ b/intersight/models/pci_device_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/pci_device_ref.py b/intersight/models/pci_device_ref.py index b77379f9..afd7f298 100644 --- a/intersight/models/pci_device_ref.py +++ b/intersight/models/pci_device_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_change_detail.py b/intersight/models/policy_abstract_config_change_detail.py index 7f67f04f..f1f901a2 100644 --- a/intersight/models/policy_abstract_config_change_detail.py +++ b/intersight/models/policy_abstract_config_change_detail.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_change_detail_ref.py b/intersight/models/policy_abstract_config_change_detail_ref.py index c8f52b2c..5432a885 100644 --- a/intersight/models/policy_abstract_config_change_detail_ref.py +++ b/intersight/models/policy_abstract_config_change_detail_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_profile.py b/intersight/models/policy_abstract_config_profile.py index 99288eec..7382b41b 100644 --- a/intersight/models/policy_abstract_config_profile.py +++ b/intersight/models/policy_abstract_config_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_profile_ref.py b/intersight/models/policy_abstract_config_profile_ref.py index ffa3893b..8e8298e1 100644 --- a/intersight/models/policy_abstract_config_profile_ref.py +++ b/intersight/models/policy_abstract_config_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result.py b/intersight/models/policy_abstract_config_result.py index 9a51484b..350a67fe 100644 --- a/intersight/models/policy_abstract_config_result.py +++ b/intersight/models/policy_abstract_config_result.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result_entry.py b/intersight/models/policy_abstract_config_result_entry.py index b6529802..842494ad 100644 --- a/intersight/models/policy_abstract_config_result_entry.py +++ b/intersight/models/policy_abstract_config_result_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result_entry_ref.py b/intersight/models/policy_abstract_config_result_entry_ref.py index a63a9a3b..5344139f 100644 --- a/intersight/models/policy_abstract_config_result_entry_ref.py +++ b/intersight/models/policy_abstract_config_result_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result_ref.py b/intersight/models/policy_abstract_config_result_ref.py index d050bfc0..d9bd3de3 100644 --- a/intersight/models/policy_abstract_config_result_ref.py +++ b/intersight/models/policy_abstract_config_result_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_policy.py b/intersight/models/policy_abstract_policy.py index 5b269214..3762eebf 100644 --- a/intersight/models/policy_abstract_policy.py +++ b/intersight/models/policy_abstract_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_policy_ref.py b/intersight/models/policy_abstract_policy_ref.py index 119c9744..85766150 100644 --- a/intersight/models/policy_abstract_policy_ref.py +++ b/intersight/models/policy_abstract_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_profile.py b/intersight/models/policy_abstract_profile.py index 0deffbb8..7f0535b0 100644 --- a/intersight/models/policy_abstract_profile.py +++ b/intersight/models/policy_abstract_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_profile_ref.py b/intersight/models/policy_abstract_profile_ref.py index bdb2d260..9375e71b 100644 --- a/intersight/models/policy_abstract_profile_ref.py +++ b/intersight/models/policy_abstract_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_analyze_impact_task_ref.py b/intersight/models/policy_analyze_impact_task_ref.py index 944759ed..fa4f315e 100644 --- a/intersight/models/policy_analyze_impact_task_ref.py +++ b/intersight/models/policy_analyze_impact_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_attachable_service_object.py b/intersight/models/policy_attachable_service_object.py deleted file mode 100644 index 8240155a..00000000 --- a/intersight/models/policy_attachable_service_object.py +++ /dev/null @@ -1,125 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PolicyAttachableServiceObject(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'name': 'str' - } - - attribute_map = { - 'name': 'Name' - } - - def __init__(self, name=None): - """ - PolicyAttachableServiceObject - a model defined in Swagger - """ - - self._name = None - - if name is not None: - self.name = name - - @property - def name(self): - """ - Gets the name of this PolicyAttachableServiceObject. - Name of foreign Mo that Policy can attach to - - :return: The name of this PolicyAttachableServiceObject. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this PolicyAttachableServiceObject. - Name of foreign Mo that Policy can attach to - - :param name: The name of this PolicyAttachableServiceObject. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PolicyAttachableServiceObject): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/policy_category.py b/intersight/models/policy_category.py deleted file mode 100644 index 79765902..00000000 --- a/intersight/models/policy_category.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PolicyCategory(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'display_label': 'str', - 'name': 'str' - } - - attribute_map = { - 'display_label': 'DisplayLabel', - 'name': 'Name' - } - - def __init__(self, display_label=None, name=None): - """ - PolicyCategory - a model defined in Swagger - """ - - self._display_label = None - self._name = None - - if display_label is not None: - self.display_label = display_label - if name is not None: - self.name = name - - @property - def display_label(self): - """ - Gets the display_label of this PolicyCategory. - Display Label for this Category - - :return: The display_label of this PolicyCategory. - :rtype: str - """ - return self._display_label - - @display_label.setter - def display_label(self, display_label): - """ - Sets the display_label of this PolicyCategory. - Display Label for this Category - - :param display_label: The display_label of this PolicyCategory. - :type: str - """ - - self._display_label = display_label - - @property - def name(self): - """ - Gets the name of this PolicyCategory. - Category of this Policy - - :return: The name of this PolicyCategory. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this PolicyCategory. - Category of this Policy - - :param name: The name of this PolicyCategory. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PolicyCategory): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/policy_config_change.py b/intersight/models/policy_config_change.py index 5d2f4588..99fbfa59 100644 --- a/intersight/models/policy_config_change.py +++ b/intersight/models/policy_config_change.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_change_detail_type_ref.py b/intersight/models/policy_config_change_detail_type_ref.py index 93a7887c..3ffe4a4f 100644 --- a/intersight/models/policy_config_change_detail_type_ref.py +++ b/intersight/models/policy_config_change_detail_type_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_change_ref.py b/intersight/models/policy_config_change_ref.py index 5693187e..bd01baa7 100644 --- a/intersight/models/policy_config_change_ref.py +++ b/intersight/models/policy_config_change_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_context.py b/intersight/models/policy_config_context.py index 99a50d21..9061e59f 100644 --- a/intersight/models/policy_config_context.py +++ b/intersight/models/policy_config_context.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_context_ref.py b/intersight/models/policy_config_context_ref.py index 4f7dec0f..31f01e17 100644 --- a/intersight/models/policy_config_context_ref.py +++ b/intersight/models/policy_config_context_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_result_context.py b/intersight/models/policy_config_result_context.py index 235fee09..532218db 100644 --- a/intersight/models/policy_config_result_context.py +++ b/intersight/models/policy_config_result_context.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_result_context_ref.py b/intersight/models/policy_config_result_context_ref.py index c4280c94..3ea07cda 100644 --- a/intersight/models/policy_config_result_context_ref.py +++ b/intersight/models/policy_config_result_context_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_result_entry.py b/intersight/models/policy_config_result_entry.py deleted file mode 100644 index 66c319e1..00000000 --- a/intersight/models/policy_config_result_entry.py +++ /dev/null @@ -1,259 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PolicyConfigResultEntry(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'context': 'PolicyConfigResultContext', - 'message': 'str', - 'message_params': 'object', - 'owner_id': 'str', - 'state': 'str', - 'type': 'str' - } - - attribute_map = { - 'context': 'Context', - 'message': 'Message', - 'message_params': 'MessageParams', - 'owner_id': 'OwnerId', - 'state': 'State', - 'type': 'Type' - } - - def __init__(self, context=None, message=None, message_params=None, owner_id=None, state=None, type=None): - """ - PolicyConfigResultEntry - a model defined in Swagger - """ - - self._context = None - self._message = None - self._message_params = None - self._owner_id = None - self._state = None - self._type = None - - if context is not None: - self.context = context - if message is not None: - self.message = message - if message_params is not None: - self.message_params = message_params - if owner_id is not None: - self.owner_id = owner_id - if state is not None: - self.state = state - if type is not None: - self.type = type - - @property - def context(self): - """ - Gets the context of this PolicyConfigResultEntry. - - :return: The context of this PolicyConfigResultEntry. - :rtype: PolicyConfigResultContext - """ - return self._context - - @context.setter - def context(self, context): - """ - Sets the context of this PolicyConfigResultEntry. - - :param context: The context of this PolicyConfigResultEntry. - :type: PolicyConfigResultContext - """ - - self._context = context - - @property - def message(self): - """ - Gets the message of this PolicyConfigResultEntry. - - :return: The message of this PolicyConfigResultEntry. - :rtype: str - """ - return self._message - - @message.setter - def message(self, message): - """ - Sets the message of this PolicyConfigResultEntry. - - :param message: The message of this PolicyConfigResultEntry. - :type: str - """ - - self._message = message - - @property - def message_params(self): - """ - Gets the message_params of this PolicyConfigResultEntry. - Values for parameterized message. Need to be in json format to cover different parameter order for localized message. - - :return: The message_params of this PolicyConfigResultEntry. - :rtype: object - """ - return self._message_params - - @message_params.setter - def message_params(self, message_params): - """ - Sets the message_params of this PolicyConfigResultEntry. - Values for parameterized message. Need to be in json format to cover different parameter order for localized message. - - :param message_params: The message_params of this PolicyConfigResultEntry. - :type: object - """ - - self._message_params = message_params - - @property - def owner_id(self): - """ - Gets the owner_id of this PolicyConfigResultEntry. - - :return: The owner_id of this PolicyConfigResultEntry. - :rtype: str - """ - return self._owner_id - - @owner_id.setter - def owner_id(self, owner_id): - """ - Sets the owner_id of this PolicyConfigResultEntry. - - :param owner_id: The owner_id of this PolicyConfigResultEntry. - :type: str - """ - - self._owner_id = owner_id - - @property - def state(self): - """ - Gets the state of this PolicyConfigResultEntry. - Values -- ok, ok-with-warning, errored - - :return: The state of this PolicyConfigResultEntry. - :rtype: str - """ - return self._state - - @state.setter - def state(self, state): - """ - Sets the state of this PolicyConfigResultEntry. - Values -- ok, ok-with-warning, errored - - :param state: The state of this PolicyConfigResultEntry. - :type: str - """ - - self._state = state - - @property - def type(self): - """ - Gets the type of this PolicyConfigResultEntry. - Indicates if the result is reported during the logical model validation/resource allocation phase or the configuration applying phase. Values -- validation, config - - :return: The type of this PolicyConfigResultEntry. - :rtype: str - """ - return self._type - - @type.setter - def type(self, type): - """ - Sets the type of this PolicyConfigResultEntry. - Indicates if the result is reported during the logical model validation/resource allocation phase or the configuration applying phase. Values -- validation, config - - :param type: The type of this PolicyConfigResultEntry. - :type: str - """ - - self._type = type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PolicyConfigResultEntry): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/policy_hardware_platform.py b/intersight/models/policy_hardware_platform.py deleted file mode 100644 index 5e5da586..00000000 --- a/intersight/models/policy_hardware_platform.py +++ /dev/null @@ -1,181 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PolicyHardwarePlatform(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'display_label': 'str', - 'model_pattern': 'str', - 'name': 'str' - } - - attribute_map = { - 'display_label': 'DisplayLabel', - 'model_pattern': 'ModelPattern', - 'name': 'Name' - } - - def __init__(self, display_label=None, model_pattern=None, name=None): - """ - PolicyHardwarePlatform - a model defined in Swagger - """ - - self._display_label = None - self._model_pattern = None - self._name = None - - if display_label is not None: - self.display_label = display_label - if model_pattern is not None: - self.model_pattern = model_pattern - if name is not None: - self.name = name - - @property - def display_label(self): - """ - Gets the display_label of this PolicyHardwarePlatform. - Display Label for Hardware Platform Constraint - - :return: The display_label of this PolicyHardwarePlatform. - :rtype: str - """ - return self._display_label - - @display_label.setter - def display_label(self, display_label): - """ - Sets the display_label of this PolicyHardwarePlatform. - Display Label for Hardware Platform Constraint - - :param display_label: The display_label of this PolicyHardwarePlatform. - :type: str - """ - - self._display_label = display_label - - @property - def model_pattern(self): - """ - Gets the model_pattern of this PolicyHardwarePlatform. - Regex expression of applicable models - - :return: The model_pattern of this PolicyHardwarePlatform. - :rtype: str - """ - return self._model_pattern - - @model_pattern.setter - def model_pattern(self, model_pattern): - """ - Sets the model_pattern of this PolicyHardwarePlatform. - Regex expression of applicable models - - :param model_pattern: The model_pattern of this PolicyHardwarePlatform. - :type: str - """ - - self._model_pattern = model_pattern - - @property - def name(self): - """ - Gets the name of this PolicyHardwarePlatform. - Name of Hardware Platform Constraint - - :return: The name of this PolicyHardwarePlatform. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this PolicyHardwarePlatform. - Name of Hardware Platform Constraint - - :param name: The name of this PolicyHardwarePlatform. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PolicyHardwarePlatform): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/policy_management_platform.py b/intersight/models/policy_management_platform.py deleted file mode 100644 index 81dda658..00000000 --- a/intersight/models/policy_management_platform.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PolicyManagementPlatform(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'display_label': 'str', - 'name': 'str' - } - - attribute_map = { - 'display_label': 'DisplayLabel', - 'name': 'Name' - } - - def __init__(self, display_label=None, name=None): - """ - PolicyManagementPlatform - a model defined in Swagger - """ - - self._display_label = None - self._name = None - - if display_label is not None: - self.display_label = display_label - if name is not None: - self.name = name - - @property - def display_label(self): - """ - Gets the display_label of this PolicyManagementPlatform. - Display Label for management platform - - :return: The display_label of this PolicyManagementPlatform. - :rtype: str - """ - return self._display_label - - @display_label.setter - def display_label(self, display_label): - """ - Sets the display_label of this PolicyManagementPlatform. - Display Label for management platform - - :param display_label: The display_label of this PolicyManagementPlatform. - :type: str - """ - - self._display_label = display_label - - @property - def name(self): - """ - Gets the name of this PolicyManagementPlatform. - The management platform type this Policy applies to - - :return: The name of this PolicyManagementPlatform. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this PolicyManagementPlatform. - The management platform type this Policy applies to - - :param name: The name of this PolicyManagementPlatform. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PolicyManagementPlatform): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/policy_policy_meta.py b/intersight/models/policy_policy_meta.py deleted file mode 100644 index 99ed2914..00000000 --- a/intersight/models/policy_policy_meta.py +++ /dev/null @@ -1,515 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PolicyPolicyMeta(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'account': 'MoMoRef', - 'attachable_service_objects': 'list[PolicyAttachableServiceObject]', - 'categories': 'list[PolicyCategory]', - 'hardware_platforms': 'list[PolicyHardwarePlatform]', - 'management_platforms': 'list[PolicyManagementPlatform]', - 'name': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'account': 'Account', - 'attachable_service_objects': 'AttachableServiceObjects', - 'categories': 'Categories', - 'hardware_platforms': 'HardwarePlatforms', - 'management_platforms': 'ManagementPlatforms', - 'name': 'Name' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, account=None, attachable_service_objects=None, categories=None, hardware_platforms=None, management_platforms=None, name=None): - """ - PolicyPolicyMeta - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._account = None - self._attachable_service_objects = None - self._categories = None - self._hardware_platforms = None - self._management_platforms = None - self._name = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if account is not None: - self.account = account - if attachable_service_objects is not None: - self.attachable_service_objects = attachable_service_objects - if categories is not None: - self.categories = categories - if hardware_platforms is not None: - self.hardware_platforms = hardware_platforms - if management_platforms is not None: - self.management_platforms = management_platforms - if name is not None: - self.name = name - - @property - def account_moid(self): - """ - Gets the account_moid of this PolicyPolicyMeta. - The Account ID for this managed object. - - :return: The account_moid of this PolicyPolicyMeta. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this PolicyPolicyMeta. - The Account ID for this managed object. - - :param account_moid: The account_moid of this PolicyPolicyMeta. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this PolicyPolicyMeta. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this PolicyPolicyMeta. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this PolicyPolicyMeta. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this PolicyPolicyMeta. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this PolicyPolicyMeta. - The time when this managed object was created. - - :return: The create_time of this PolicyPolicyMeta. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this PolicyPolicyMeta. - The time when this managed object was created. - - :param create_time: The create_time of this PolicyPolicyMeta. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this PolicyPolicyMeta. - The time when this managed object was last modified. - - :return: The mod_time of this PolicyPolicyMeta. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this PolicyPolicyMeta. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this PolicyPolicyMeta. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this PolicyPolicyMeta. - A unique identifier of this Managed Object instance. - - :return: The moid of this PolicyPolicyMeta. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this PolicyPolicyMeta. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this PolicyPolicyMeta. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this PolicyPolicyMeta. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this PolicyPolicyMeta. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this PolicyPolicyMeta. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this PolicyPolicyMeta. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this PolicyPolicyMeta. - An array of owners which represent effective ownership of this object. - - :return: The owners of this PolicyPolicyMeta. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this PolicyPolicyMeta. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this PolicyPolicyMeta. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this PolicyPolicyMeta. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this PolicyPolicyMeta. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this PolicyPolicyMeta. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this PolicyPolicyMeta. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this PolicyPolicyMeta. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this PolicyPolicyMeta. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this PolicyPolicyMeta. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this PolicyPolicyMeta. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def account(self): - """ - Gets the account of this PolicyPolicyMeta. - - :return: The account of this PolicyPolicyMeta. - :rtype: MoMoRef - """ - return self._account - - @account.setter - def account(self, account): - """ - Sets the account of this PolicyPolicyMeta. - - :param account: The account of this PolicyPolicyMeta. - :type: MoMoRef - """ - - self._account = account - - @property - def attachable_service_objects(self): - """ - Gets the attachable_service_objects of this PolicyPolicyMeta. - Name of foreign Mo's that Policy can attach to - - :return: The attachable_service_objects of this PolicyPolicyMeta. - :rtype: list[PolicyAttachableServiceObject] - """ - return self._attachable_service_objects - - @attachable_service_objects.setter - def attachable_service_objects(self, attachable_service_objects): - """ - Sets the attachable_service_objects of this PolicyPolicyMeta. - Name of foreign Mo's that Policy can attach to - - :param attachable_service_objects: The attachable_service_objects of this PolicyPolicyMeta. - :type: list[PolicyAttachableServiceObject] - """ - - self._attachable_service_objects = attachable_service_objects - - @property - def categories(self): - """ - Gets the categories of this PolicyPolicyMeta. - Category of this Policy - - :return: The categories of this PolicyPolicyMeta. - :rtype: list[PolicyCategory] - """ - return self._categories - - @categories.setter - def categories(self, categories): - """ - Sets the categories of this PolicyPolicyMeta. - Category of this Policy - - :param categories: The categories of this PolicyPolicyMeta. - :type: list[PolicyCategory] - """ - - self._categories = categories - - @property - def hardware_platforms(self): - """ - Gets the hardware_platforms of this PolicyPolicyMeta. - Hardware Platform Constraints - - :return: The hardware_platforms of this PolicyPolicyMeta. - :rtype: list[PolicyHardwarePlatform] - """ - return self._hardware_platforms - - @hardware_platforms.setter - def hardware_platforms(self, hardware_platforms): - """ - Sets the hardware_platforms of this PolicyPolicyMeta. - Hardware Platform Constraints - - :param hardware_platforms: The hardware_platforms of this PolicyPolicyMeta. - :type: list[PolicyHardwarePlatform] - """ - - self._hardware_platforms = hardware_platforms - - @property - def management_platforms(self): - """ - Gets the management_platforms of this PolicyPolicyMeta. - The Management Platform Type this Policy applies to - - :return: The management_platforms of this PolicyPolicyMeta. - :rtype: list[PolicyManagementPlatform] - """ - return self._management_platforms - - @management_platforms.setter - def management_platforms(self, management_platforms): - """ - Sets the management_platforms of this PolicyPolicyMeta. - The Management Platform Type this Policy applies to - - :param management_platforms: The management_platforms of this PolicyPolicyMeta. - :type: list[PolicyManagementPlatform] - """ - - self._management_platforms = management_platforms - - @property - def name(self): - """ - Gets the name of this PolicyPolicyMeta. - Qualified Name of the Policy - - :return: The name of this PolicyPolicyMeta. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this PolicyPolicyMeta. - Qualified Name of the Policy - - :param name: The name of this PolicyPolicyMeta. - :type: str - """ - - self._name = name - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PolicyPolicyMeta): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/policy_policy_meta_list.py b/intersight/models/policy_policy_meta_list.py deleted file mode 100644 index b769716c..00000000 --- a/intersight/models/policy_policy_meta_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class PolicyPolicyMetaList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[PolicyPolicyMeta]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - PolicyPolicyMetaList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this PolicyPolicyMetaList. - The number of policyPolicyMeta matching your request in total for all pages. - - :return: The count of this PolicyPolicyMetaList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this PolicyPolicyMetaList. - The number of policyPolicyMeta matching your request in total for all pages. - - :param count: The count of this PolicyPolicyMetaList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this PolicyPolicyMetaList. - The array of policyPolicyMeta matching your request. - - :return: The results of this PolicyPolicyMetaList. - :rtype: list[PolicyPolicyMeta] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this PolicyPolicyMetaList. - The array of policyPolicyMeta matching your request. - - :param results: The results of this PolicyPolicyMetaList. - :type: list[PolicyPolicyMeta] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, PolicyPolicyMetaList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/policy_take_snapshot_task_ref.py b/intersight/models/policy_take_snapshot_task_ref.py index a1a89f65..a9357f54 100644 --- a/intersight/models/policy_take_snapshot_task_ref.py +++ b/intersight/models/policy_take_snapshot_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_group.py b/intersight/models/port_group.py index b8cc2587..4ab22c8d 100644 --- a/intersight/models/port_group.py +++ b/intersight/models/port_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_group_list.py b/intersight/models/port_group_list.py index 675a1186..01fe35b5 100644 --- a/intersight/models/port_group_list.py +++ b/intersight/models/port_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_group_ref.py b/intersight/models/port_group_ref.py index b659b02f..3cb53e45 100644 --- a/intersight/models/port_group_ref.py +++ b/intersight/models/port_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_physical.py b/intersight/models/port_physical.py index f1c23090..5ab66b84 100644 --- a/intersight/models/port_physical.py +++ b/intersight/models/port_physical.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_physical_ref.py b/intersight/models/port_physical_ref.py index 3bf603e2..37e035c3 100644 --- a/intersight/models/port_physical_ref.py +++ b/intersight/models/port_physical_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_sub_group.py b/intersight/models/port_sub_group.py index 8dafc517..be072abb 100644 --- a/intersight/models/port_sub_group.py +++ b/intersight/models/port_sub_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_sub_group_list.py b/intersight/models/port_sub_group_list.py index 57eab3c4..4067ebf2 100644 --- a/intersight/models/port_sub_group_list.py +++ b/intersight/models/port_sub_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_sub_group_ref.py b/intersight/models/port_sub_group_ref.py index f5c1061a..5a882545 100644 --- a/intersight/models/port_sub_group_ref.py +++ b/intersight/models/port_sub_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/processor_unit.py b/intersight/models/processor_unit.py index 494cffba..16170386 100644 --- a/intersight/models/processor_unit.py +++ b/intersight/models/processor_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/processor_unit_list.py b/intersight/models/processor_unit_list.py index 5ea4ef4b..dab4762b 100644 --- a/intersight/models/processor_unit_list.py +++ b/intersight/models/processor_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/processor_unit_ref.py b/intersight/models/processor_unit_ref.py index 0c4440ec..04a27408 100644 --- a/intersight/models/processor_unit_ref.py +++ b/intersight/models/processor_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_execution_status_task_ref.py b/intersight/models/qatask_execution_status_task_ref.py index f403c91b..93cb371e 100644 --- a/intersight/models/qatask_execution_status_task_ref.py +++ b/intersight/models/qatask_execution_status_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_expobackoff_retry_ref.py b/intersight/models/qatask_expobackoff_retry_ref.py index 7c1ecceb..6ca82764 100644 --- a/intersight/models/qatask_expobackoff_retry_ref.py +++ b/intersight/models/qatask_expobackoff_retry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_fail_async_task_ref.py b/intersight/models/qatask_fail_async_task_ref.py index f2dacaec..be33c9d0 100644 --- a/intersight/models/qatask_fail_async_task_ref.py +++ b/intersight/models/qatask_fail_async_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_failed_no_retry_ref.py b/intersight/models/qatask_failed_no_retry_ref.py index 6f948cac..a3a387ca 100644 --- a/intersight/models/qatask_failed_no_retry_ref.py +++ b/intersight/models/qatask_failed_no_retry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_huu_firmware_upgrade_ref.py b/intersight/models/qatask_huu_firmware_upgrade_ref.py index 58cca26a..f00177be 100644 --- a/intersight/models/qatask_huu_firmware_upgrade_ref.py +++ b/intersight/models/qatask_huu_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_initiate_download_ref.py b/intersight/models/qatask_initiate_download_ref.py index 60457b02..057c062b 100644 --- a/intersight/models/qatask_initiate_download_ref.py +++ b/intersight/models/qatask_initiate_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_retry30timeout60task_ref.py b/intersight/models/qatask_retry30timeout60task_ref.py index 5a275f7a..deab6c2b 100644 --- a/intersight/models/qatask_retry30timeout60task_ref.py +++ b/intersight/models/qatask_retry30timeout60task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_retry_fixed_ref.py b/intersight/models/qatask_retry_fixed_ref.py index 7bc62da4..98abe6be 100644 --- a/intersight/models/qatask_retry_fixed_ref.py +++ b/intersight/models/qatask_retry_fixed_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_success_async_task_ref.py b/intersight/models/qatask_success_async_task_ref.py index de1f355c..35fe3b99 100644 --- a/intersight/models/qatask_success_async_task_ref.py +++ b/intersight/models/qatask_success_async_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_taskin_scheuled_ref.py b/intersight/models/qatask_taskin_scheuled_ref.py index 55b0c546..641afc01 100644 --- a/intersight/models/qatask_taskin_scheuled_ref.py +++ b/intersight/models/qatask_taskin_scheuled_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_timeoutwf_exponential_ref.py b/intersight/models/qatask_timeoutwf_exponential_ref.py index aa2a1548..f3e73896 100644 --- a/intersight/models/qatask_timeoutwf_exponential_ref.py +++ b/intersight/models/qatask_timeoutwf_exponential_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_timeoutwf_fixed_ref.py b/intersight/models/qatask_timeoutwf_fixed_ref.py index 67601718..b2619e4b 100644 --- a/intersight/models/qatask_timeoutwf_fixed_ref.py +++ b/intersight/models/qatask_timeoutwf_fixed_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task1_ref.py b/intersight/models/qatask_ucs_task1_ref.py index 509c307c..7df89635 100644 --- a/intersight/models/qatask_ucs_task1_ref.py +++ b/intersight/models/qatask_ucs_task1_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task2_ref.py b/intersight/models/qatask_ucs_task2_ref.py index 592970b6..fcce019f 100644 --- a/intersight/models/qatask_ucs_task2_ref.py +++ b/intersight/models/qatask_ucs_task2_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task3_ref.py b/intersight/models/qatask_ucs_task3_ref.py index c7bc67ff..ad494627 100644 --- a/intersight/models/qatask_ucs_task3_ref.py +++ b/intersight/models/qatask_ucs_task3_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task4_ref.py b/intersight/models/qatask_ucs_task4_ref.py index 9b781628..51c60bfa 100644 --- a/intersight/models/qatask_ucs_task4_ref.py +++ b/intersight/models/qatask_ucs_task4_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task5_ref.py b/intersight/models/qatask_ucs_task5_ref.py index b58e3301..e6c5b3fe 100644 --- a/intersight/models/qatask_ucs_task5_ref.py +++ b/intersight/models/qatask_ucs_task5_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task6_ref.py b/intersight/models/qatask_ucs_task6_ref.py index e5ed1893..d6a8e598 100644 --- a/intersight/models/qatask_ucs_task6_ref.py +++ b/intersight/models/qatask_ucs_task6_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task7_ref.py b/intersight/models/qatask_ucs_task7_ref.py index 8d5e3b05..ad883369 100644 --- a/intersight/models/qatask_ucs_task7_ref.py +++ b/intersight/models/qatask_ucs_task7_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task8_ref.py b/intersight/models/qatask_ucs_task8_ref.py index 28b2b50a..00736b74 100644 --- a/intersight/models/qatask_ucs_task8_ref.py +++ b/intersight/models/qatask_ucs_task8_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task9_ref.py b/intersight/models/qatask_ucs_task9_ref.py index 1dfc74c6..2edf5654 100644 --- a/intersight/models/qatask_ucs_task9_ref.py +++ b/intersight/models/qatask_ucs_task9_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_wait_for_download_ref.py b/intersight/models/qatask_wait_for_download_ref.py index 81a32b59..ce722687 100644 --- a/intersight/models/qatask_wait_for_download_ref.py +++ b/intersight/models/qatask_wait_for_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_wait_for_firmware_upgrade_ref.py b/intersight/models/qatask_wait_for_firmware_upgrade_ref.py index 4255dd6d..01d6111b 100644 --- a/intersight/models/qatask_wait_for_firmware_upgrade_ref.py +++ b/intersight/models/qatask_wait_for_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/resource_group.py b/intersight/models/resource_group.py index 23d0f2ec..457be0ea 100644 --- a/intersight/models/resource_group.py +++ b/intersight/models/resource_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/resource_group_list.py b/intersight/models/resource_group_list.py index e60c134d..89a77e7f 100644 --- a/intersight/models/resource_group_list.py +++ b/intersight/models/resource_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/resource_group_ref.py b/intersight/models/resource_group_ref.py index 2c006425..5cd50b5b 100644 --- a/intersight/models/resource_group_ref.py +++ b/intersight/models/resource_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/rest_api_ref.py b/intersight/models/rest_api_ref.py deleted file mode 100644 index fd138b3d..00000000 --- a/intersight/models/rest_api_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class RestApiRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - RestApiRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this RestApiRef. - - :return: The moid of this RestApiRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this RestApiRef. - - :param moid: The moid of this RestApiRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this RestApiRef. - - :return: The object_type of this RestApiRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this RestApiRef. - - :param object_type: The object_type of this RestApiRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, RestApiRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/sdcard_deploy_task_ref.py b/intersight/models/sdcard_deploy_task_ref.py index 44a20946..47594bdd 100644 --- a/intersight/models/sdcard_deploy_task_ref.py +++ b/intersight/models/sdcard_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_diagnostics_ref.py b/intersight/models/sdcard_diagnostics_ref.py index b60fa6e1..70d79ab7 100644 --- a/intersight/models/sdcard_diagnostics_ref.py +++ b/intersight/models/sdcard_diagnostics_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_drivers_ref.py b/intersight/models/sdcard_drivers_ref.py index a54c6f61..8f844ec0 100644 --- a/intersight/models/sdcard_drivers_ref.py +++ b/intersight/models/sdcard_drivers_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_host_upgrade_utility_ref.py b/intersight/models/sdcard_host_upgrade_utility_ref.py index 2db654be..c11c6c14 100644 --- a/intersight/models/sdcard_host_upgrade_utility_ref.py +++ b/intersight/models/sdcard_host_upgrade_utility_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_operating_system_ref.py b/intersight/models/sdcard_operating_system_ref.py index b88dab82..8f9a5e0e 100644 --- a/intersight/models/sdcard_operating_system_ref.py +++ b/intersight/models/sdcard_operating_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_partition.py b/intersight/models/sdcard_partition.py index 11f4d1cc..44433976 100644 --- a/intersight/models/sdcard_partition.py +++ b/intersight/models/sdcard_partition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_partition_ref.py b/intersight/models/sdcard_partition_ref.py index 95d1a0b1..c4117859 100644 --- a/intersight/models/sdcard_partition_ref.py +++ b/intersight/models/sdcard_partition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_policy.py b/intersight/models/sdcard_policy.py index f83b8414..e8c4ee76 100644 --- a/intersight/models/sdcard_policy.py +++ b/intersight/models/sdcard_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_policy_list.py b/intersight/models/sdcard_policy_list.py index b17ed262..d11d357d 100644 --- a/intersight/models/sdcard_policy_list.py +++ b/intersight/models/sdcard_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_policy_ref.py b/intersight/models/sdcard_policy_ref.py index 8e3d4125..4fdda674 100644 --- a/intersight/models/sdcard_policy_ref.py +++ b/intersight/models/sdcard_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_server_configuration_utility_ref.py b/intersight/models/sdcard_server_configuration_utility_ref.py index e6f8ca2a..9ffd3f0a 100644 --- a/intersight/models/sdcard_server_configuration_utility_ref.py +++ b/intersight/models/sdcard_server_configuration_utility_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_user_partition_ref.py b/intersight/models/sdcard_user_partition_ref.py index 6d803af3..735777cb 100644 --- a/intersight/models/sdcard_user_partition_ref.py +++ b/intersight/models/sdcard_user_partition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_validation_task_ref.py b/intersight/models/sdcard_validation_task_ref.py index 1e43f55e..9b1c143d 100644 --- a/intersight/models/sdcard_validation_task_ref.py +++ b/intersight/models/sdcard_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_virtual_drive.py b/intersight/models/sdcard_virtual_drive.py index 8ce16af4..34e507bb 100644 --- a/intersight/models/sdcard_virtual_drive.py +++ b/intersight/models/sdcard_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_virtual_drive_ref.py b/intersight/models/sdcard_virtual_drive_ref.py index 113f18be..1a840a25 100644 --- a/intersight/models/sdcard_virtual_drive_ref.py +++ b/intersight/models/sdcard_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_search_item.py b/intersight/models/search_search_item.py index 996c2541..0d575d60 100644 --- a/intersight/models/search_search_item.py +++ b/intersight/models/search_search_item.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_search_item_list.py b/intersight/models/search_search_item_list.py index 5ed7017c..52b53e96 100644 --- a/intersight/models/search_search_item_list.py +++ b/intersight/models/search_search_item_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_search_item_ref.py b/intersight/models/search_search_item_ref.py index ca292212..5e34a05b 100644 --- a/intersight/models/search_search_item_ref.py +++ b/intersight/models/search_search_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_suggest_item.py b/intersight/models/search_suggest_item.py index 6c121d4a..d9a709bd 100644 --- a/intersight/models/search_suggest_item.py +++ b/intersight/models/search_suggest_item.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_suggest_item_ref.py b/intersight/models/search_suggest_item_ref.py index 9405df4b..55ebb98a 100644 --- a/intersight/models/search_suggest_item_ref.py +++ b/intersight/models/search_suggest_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_tag_item.py b/intersight/models/search_tag_item.py index ff81ae51..ea2a55c5 100644 --- a/intersight/models/search_tag_item.py +++ b/intersight/models/search_tag_item.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_tag_item_list.py b/intersight/models/search_tag_item_list.py index 19bc86fe..053b38be 100644 --- a/intersight/models/search_tag_item_list.py +++ b/intersight/models/search_tag_item_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_tag_item_ref.py b/intersight/models/search_tag_item_ref.py index 2f858edd..8156d922 100644 --- a/intersight/models/search_tag_item_ref.py +++ b/intersight/models/search_tag_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/security_unit.py b/intersight/models/security_unit.py index de98e931..7038a68a 100644 --- a/intersight/models/security_unit.py +++ b/intersight/models/security_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/security_unit_list.py b/intersight/models/security_unit_list.py index 82d82cec..fe7c6657 100644 --- a/intersight/models/security_unit_list.py +++ b/intersight/models/security_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/security_unit_ref.py b/intersight/models/security_unit_ref.py index 0557eff7..f052f392 100644 --- a/intersight/models/security_unit_ref.py +++ b/intersight/models/security_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_change.py b/intersight/models/server_config_change.py deleted file mode 100644 index e412009a..00000000 --- a/intersight/models/server_config_change.py +++ /dev/null @@ -1,151 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ServerConfigChange(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'config_change_types': 'list[str]', - 'discruption_types': 'list[str]' - } - - attribute_map = { - 'config_change_types': 'ConfigChangeTypes', - 'discruption_types': 'DiscruptionTypes' - } - - def __init__(self, config_change_types=None, discruption_types=None): - """ - ServerConfigChange - a model defined in Swagger - """ - - self._config_change_types = None - self._discruption_types = None - - if config_change_types is not None: - self.config_change_types = config_change_types - if discruption_types is not None: - self.discruption_types = discruption_types - - @property - def config_change_types(self): - """ - Gets the config_change_types of this ServerConfigChange. - High level configuration change types. UCSM side's changes include -- - - :return: The config_change_types of this ServerConfigChange. - :rtype: list[str] - """ - return self._config_change_types - - @config_change_types.setter - def config_change_types(self, config_change_types): - """ - Sets the config_change_types of this ServerConfigChange. - High level configuration change types. UCSM side's changes include -- - - :param config_change_types: The config_change_types of this ServerConfigChange. - :type: list[str] - """ - - self._config_change_types = config_change_types - - @property - def discruption_types(self): - """ - Gets the discruption_types of this ServerConfigChange. - - :return: The discruption_types of this ServerConfigChange. - :rtype: list[str] - """ - return self._discruption_types - - @discruption_types.setter - def discruption_types(self, discruption_types): - """ - Sets the discruption_types of this ServerConfigChange. - - :param discruption_types: The discruption_types of this ServerConfigChange. - :type: list[str] - """ - - self._discruption_types = discruption_types - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ServerConfigChange): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/server_config_change_detail.py b/intersight/models/server_config_change_detail.py index 8d2049fa..dc73cf8d 100644 --- a/intersight/models/server_config_change_detail.py +++ b/intersight/models/server_config_change_detail.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_change_detail_list.py b/intersight/models/server_config_change_detail_list.py index faf6322f..b3f20ec2 100644 --- a/intersight/models/server_config_change_detail_list.py +++ b/intersight/models/server_config_change_detail_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_change_detail_ref.py b/intersight/models/server_config_change_detail_ref.py index 070ab13f..3c6f337c 100644 --- a/intersight/models/server_config_change_detail_ref.py +++ b/intersight/models/server_config_change_detail_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_change_details_ref.py b/intersight/models/server_config_change_details_ref.py deleted file mode 100644 index 1804fbad..00000000 --- a/intersight/models/server_config_change_details_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ServerConfigChangeDetailsRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - ServerConfigChangeDetailsRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this ServerConfigChangeDetailsRef. - - :return: The moid of this ServerConfigChangeDetailsRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this ServerConfigChangeDetailsRef. - - :param moid: The moid of this ServerConfigChangeDetailsRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this ServerConfigChangeDetailsRef. - - :return: The object_type of this ServerConfigChangeDetailsRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this ServerConfigChangeDetailsRef. - - :param object_type: The object_type of this ServerConfigChangeDetailsRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ServerConfigChangeDetailsRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/server_config_change_ref.py b/intersight/models/server_config_change_ref.py deleted file mode 100644 index 4c40886f..00000000 --- a/intersight/models/server_config_change_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class ServerConfigChangeRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - ServerConfigChangeRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this ServerConfigChangeRef. - - :return: The moid of this ServerConfigChangeRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this ServerConfigChangeRef. - - :param moid: The moid of this ServerConfigChangeRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this ServerConfigChangeRef. - - :return: The object_type of this ServerConfigChangeRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this ServerConfigChangeRef. - - :param object_type: The object_type of this ServerConfigChangeRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, ServerConfigChangeRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/server_config_result.py b/intersight/models/server_config_result.py index c28d7ab4..2fc60e8c 100644 --- a/intersight/models/server_config_result.py +++ b/intersight/models/server_config_result.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_entry.py b/intersight/models/server_config_result_entry.py index 0381ce16..99c95fa4 100644 --- a/intersight/models/server_config_result_entry.py +++ b/intersight/models/server_config_result_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_entry_list.py b/intersight/models/server_config_result_entry_list.py index 6df6b6a1..b25c724e 100644 --- a/intersight/models/server_config_result_entry_list.py +++ b/intersight/models/server_config_result_entry_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_entry_ref.py b/intersight/models/server_config_result_entry_ref.py index 9cc83ede..19d19b65 100644 --- a/intersight/models/server_config_result_entry_ref.py +++ b/intersight/models/server_config_result_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_list.py b/intersight/models/server_config_result_list.py index 51c79169..a18df739 100644 --- a/intersight/models/server_config_result_list.py +++ b/intersight/models/server_config_result_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_ref.py b/intersight/models/server_config_result_ref.py index f0384940..eb991436 100644 --- a/intersight/models/server_config_result_ref.py +++ b/intersight/models/server_config_result_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile.py b/intersight/models/server_profile.py index df075e69..7e54d964 100644 --- a/intersight/models/server_profile.py +++ b/intersight/models/server_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile_apply_task_ref.py b/intersight/models/server_profile_apply_task_ref.py index 68702944..0046501a 100644 --- a/intersight/models/server_profile_apply_task_ref.py +++ b/intersight/models/server_profile_apply_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile_list.py b/intersight/models/server_profile_list.py index 38ca414b..3ccb8b3e 100644 --- a/intersight/models/server_profile_list.py +++ b/intersight/models/server_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile_ref.py b/intersight/models/server_profile_ref.py index 2dc4f003..a391a6e3 100644 --- a/intersight/models/server_profile_ref.py +++ b/intersight/models/server_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_result_handler_task_ref.py b/intersight/models/server_result_handler_task_ref.py index b5fedc58..73bfa977 100644 --- a/intersight/models/server_result_handler_task_ref.py +++ b/intersight/models/server_result_handler_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_deploy_task_ref.py b/intersight/models/smtp_deploy_task_ref.py index f4a9a400..8d17abfe 100644 --- a/intersight/models/smtp_deploy_task_ref.py +++ b/intersight/models/smtp_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_policy.py b/intersight/models/smtp_policy.py index 32a92a04..4da5c9f8 100644 --- a/intersight/models/smtp_policy.py +++ b/intersight/models/smtp_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_policy_list.py b/intersight/models/smtp_policy_list.py index 48c819b1..000a9027 100644 --- a/intersight/models/smtp_policy_list.py +++ b/intersight/models/smtp_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_policy_ref.py b/intersight/models/smtp_policy_ref.py index 4f7f413a..8d52bcc3 100644 --- a/intersight/models/smtp_policy_ref.py +++ b/intersight/models/smtp_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_validation_task_ref.py b/intersight/models/smtp_validation_task_ref.py index b4284550..1d897e0a 100644 --- a/intersight/models/smtp_validation_task_ref.py +++ b/intersight/models/smtp_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_deploy_task_ref.py b/intersight/models/snmp_deploy_task_ref.py index a0057c8b..e880fc61 100644 --- a/intersight/models/snmp_deploy_task_ref.py +++ b/intersight/models/snmp_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_policy.py b/intersight/models/snmp_policy.py index 88f49001..7834cf64 100644 --- a/intersight/models/snmp_policy.py +++ b/intersight/models/snmp_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_policy_list.py b/intersight/models/snmp_policy_list.py index ed47c4a7..cc739468 100644 --- a/intersight/models/snmp_policy_list.py +++ b/intersight/models/snmp_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_policy_ref.py b/intersight/models/snmp_policy_ref.py index 81dc0c31..112938c0 100644 --- a/intersight/models/snmp_policy_ref.py +++ b/intersight/models/snmp_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_trap.py b/intersight/models/snmp_trap.py index 69895558..6641558b 100644 --- a/intersight/models/snmp_trap.py +++ b/intersight/models/snmp_trap.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_trap_ref.py b/intersight/models/snmp_trap_ref.py index 85b8f295..b04572c4 100644 --- a/intersight/models/snmp_trap_ref.py +++ b/intersight/models/snmp_trap_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_user.py b/intersight/models/snmp_user.py index 831fd0a6..3ee36b92 100644 --- a/intersight/models/snmp_user.py +++ b/intersight/models/snmp_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_user_ref.py b/intersight/models/snmp_user_ref.py index 82611f72..1c7be540 100644 --- a/intersight/models/snmp_user_ref.py +++ b/intersight/models/snmp_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_validation_task_ref.py b/intersight/models/snmp_validation_task_ref.py index a774b8a9..8a3296a2 100644 --- a/intersight/models/snmp_validation_task_ref.py +++ b/intersight/models/snmp_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/softwarerepository_authorization.py b/intersight/models/softwarerepository_authorization.py index 2f74b3a2..b4dc1b86 100644 --- a/intersight/models/softwarerepository_authorization.py +++ b/intersight/models/softwarerepository_authorization.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/softwarerepository_authorization_list.py b/intersight/models/softwarerepository_authorization_list.py index 1dab593b..59b767a4 100644 --- a/intersight/models/softwarerepository_authorization_list.py +++ b/intersight/models/softwarerepository_authorization_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/softwarerepository_authorization_ref.py b/intersight/models/softwarerepository_authorization_ref.py index 68725e32..867febbf 100644 --- a/intersight/models/softwarerepository_authorization_ref.py +++ b/intersight/models/softwarerepository_authorization_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_deploy_task_ref.py b/intersight/models/sol_deploy_task_ref.py index 6fba0810..e25241c6 100644 --- a/intersight/models/sol_deploy_task_ref.py +++ b/intersight/models/sol_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_policy.py b/intersight/models/sol_policy.py index 2d38ba71..1b11e9a9 100644 --- a/intersight/models/sol_policy.py +++ b/intersight/models/sol_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_policy_list.py b/intersight/models/sol_policy_list.py index 0d1744ac..3dd30fd4 100644 --- a/intersight/models/sol_policy_list.py +++ b/intersight/models/sol_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_policy_ref.py b/intersight/models/sol_policy_ref.py index 2a4d93cb..ee099fa5 100644 --- a/intersight/models/sol_policy_ref.py +++ b/intersight/models/sol_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_validation_task_ref.py b/intersight/models/sol_validation_task_ref.py index e4a89f35..1022ea9e 100644 --- a/intersight/models/sol_validation_task_ref.py +++ b/intersight/models/sol_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_deploy_task_ref.py b/intersight/models/ssh_deploy_task_ref.py index f71a15d9..2a29a0d6 100644 --- a/intersight/models/ssh_deploy_task_ref.py +++ b/intersight/models/ssh_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_policy.py b/intersight/models/ssh_policy.py index 35b59541..6d2ac6a7 100644 --- a/intersight/models/ssh_policy.py +++ b/intersight/models/ssh_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_policy_list.py b/intersight/models/ssh_policy_list.py index 3f9fab4a..322ca5db 100644 --- a/intersight/models/ssh_policy_list.py +++ b/intersight/models/ssh_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_policy_ref.py b/intersight/models/ssh_policy_ref.py index 5376db99..1172e22e 100644 --- a/intersight/models/ssh_policy_ref.py +++ b/intersight/models/ssh_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_validation_task_ref.py b/intersight/models/ssh_validation_task_ref.py index 0f647cbb..4b3ccf0c 100644 --- a/intersight/models/ssh_validation_task_ref.py +++ b/intersight/models/ssh_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_analyze_impact_task_ref.py b/intersight/models/storage_analyze_impact_task_ref.py index 99892121..8744d6cd 100644 --- a/intersight/models/storage_analyze_impact_task_ref.py +++ b/intersight/models/storage_analyze_impact_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_controller.py b/intersight/models/storage_controller.py index 78cd780d..8d1d3215 100644 --- a/intersight/models/storage_controller.py +++ b/intersight/models/storage_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_controller_list.py b/intersight/models/storage_controller_list.py index e1066531..db42657b 100644 --- a/intersight/models/storage_controller_list.py +++ b/intersight/models/storage_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_controller_ref.py b/intersight/models/storage_controller_ref.py index e491b978..19370d56 100644 --- a/intersight/models/storage_controller_ref.py +++ b/intersight/models/storage_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_deploy_task_ref.py b/intersight/models/storage_deploy_task_ref.py index f312fddf..626aa559 100644 --- a/intersight/models/storage_deploy_task_ref.py +++ b/intersight/models/storage_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_disk_group_policy.py b/intersight/models/storage_disk_group_policy.py index 164ab4ec..1efb2824 100644 --- a/intersight/models/storage_disk_group_policy.py +++ b/intersight/models/storage_disk_group_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_disk_group_policy_list.py b/intersight/models/storage_disk_group_policy_list.py index 5b6d5f10..8f9b1794 100644 --- a/intersight/models/storage_disk_group_policy_list.py +++ b/intersight/models/storage_disk_group_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_disk_group_policy_ref.py b/intersight/models/storage_disk_group_policy_ref.py index e4df6bce..8b1dba5b 100644 --- a/intersight/models/storage_disk_group_policy_ref.py +++ b/intersight/models/storage_disk_group_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_enclosure.py b/intersight/models/storage_enclosure.py index 31a0aaf3..48a59e34 100644 --- a/intersight/models/storage_enclosure.py +++ b/intersight/models/storage_enclosure.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_enclosure_list.py b/intersight/models/storage_enclosure_list.py index eb93eaee..50b13415 100644 --- a/intersight/models/storage_enclosure_list.py +++ b/intersight/models/storage_enclosure_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_enclosure_ref.py b/intersight/models/storage_enclosure_ref.py index 7a71595e..1bac4b32 100644 --- a/intersight/models/storage_enclosure_ref.py +++ b/intersight/models/storage_enclosure_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller.py b/intersight/models/storage_flex_flash_controller.py index a13a8fb7..7015e459 100644 --- a/intersight/models/storage_flex_flash_controller.py +++ b/intersight/models/storage_flex_flash_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_list.py b/intersight/models/storage_flex_flash_controller_list.py index 424a8131..a8699fd9 100644 --- a/intersight/models/storage_flex_flash_controller_list.py +++ b/intersight/models/storage_flex_flash_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_props.py b/intersight/models/storage_flex_flash_controller_props.py index 15eb1a4f..aab417a6 100644 --- a/intersight/models/storage_flex_flash_controller_props.py +++ b/intersight/models/storage_flex_flash_controller_props.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_props_list.py b/intersight/models/storage_flex_flash_controller_props_list.py index ca844e88..93d6ce78 100644 --- a/intersight/models/storage_flex_flash_controller_props_list.py +++ b/intersight/models/storage_flex_flash_controller_props_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_props_ref.py b/intersight/models/storage_flex_flash_controller_props_ref.py index 9b34a391..b3e3f5a4 100644 --- a/intersight/models/storage_flex_flash_controller_props_ref.py +++ b/intersight/models/storage_flex_flash_controller_props_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_ref.py b/intersight/models/storage_flex_flash_controller_ref.py index 5dc82852..d5643fb9 100644 --- a/intersight/models/storage_flex_flash_controller_ref.py +++ b/intersight/models/storage_flex_flash_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_physical_drive.py b/intersight/models/storage_flex_flash_physical_drive.py index 37a26fee..0546c591 100644 --- a/intersight/models/storage_flex_flash_physical_drive.py +++ b/intersight/models/storage_flex_flash_physical_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_physical_drive_list.py b/intersight/models/storage_flex_flash_physical_drive_list.py index ee7a48cc..82158ecf 100644 --- a/intersight/models/storage_flex_flash_physical_drive_list.py +++ b/intersight/models/storage_flex_flash_physical_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_physical_drive_ref.py b/intersight/models/storage_flex_flash_physical_drive_ref.py index c5b10e58..dc92f7ba 100644 --- a/intersight/models/storage_flex_flash_physical_drive_ref.py +++ b/intersight/models/storage_flex_flash_physical_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_virtual_drive.py b/intersight/models/storage_flex_flash_virtual_drive.py index 10af9aeb..aaba0468 100644 --- a/intersight/models/storage_flex_flash_virtual_drive.py +++ b/intersight/models/storage_flex_flash_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_virtual_drive_list.py b/intersight/models/storage_flex_flash_virtual_drive_list.py index 3448719d..2c0c5648 100644 --- a/intersight/models/storage_flex_flash_virtual_drive_list.py +++ b/intersight/models/storage_flex_flash_virtual_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_virtual_drive_ref.py b/intersight/models/storage_flex_flash_virtual_drive_ref.py index c65fadd9..687ce6d7 100644 --- a/intersight/models/storage_flex_flash_virtual_drive_ref.py +++ b/intersight/models/storage_flex_flash_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_controller.py b/intersight/models/storage_flex_util_controller.py index 5998d46d..8e51a991 100644 --- a/intersight/models/storage_flex_util_controller.py +++ b/intersight/models/storage_flex_util_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_controller_list.py b/intersight/models/storage_flex_util_controller_list.py index 925438f4..433ec066 100644 --- a/intersight/models/storage_flex_util_controller_list.py +++ b/intersight/models/storage_flex_util_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_controller_ref.py b/intersight/models/storage_flex_util_controller_ref.py index a4d959e5..1bb51b52 100644 --- a/intersight/models/storage_flex_util_controller_ref.py +++ b/intersight/models/storage_flex_util_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_physical_drive.py b/intersight/models/storage_flex_util_physical_drive.py index 4e47f6c1..eaba0047 100644 --- a/intersight/models/storage_flex_util_physical_drive.py +++ b/intersight/models/storage_flex_util_physical_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_physical_drive_list.py b/intersight/models/storage_flex_util_physical_drive_list.py index 4d8b36e6..afd4b469 100644 --- a/intersight/models/storage_flex_util_physical_drive_list.py +++ b/intersight/models/storage_flex_util_physical_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_physical_drive_ref.py b/intersight/models/storage_flex_util_physical_drive_ref.py index 644206f7..136ca05a 100644 --- a/intersight/models/storage_flex_util_physical_drive_ref.py +++ b/intersight/models/storage_flex_util_physical_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_virtual_drive.py b/intersight/models/storage_flex_util_virtual_drive.py index 17762665..3ce56e60 100644 --- a/intersight/models/storage_flex_util_virtual_drive.py +++ b/intersight/models/storage_flex_util_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_virtual_drive_list.py b/intersight/models/storage_flex_util_virtual_drive_list.py index d7f5fea3..7133e614 100644 --- a/intersight/models/storage_flex_util_virtual_drive_list.py +++ b/intersight/models/storage_flex_util_virtual_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_virtual_drive_ref.py b/intersight/models/storage_flex_util_virtual_drive_ref.py index 4910bf25..1dcee1db 100644 --- a/intersight/models/storage_flex_util_virtual_drive_ref.py +++ b/intersight/models/storage_flex_util_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_local_disk.py b/intersight/models/storage_local_disk.py index 01b9726c..0abdcdfd 100644 --- a/intersight/models/storage_local_disk.py +++ b/intersight/models/storage_local_disk.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_local_disk_ref.py b/intersight/models/storage_local_disk_ref.py index 9409c7c6..11d8628b 100644 --- a/intersight/models/storage_local_disk_ref.py +++ b/intersight/models/storage_local_disk_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk.py b/intersight/models/storage_physical_disk.py index e9956ffc..e636073a 100644 --- a/intersight/models/storage_physical_disk.py +++ b/intersight/models/storage_physical_disk.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_extension.py b/intersight/models/storage_physical_disk_extension.py index 927429ab..f9ed08ab 100644 --- a/intersight/models/storage_physical_disk_extension.py +++ b/intersight/models/storage_physical_disk_extension.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_extension_list.py b/intersight/models/storage_physical_disk_extension_list.py index 3cef67d5..3568747e 100644 --- a/intersight/models/storage_physical_disk_extension_list.py +++ b/intersight/models/storage_physical_disk_extension_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_extension_ref.py b/intersight/models/storage_physical_disk_extension_ref.py index 2146e9c4..6cd94e7b 100644 --- a/intersight/models/storage_physical_disk_extension_ref.py +++ b/intersight/models/storage_physical_disk_extension_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_list.py b/intersight/models/storage_physical_disk_list.py index 0bd7d279..7efe81d2 100644 --- a/intersight/models/storage_physical_disk_list.py +++ b/intersight/models/storage_physical_disk_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_ref.py b/intersight/models/storage_physical_disk_ref.py index 5a1bac02..98e4b304 100644 --- a/intersight/models/storage_physical_disk_ref.py +++ b/intersight/models/storage_physical_disk_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_usage.py b/intersight/models/storage_physical_disk_usage.py index b0f6b37f..7284659c 100644 --- a/intersight/models/storage_physical_disk_usage.py +++ b/intersight/models/storage_physical_disk_usage.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_usage_list.py b/intersight/models/storage_physical_disk_usage_list.py index 182832c7..f50ef1ee 100644 --- a/intersight/models/storage_physical_disk_usage_list.py +++ b/intersight/models/storage_physical_disk_usage_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_usage_ref.py b/intersight/models/storage_physical_disk_usage_ref.py index a18175ee..b6d55f8a 100644 --- a/intersight/models/storage_physical_disk_usage_ref.py +++ b/intersight/models/storage_physical_disk_usage_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_remote_key_setting.py b/intersight/models/storage_remote_key_setting.py index d9d7b6d8..fc6d82b4 100644 --- a/intersight/models/storage_remote_key_setting.py +++ b/intersight/models/storage_remote_key_setting.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_remote_key_setting_ref.py b/intersight/models/storage_remote_key_setting_ref.py index 7e059421..457c4363 100644 --- a/intersight/models/storage_remote_key_setting_ref.py +++ b/intersight/models/storage_remote_key_setting_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_sas_expander.py b/intersight/models/storage_sas_expander.py index 1615b87a..345edb3b 100644 --- a/intersight/models/storage_sas_expander.py +++ b/intersight/models/storage_sas_expander.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_sas_expander_list.py b/intersight/models/storage_sas_expander_list.py index 531de8c5..a732bbbf 100644 --- a/intersight/models/storage_sas_expander_list.py +++ b/intersight/models/storage_sas_expander_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_sas_expander_ref.py b/intersight/models/storage_sas_expander_ref.py index d552f959..7ba87485 100644 --- a/intersight/models/storage_sas_expander_ref.py +++ b/intersight/models/storage_sas_expander_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_span_group.py b/intersight/models/storage_span_group.py index a7eb977b..c6a9a211 100644 --- a/intersight/models/storage_span_group.py +++ b/intersight/models/storage_span_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_span_group_ref.py b/intersight/models/storage_span_group_ref.py index 34f3570f..09925a0b 100644 --- a/intersight/models/storage_span_group_ref.py +++ b/intersight/models/storage_span_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_storage_policy.py b/intersight/models/storage_storage_policy.py index 87a15924..f0e3e9d3 100644 --- a/intersight/models/storage_storage_policy.py +++ b/intersight/models/storage_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_storage_policy_list.py b/intersight/models/storage_storage_policy_list.py index 6fb66deb..de3958ce 100644 --- a/intersight/models/storage_storage_policy_list.py +++ b/intersight/models/storage_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_storage_policy_ref.py b/intersight/models/storage_storage_policy_ref.py index c3629690..efd5e840 100644 --- a/intersight/models/storage_storage_policy_ref.py +++ b/intersight/models/storage_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_take_snapshot_task_ref.py b/intersight/models/storage_take_snapshot_task_ref.py index f445ade8..24e70abc 100644 --- a/intersight/models/storage_take_snapshot_task_ref.py +++ b/intersight/models/storage_take_snapshot_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_validation_task_ref.py b/intersight/models/storage_validation_task_ref.py index e7974ec3..e07d63e2 100644 --- a/intersight/models/storage_validation_task_ref.py +++ b/intersight/models/storage_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_vd_member_ep.py b/intersight/models/storage_vd_member_ep.py index 64ddfb14..3c89b7d2 100644 --- a/intersight/models/storage_vd_member_ep.py +++ b/intersight/models/storage_vd_member_ep.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_vd_member_ep_list.py b/intersight/models/storage_vd_member_ep_list.py index 6d7a8154..10887ee3 100644 --- a/intersight/models/storage_vd_member_ep_list.py +++ b/intersight/models/storage_vd_member_ep_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_vd_member_ep_ref.py b/intersight/models/storage_vd_member_ep_ref.py index 058cc86f..a31650a7 100644 --- a/intersight/models/storage_vd_member_ep_ref.py +++ b/intersight/models/storage_vd_member_ep_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive.py b/intersight/models/storage_virtual_drive.py index 999da220..29bcd5b9 100644 --- a/intersight/models/storage_virtual_drive.py +++ b/intersight/models/storage_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_config.py b/intersight/models/storage_virtual_drive_config.py index 9bce436e..dc342613 100644 --- a/intersight/models/storage_virtual_drive_config.py +++ b/intersight/models/storage_virtual_drive_config.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_config_ref.py b/intersight/models/storage_virtual_drive_config_ref.py index d1b9bb49..47b055be 100644 --- a/intersight/models/storage_virtual_drive_config_ref.py +++ b/intersight/models/storage_virtual_drive_config_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_extension.py b/intersight/models/storage_virtual_drive_extension.py index 41b9864f..b8492309 100644 --- a/intersight/models/storage_virtual_drive_extension.py +++ b/intersight/models/storage_virtual_drive_extension.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_extension_list.py b/intersight/models/storage_virtual_drive_extension_list.py index 63fc8d71..c49ee419 100644 --- a/intersight/models/storage_virtual_drive_extension_list.py +++ b/intersight/models/storage_virtual_drive_extension_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_extension_ref.py b/intersight/models/storage_virtual_drive_extension_ref.py index f8a1eb45..a59dc98e 100644 --- a/intersight/models/storage_virtual_drive_extension_ref.py +++ b/intersight/models/storage_virtual_drive_extension_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_list.py b/intersight/models/storage_virtual_drive_list.py index 2e9db74f..2db49125 100644 --- a/intersight/models/storage_virtual_drive_list.py +++ b/intersight/models/storage_virtual_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_ref.py b/intersight/models/storage_virtual_drive_ref.py index 77ea18b8..53d2d818 100644 --- a/intersight/models/storage_virtual_drive_ref.py +++ b/intersight/models/storage_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_deploy_task_ref.py b/intersight/models/syslog_deploy_task_ref.py index 9d3fa945..cf52c430 100644 --- a/intersight/models/syslog_deploy_task_ref.py +++ b/intersight/models/syslog_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_local_client_base.py b/intersight/models/syslog_local_client_base.py index 638aa17e..b255d364 100644 --- a/intersight/models/syslog_local_client_base.py +++ b/intersight/models/syslog_local_client_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_local_client_base_ref.py b/intersight/models/syslog_local_client_base_ref.py index 3abd0e66..228018a8 100644 --- a/intersight/models/syslog_local_client_base_ref.py +++ b/intersight/models/syslog_local_client_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_local_file_logging_client_ref.py b/intersight/models/syslog_local_file_logging_client_ref.py index 9b4324a0..8a9c94a1 100644 --- a/intersight/models/syslog_local_file_logging_client_ref.py +++ b/intersight/models/syslog_local_file_logging_client_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_policy.py b/intersight/models/syslog_policy.py index b8588138..2334451b 100644 --- a/intersight/models/syslog_policy.py +++ b/intersight/models/syslog_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_policy_list.py b/intersight/models/syslog_policy_list.py index fb8b5eb3..e0284eb2 100644 --- a/intersight/models/syslog_policy_list.py +++ b/intersight/models/syslog_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_policy_ref.py b/intersight/models/syslog_policy_ref.py index 87088c50..0301345e 100644 --- a/intersight/models/syslog_policy_ref.py +++ b/intersight/models/syslog_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_remote_client_base.py b/intersight/models/syslog_remote_client_base.py index ce31a213..64558027 100644 --- a/intersight/models/syslog_remote_client_base.py +++ b/intersight/models/syslog_remote_client_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_remote_client_base_ref.py b/intersight/models/syslog_remote_client_base_ref.py index 810ebe75..886a4ff9 100644 --- a/intersight/models/syslog_remote_client_base_ref.py +++ b/intersight/models/syslog_remote_client_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_remote_logging_client_ref.py b/intersight/models/syslog_remote_logging_client_ref.py index 33ae83e4..2ea03d93 100644 --- a/intersight/models/syslog_remote_logging_client_ref.py +++ b/intersight/models/syslog_remote_logging_client_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_validation_task_ref.py b/intersight/models/syslog_validation_task_ref.py index b30c4792..710138c4 100644 --- a/intersight/models/syslog_validation_task_ref.py +++ b/intersight/models/syslog_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_file_download_info.py b/intersight/models/task_file_download_info.py index 00c821b0..b626cdce 100644 --- a/intersight/models/task_file_download_info.py +++ b/intersight/models/task_file_download_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_file_download_info_ref.py b/intersight/models/task_file_download_info_ref.py index cb2322ed..496682f7 100644 --- a/intersight/models/task_file_download_info_ref.py +++ b/intersight/models/task_file_download_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_input_task_ref.py b/intersight/models/task_input_task_ref.py index a06f2e55..01901150 100644 --- a/intersight/models/task_input_task_ref.py +++ b/intersight/models/task_input_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task1_ref.py b/intersight/models/task_ucs_task1_ref.py index 41b6a0a6..dcb9a44e 100644 --- a/intersight/models/task_ucs_task1_ref.py +++ b/intersight/models/task_ucs_task1_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task2_ref.py b/intersight/models/task_ucs_task2_ref.py index 7c69d33b..af04bf88 100644 --- a/intersight/models/task_ucs_task2_ref.py +++ b/intersight/models/task_ucs_task2_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task3_ref.py b/intersight/models/task_ucs_task3_ref.py index 426024e0..70df5fc9 100644 --- a/intersight/models/task_ucs_task3_ref.py +++ b/intersight/models/task_ucs_task3_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task4_ref.py b/intersight/models/task_ucs_task4_ref.py index 59d6cee6..93d98d27 100644 --- a/intersight/models/task_ucs_task4_ref.py +++ b/intersight/models/task_ucs_task4_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task5_ref.py b/intersight/models/task_ucs_task5_ref.py index d876104f..927a71be 100644 --- a/intersight/models/task_ucs_task5_ref.py +++ b/intersight/models/task_ucs_task5_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task6_ref.py b/intersight/models/task_ucs_task6_ref.py index 59bfa100..e847af7e 100644 --- a/intersight/models/task_ucs_task6_ref.py +++ b/intersight/models/task_ucs_task6_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task7_ref.py b/intersight/models/task_ucs_task7_ref.py index 3cb354a7..c6cce057 100644 --- a/intersight/models/task_ucs_task7_ref.py +++ b/intersight/models/task_ucs_task7_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task8_ref.py b/intersight/models/task_ucs_task8_ref.py index c8c921f5..74d8d696 100644 --- a/intersight/models/task_ucs_task8_ref.py +++ b/intersight/models/task_ucs_task8_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task9_ref.py b/intersight/models/task_ucs_task9_ref.py index 8ad6ca93..55826f14 100644 --- a/intersight/models/task_ucs_task9_ref.py +++ b/intersight/models/task_ucs_task9_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_workflow_action.py b/intersight/models/task_workflow_action.py index be925063..4458300b 100644 --- a/intersight/models/task_workflow_action.py +++ b/intersight/models/task_workflow_action.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_workflow_action_list.py b/intersight/models/task_workflow_action_list.py index 17c11f99..ede22c42 100644 --- a/intersight/models/task_workflow_action_list.py +++ b/intersight/models/task_workflow_action_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_workflow_action_ref.py b/intersight/models/task_workflow_action_ref.py index b516bb9d..750c91da 100644 --- a/intersight/models/task_workflow_action_ref.py +++ b/intersight/models/task_workflow_action_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/techsupportmanagement_download.py b/intersight/models/techsupportmanagement_download.py deleted file mode 100644 index cc24e690..00000000 --- a/intersight/models/techsupportmanagement_download.py +++ /dev/null @@ -1,375 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class TechsupportmanagementDownload(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'tech_support_status': 'MoMoRef' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'tech_support_status': 'TechSupportStatus' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, tech_support_status=None): - """ - TechsupportmanagementDownload - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._tech_support_status = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if tech_support_status is not None: - self.tech_support_status = tech_support_status - - @property - def account_moid(self): - """ - Gets the account_moid of this TechsupportmanagementDownload. - The Account ID for this managed object. - - :return: The account_moid of this TechsupportmanagementDownload. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this TechsupportmanagementDownload. - The Account ID for this managed object. - - :param account_moid: The account_moid of this TechsupportmanagementDownload. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this TechsupportmanagementDownload. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this TechsupportmanagementDownload. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this TechsupportmanagementDownload. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this TechsupportmanagementDownload. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this TechsupportmanagementDownload. - The time when this managed object was created. - - :return: The create_time of this TechsupportmanagementDownload. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this TechsupportmanagementDownload. - The time when this managed object was created. - - :param create_time: The create_time of this TechsupportmanagementDownload. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this TechsupportmanagementDownload. - The time when this managed object was last modified. - - :return: The mod_time of this TechsupportmanagementDownload. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this TechsupportmanagementDownload. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this TechsupportmanagementDownload. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this TechsupportmanagementDownload. - A unique identifier of this Managed Object instance. - - :return: The moid of this TechsupportmanagementDownload. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this TechsupportmanagementDownload. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this TechsupportmanagementDownload. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this TechsupportmanagementDownload. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this TechsupportmanagementDownload. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this TechsupportmanagementDownload. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this TechsupportmanagementDownload. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this TechsupportmanagementDownload. - An array of owners which represent effective ownership of this object. - - :return: The owners of this TechsupportmanagementDownload. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this TechsupportmanagementDownload. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this TechsupportmanagementDownload. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this TechsupportmanagementDownload. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this TechsupportmanagementDownload. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this TechsupportmanagementDownload. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this TechsupportmanagementDownload. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this TechsupportmanagementDownload. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this TechsupportmanagementDownload. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this TechsupportmanagementDownload. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this TechsupportmanagementDownload. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def tech_support_status(self): - """ - Gets the tech_support_status of this TechsupportmanagementDownload. - - :return: The tech_support_status of this TechsupportmanagementDownload. - :rtype: MoMoRef - """ - return self._tech_support_status - - @tech_support_status.setter - def tech_support_status(self, tech_support_status): - """ - Sets the tech_support_status of this TechsupportmanagementDownload. - - :param tech_support_status: The tech_support_status of this TechsupportmanagementDownload. - :type: MoMoRef - """ - - self._tech_support_status = tech_support_status - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, TechsupportmanagementDownload): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/techsupportmanagement_download_list.py b/intersight/models/techsupportmanagement_download_list.py deleted file mode 100644 index e9b68d40..00000000 --- a/intersight/models/techsupportmanagement_download_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class TechsupportmanagementDownloadList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[TechsupportmanagementDownload]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - TechsupportmanagementDownloadList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this TechsupportmanagementDownloadList. - The number of techsupportmanagementDownloads matching your request in total for all pages. - - :return: The count of this TechsupportmanagementDownloadList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this TechsupportmanagementDownloadList. - The number of techsupportmanagementDownloads matching your request in total for all pages. - - :param count: The count of this TechsupportmanagementDownloadList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this TechsupportmanagementDownloadList. - The array of techsupportmanagementDownloads matching your request. - - :return: The results of this TechsupportmanagementDownloadList. - :rtype: list[TechsupportmanagementDownload] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this TechsupportmanagementDownloadList. - The array of techsupportmanagementDownloads matching your request. - - :param results: The results of this TechsupportmanagementDownloadList. - :type: list[TechsupportmanagementDownload] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, TechsupportmanagementDownloadList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/techsupportmanagement_tech_support_bundle.py b/intersight/models/techsupportmanagement_tech_support_bundle.py deleted file mode 100644 index 0ae015f8..00000000 --- a/intersight/models/techsupportmanagement_tech_support_bundle.py +++ /dev/null @@ -1,513 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class TechsupportmanagementTechSupportBundle(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'device_identifier': 'str', - 'device_registration': 'MoMoRef', - 'device_type': 'str', - 'pid': 'str', - 'serial': 'str', - 'tech_support_status': 'MoMoRef' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'device_identifier': 'DeviceIdentifier', - 'device_registration': 'DeviceRegistration', - 'device_type': 'DeviceType', - 'pid': 'Pid', - 'serial': 'Serial', - 'tech_support_status': 'TechSupportStatus' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, device_identifier=None, device_registration=None, device_type=None, pid=None, serial=None, tech_support_status=None): - """ - TechsupportmanagementTechSupportBundle - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._device_identifier = None - self._device_registration = None - self._device_type = None - self._pid = None - self._serial = None - self._tech_support_status = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if device_identifier is not None: - self.device_identifier = device_identifier - if device_registration is not None: - self.device_registration = device_registration - if device_type is not None: - self.device_type = device_type - if pid is not None: - self.pid = pid - if serial is not None: - self.serial = serial - if tech_support_status is not None: - self.tech_support_status = tech_support_status - - @property - def account_moid(self): - """ - Gets the account_moid of this TechsupportmanagementTechSupportBundle. - The Account ID for this managed object. - - :return: The account_moid of this TechsupportmanagementTechSupportBundle. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this TechsupportmanagementTechSupportBundle. - The Account ID for this managed object. - - :param account_moid: The account_moid of this TechsupportmanagementTechSupportBundle. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this TechsupportmanagementTechSupportBundle. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this TechsupportmanagementTechSupportBundle. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this TechsupportmanagementTechSupportBundle. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this TechsupportmanagementTechSupportBundle. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this TechsupportmanagementTechSupportBundle. - The time when this managed object was created. - - :return: The create_time of this TechsupportmanagementTechSupportBundle. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this TechsupportmanagementTechSupportBundle. - The time when this managed object was created. - - :param create_time: The create_time of this TechsupportmanagementTechSupportBundle. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this TechsupportmanagementTechSupportBundle. - The time when this managed object was last modified. - - :return: The mod_time of this TechsupportmanagementTechSupportBundle. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this TechsupportmanagementTechSupportBundle. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this TechsupportmanagementTechSupportBundle. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this TechsupportmanagementTechSupportBundle. - A unique identifier of this Managed Object instance. - - :return: The moid of this TechsupportmanagementTechSupportBundle. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this TechsupportmanagementTechSupportBundle. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this TechsupportmanagementTechSupportBundle. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this TechsupportmanagementTechSupportBundle. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this TechsupportmanagementTechSupportBundle. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this TechsupportmanagementTechSupportBundle. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this TechsupportmanagementTechSupportBundle. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this TechsupportmanagementTechSupportBundle. - An array of owners which represent effective ownership of this object. - - :return: The owners of this TechsupportmanagementTechSupportBundle. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this TechsupportmanagementTechSupportBundle. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this TechsupportmanagementTechSupportBundle. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this TechsupportmanagementTechSupportBundle. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this TechsupportmanagementTechSupportBundle. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this TechsupportmanagementTechSupportBundle. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this TechsupportmanagementTechSupportBundle. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this TechsupportmanagementTechSupportBundle. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this TechsupportmanagementTechSupportBundle. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this TechsupportmanagementTechSupportBundle. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this TechsupportmanagementTechSupportBundle. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def device_identifier(self): - """ - Gets the device_identifier of this TechsupportmanagementTechSupportBundle. - The device identifier used to uniquely identify an individual device - - :return: The device_identifier of this TechsupportmanagementTechSupportBundle. - :rtype: str - """ - return self._device_identifier - - @device_identifier.setter - def device_identifier(self, device_identifier): - """ - Sets the device_identifier of this TechsupportmanagementTechSupportBundle. - The device identifier used to uniquely identify an individual device - - :param device_identifier: The device_identifier of this TechsupportmanagementTechSupportBundle. - :type: str - """ - - self._device_identifier = device_identifier - - @property - def device_registration(self): - """ - Gets the device_registration of this TechsupportmanagementTechSupportBundle. - - :return: The device_registration of this TechsupportmanagementTechSupportBundle. - :rtype: MoMoRef - """ - return self._device_registration - - @device_registration.setter - def device_registration(self, device_registration): - """ - Sets the device_registration of this TechsupportmanagementTechSupportBundle. - - :param device_registration: The device_registration of this TechsupportmanagementTechSupportBundle. - :type: MoMoRef - """ - - self._device_registration = device_registration - - @property - def device_type(self): - """ - Gets the device_type of this TechsupportmanagementTechSupportBundle. - The device type obtained from the inventory based on the PID and serial number. - - :return: The device_type of this TechsupportmanagementTechSupportBundle. - :rtype: str - """ - return self._device_type - - @device_type.setter - def device_type(self, device_type): - """ - Sets the device_type of this TechsupportmanagementTechSupportBundle. - The device type obtained from the inventory based on the PID and serial number. - - :param device_type: The device_type of this TechsupportmanagementTechSupportBundle. - :type: str - """ - - self._device_type = device_type - - @property - def pid(self): - """ - Gets the pid of this TechsupportmanagementTechSupportBundle. - Product identification of the device - - :return: The pid of this TechsupportmanagementTechSupportBundle. - :rtype: str - """ - return self._pid - - @pid.setter - def pid(self, pid): - """ - Sets the pid of this TechsupportmanagementTechSupportBundle. - Product identification of the device - - :param pid: The pid of this TechsupportmanagementTechSupportBundle. - :type: str - """ - - self._pid = pid - - @property - def serial(self): - """ - Gets the serial of this TechsupportmanagementTechSupportBundle. - Serial number of the device - - :return: The serial of this TechsupportmanagementTechSupportBundle. - :rtype: str - """ - return self._serial - - @serial.setter - def serial(self, serial): - """ - Sets the serial of this TechsupportmanagementTechSupportBundle. - Serial number of the device - - :param serial: The serial of this TechsupportmanagementTechSupportBundle. - :type: str - """ - - self._serial = serial - - @property - def tech_support_status(self): - """ - Gets the tech_support_status of this TechsupportmanagementTechSupportBundle. - - :return: The tech_support_status of this TechsupportmanagementTechSupportBundle. - :rtype: MoMoRef - """ - return self._tech_support_status - - @tech_support_status.setter - def tech_support_status(self, tech_support_status): - """ - Sets the tech_support_status of this TechsupportmanagementTechSupportBundle. - - :param tech_support_status: The tech_support_status of this TechsupportmanagementTechSupportBundle. - :type: MoMoRef - """ - - self._tech_support_status = tech_support_status - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, TechsupportmanagementTechSupportBundle): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/techsupportmanagement_tech_support_bundle_list.py b/intersight/models/techsupportmanagement_tech_support_bundle_list.py deleted file mode 100644 index 9244a368..00000000 --- a/intersight/models/techsupportmanagement_tech_support_bundle_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class TechsupportmanagementTechSupportBundleList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[TechsupportmanagementTechSupportBundle]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - TechsupportmanagementTechSupportBundleList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this TechsupportmanagementTechSupportBundleList. - The number of techsupportmanagementTechSupportBundles matching your request in total for all pages. - - :return: The count of this TechsupportmanagementTechSupportBundleList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this TechsupportmanagementTechSupportBundleList. - The number of techsupportmanagementTechSupportBundles matching your request in total for all pages. - - :param count: The count of this TechsupportmanagementTechSupportBundleList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this TechsupportmanagementTechSupportBundleList. - The array of techsupportmanagementTechSupportBundles matching your request. - - :return: The results of this TechsupportmanagementTechSupportBundleList. - :rtype: list[TechsupportmanagementTechSupportBundle] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this TechsupportmanagementTechSupportBundleList. - The array of techsupportmanagementTechSupportBundles matching your request. - - :param results: The results of this TechsupportmanagementTechSupportBundleList. - :type: list[TechsupportmanagementTechSupportBundle] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, TechsupportmanagementTechSupportBundleList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/techsupportmanagement_tech_support_status.py b/intersight/models/techsupportmanagement_tech_support_status.py deleted file mode 100644 index 4ab0f86c..00000000 --- a/intersight/models/techsupportmanagement_tech_support_status.py +++ /dev/null @@ -1,541 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class TechsupportmanagementTechSupportStatus(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoMoRef', - 'tags': 'list[MoTag]', - 'device_registration': 'MoMoRef', - 'file_name': 'str', - 'reason': 'str', - 'request_ts': 'datetime', - 'status': 'str', - 'tech_support_request': 'MoMoRef', - 'techsupport_download_url': 'str' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'device_registration': 'DeviceRegistration', - 'file_name': 'FileName', - 'reason': 'Reason', - 'request_ts': 'RequestTs', - 'status': 'Status', - 'tech_support_request': 'TechSupportRequest', - 'techsupport_download_url': 'TechsupportDownloadUrl' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, device_registration=None, file_name=None, reason=None, request_ts=None, status=None, tech_support_request=None, techsupport_download_url=None): - """ - TechsupportmanagementTechSupportStatus - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._device_registration = None - self._file_name = None - self._reason = None - self._request_ts = None - self._status = None - self._tech_support_request = None - self._techsupport_download_url = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if device_registration is not None: - self.device_registration = device_registration - if file_name is not None: - self.file_name = file_name - if reason is not None: - self.reason = reason - if request_ts is not None: - self.request_ts = request_ts - if status is not None: - self.status = status - if tech_support_request is not None: - self.tech_support_request = tech_support_request - if techsupport_download_url is not None: - self.techsupport_download_url = techsupport_download_url - - @property - def account_moid(self): - """ - Gets the account_moid of this TechsupportmanagementTechSupportStatus. - The Account ID for this managed object. - - :return: The account_moid of this TechsupportmanagementTechSupportStatus. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this TechsupportmanagementTechSupportStatus. - The Account ID for this managed object. - - :param account_moid: The account_moid of this TechsupportmanagementTechSupportStatus. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this TechsupportmanagementTechSupportStatus. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this TechsupportmanagementTechSupportStatus. - :rtype: list[MoMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this TechsupportmanagementTechSupportStatus. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this TechsupportmanagementTechSupportStatus. - :type: list[MoMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this TechsupportmanagementTechSupportStatus. - The time when this managed object was created. - - :return: The create_time of this TechsupportmanagementTechSupportStatus. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this TechsupportmanagementTechSupportStatus. - The time when this managed object was created. - - :param create_time: The create_time of this TechsupportmanagementTechSupportStatus. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this TechsupportmanagementTechSupportStatus. - The time when this managed object was last modified. - - :return: The mod_time of this TechsupportmanagementTechSupportStatus. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this TechsupportmanagementTechSupportStatus. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this TechsupportmanagementTechSupportStatus. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this TechsupportmanagementTechSupportStatus. - A unique identifier of this Managed Object instance. - - :return: The moid of this TechsupportmanagementTechSupportStatus. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this TechsupportmanagementTechSupportStatus. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this TechsupportmanagementTechSupportStatus. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this TechsupportmanagementTechSupportStatus. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this TechsupportmanagementTechSupportStatus. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this TechsupportmanagementTechSupportStatus. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this TechsupportmanagementTechSupportStatus. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this TechsupportmanagementTechSupportStatus. - An array of owners which represent effective ownership of this object. - - :return: The owners of this TechsupportmanagementTechSupportStatus. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this TechsupportmanagementTechSupportStatus. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this TechsupportmanagementTechSupportStatus. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this TechsupportmanagementTechSupportStatus. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this TechsupportmanagementTechSupportStatus. - :rtype: MoMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this TechsupportmanagementTechSupportStatus. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this TechsupportmanagementTechSupportStatus. - :type: MoMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this TechsupportmanagementTechSupportStatus. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this TechsupportmanagementTechSupportStatus. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this TechsupportmanagementTechSupportStatus. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this TechsupportmanagementTechSupportStatus. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def device_registration(self): - """ - Gets the device_registration of this TechsupportmanagementTechSupportStatus. - - :return: The device_registration of this TechsupportmanagementTechSupportStatus. - :rtype: MoMoRef - """ - return self._device_registration - - @device_registration.setter - def device_registration(self, device_registration): - """ - Sets the device_registration of this TechsupportmanagementTechSupportStatus. - - :param device_registration: The device_registration of this TechsupportmanagementTechSupportStatus. - :type: MoMoRef - """ - - self._device_registration = device_registration - - @property - def file_name(self): - """ - Gets the file_name of this TechsupportmanagementTechSupportStatus. - Techsupport file name - - :return: The file_name of this TechsupportmanagementTechSupportStatus. - :rtype: str - """ - return self._file_name - - @file_name.setter - def file_name(self, file_name): - """ - Sets the file_name of this TechsupportmanagementTechSupportStatus. - Techsupport file name - - :param file_name: The file_name of this TechsupportmanagementTechSupportStatus. - :type: str - """ - - self._file_name = file_name - - @property - def reason(self): - """ - Gets the reason of this TechsupportmanagementTechSupportStatus. - Reason for techsupport failure, if any - - :return: The reason of this TechsupportmanagementTechSupportStatus. - :rtype: str - """ - return self._reason - - @reason.setter - def reason(self, reason): - """ - Sets the reason of this TechsupportmanagementTechSupportStatus. - Reason for techsupport failure, if any - - :param reason: The reason of this TechsupportmanagementTechSupportStatus. - :type: str - """ - - self._reason = reason - - @property - def request_ts(self): - """ - Gets the request_ts of this TechsupportmanagementTechSupportStatus. - Indicates the time at which the techsupport request was initiated - - :return: The request_ts of this TechsupportmanagementTechSupportStatus. - :rtype: datetime - """ - return self._request_ts - - @request_ts.setter - def request_ts(self, request_ts): - """ - Sets the request_ts of this TechsupportmanagementTechSupportStatus. - Indicates the time at which the techsupport request was initiated - - :param request_ts: The request_ts of this TechsupportmanagementTechSupportStatus. - :type: datetime - """ - - self._request_ts = request_ts - - @property - def status(self): - """ - Gets the status of this TechsupportmanagementTechSupportStatus. - Status of techsupport collection. Valid values are Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadInProgress, UploadPartsComplete, UploadFailed and Completed. The final status will be either CollectionFailed or UploadFailed if there is a failure and Completed if the request completed successfully and the file was uploaded to S3. All the remaining status values indicates the progress of techsupport collection. - - :return: The status of this TechsupportmanagementTechSupportStatus. - :rtype: str - """ - return self._status - - @status.setter - def status(self, status): - """ - Sets the status of this TechsupportmanagementTechSupportStatus. - Status of techsupport collection. Valid values are Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadInProgress, UploadPartsComplete, UploadFailed and Completed. The final status will be either CollectionFailed or UploadFailed if there is a failure and Completed if the request completed successfully and the file was uploaded to S3. All the remaining status values indicates the progress of techsupport collection. - - :param status: The status of this TechsupportmanagementTechSupportStatus. - :type: str - """ - - self._status = status - - @property - def tech_support_request(self): - """ - Gets the tech_support_request of this TechsupportmanagementTechSupportStatus. - - :return: The tech_support_request of this TechsupportmanagementTechSupportStatus. - :rtype: MoMoRef - """ - return self._tech_support_request - - @tech_support_request.setter - def tech_support_request(self, tech_support_request): - """ - Sets the tech_support_request of this TechsupportmanagementTechSupportStatus. - - :param tech_support_request: The tech_support_request of this TechsupportmanagementTechSupportStatus. - :type: MoMoRef - """ - - self._tech_support_request = tech_support_request - - @property - def techsupport_download_url(self): - """ - Gets the techsupport_download_url of this TechsupportmanagementTechSupportStatus. - The Url to download the techsupport file - - :return: The techsupport_download_url of this TechsupportmanagementTechSupportStatus. - :rtype: str - """ - return self._techsupport_download_url - - @techsupport_download_url.setter - def techsupport_download_url(self, techsupport_download_url): - """ - Sets the techsupport_download_url of this TechsupportmanagementTechSupportStatus. - The Url to download the techsupport file - - :param techsupport_download_url: The techsupport_download_url of this TechsupportmanagementTechSupportStatus. - :type: str - """ - - self._techsupport_download_url = techsupport_download_url - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, TechsupportmanagementTechSupportStatus): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/techsupportmanagement_tech_support_status_list.py b/intersight/models/techsupportmanagement_tech_support_status_list.py deleted file mode 100644 index a1bdb3ab..00000000 --- a/intersight/models/techsupportmanagement_tech_support_status_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - UCS Starship API - - This is the UCS Starship REST API - - OpenAPI spec version: 1.0.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class TechsupportmanagementTechSupportStatusList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[TechsupportmanagementTechSupportStatus]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - TechsupportmanagementTechSupportStatusList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this TechsupportmanagementTechSupportStatusList. - The number of techsupportmanagementTechSupportStatuses matching your request in total for all pages. - - :return: The count of this TechsupportmanagementTechSupportStatusList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this TechsupportmanagementTechSupportStatusList. - The number of techsupportmanagementTechSupportStatuses matching your request in total for all pages. - - :param count: The count of this TechsupportmanagementTechSupportStatusList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this TechsupportmanagementTechSupportStatusList. - The array of techsupportmanagementTechSupportStatuses matching your request. - - :return: The results of this TechsupportmanagementTechSupportStatusList. - :rtype: list[TechsupportmanagementTechSupportStatus] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this TechsupportmanagementTechSupportStatusList. - The array of techsupportmanagementTechSupportStatuses matching your request. - - :param results: The results of this TechsupportmanagementTechSupportStatusList. - :type: list[TechsupportmanagementTechSupportStatus] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, TechsupportmanagementTechSupportStatusList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/telemetry_time_series.py b/intersight/models/telemetry_time_series.py index 0bbe8656..e79884f2 100644 --- a/intersight/models/telemetry_time_series.py +++ b/intersight/models/telemetry_time_series.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/telemetry_time_series_ref.py b/intersight/models/telemetry_time_series_ref.py index 88ea49e1..11ae8220 100644 --- a/intersight/models/telemetry_time_series_ref.py +++ b/intersight/models/telemetry_time_series_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/terminal_audit_log.py b/intersight/models/terminal_audit_log.py index 1f2cc24b..cba7d0e8 100644 --- a/intersight/models/terminal_audit_log.py +++ b/intersight/models/terminal_audit_log.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/terminal_audit_log_list.py b/intersight/models/terminal_audit_log_list.py index e81ecf18..a2baee2b 100644 --- a/intersight/models/terminal_audit_log_list.py +++ b/intersight/models/terminal_audit_log_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/terminal_audit_log_ref.py b/intersight/models/terminal_audit_log_ref.py index 659771b9..4ef79cbd 100644 --- a/intersight/models/terminal_audit_log_ref.py +++ b/intersight/models/terminal_audit_log_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_administrator.py b/intersight/models/testcrypt_administrator.py index 4361f70e..c751f97b 100644 --- a/intersight/models/testcrypt_administrator.py +++ b/intersight/models/testcrypt_administrator.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_administrator_list.py b/intersight/models/testcrypt_administrator_list.py index 69419423..2fa6e1af 100644 --- a/intersight/models/testcrypt_administrator_list.py +++ b/intersight/models/testcrypt_administrator_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_administrator_ref.py b/intersight/models/testcrypt_administrator_ref.py index f8fccc83..caebc996 100644 --- a/intersight/models/testcrypt_administrator_ref.py +++ b/intersight/models/testcrypt_administrator_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_credential.py b/intersight/models/testcrypt_credential.py index 637626b3..f69fae36 100644 --- a/intersight/models/testcrypt_credential.py +++ b/intersight/models/testcrypt_credential.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_credential_list.py b/intersight/models/testcrypt_credential_list.py index c7a67098..e238160d 100644 --- a/intersight/models/testcrypt_credential_list.py +++ b/intersight/models/testcrypt_credential_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_credential_ref.py b/intersight/models/testcrypt_credential_ref.py index 368bbd63..a05fec62 100644 --- a/intersight/models/testcrypt_credential_ref.py +++ b/intersight/models/testcrypt_credential_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_read_only_user.py b/intersight/models/testcrypt_read_only_user.py index f078e2a3..4a8429c2 100644 --- a/intersight/models/testcrypt_read_only_user.py +++ b/intersight/models/testcrypt_read_only_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_read_only_user_list.py b/intersight/models/testcrypt_read_only_user_list.py index 468e77a0..347dec49 100644 --- a/intersight/models/testcrypt_read_only_user_list.py +++ b/intersight/models/testcrypt_read_only_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_read_only_user_ref.py b/intersight/models/testcrypt_read_only_user_ref.py index e83943eb..c09422bb 100644 --- a/intersight/models/testcrypt_read_only_user_ref.py +++ b/intersight/models/testcrypt_read_only_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_shadow_credential.py b/intersight/models/testcrypt_shadow_credential.py index 254bf73f..f2bb1f5c 100644 --- a/intersight/models/testcrypt_shadow_credential.py +++ b/intersight/models/testcrypt_shadow_credential.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_shadow_credential_list.py b/intersight/models/testcrypt_shadow_credential_list.py index 7ac2ae53..638220c4 100644 --- a/intersight/models/testcrypt_shadow_credential_list.py +++ b/intersight/models/testcrypt_shadow_credential_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_shadow_credential_ref.py b/intersight/models/testcrypt_shadow_credential_ref.py index 308a11ac..f907655b 100644 --- a/intersight/models/testcrypt_shadow_credential_ref.py +++ b/intersight/models/testcrypt_shadow_credential_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_user.py b/intersight/models/testcrypt_user.py index 68a4716f..29fbeda7 100644 --- a/intersight/models/testcrypt_user.py +++ b/intersight/models/testcrypt_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_user_ref.py b/intersight/models/testcrypt_user_ref.py index 19d3e747..025dadfe 100644 --- a/intersight/models/testcrypt_user_ref.py +++ b/intersight/models/testcrypt_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/top_system.py b/intersight/models/top_system.py index 6db1ab93..82b54a3f 100644 --- a/intersight/models/top_system.py +++ b/intersight/models/top_system.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/top_system_list.py b/intersight/models/top_system_list.py index b3d8c81b..c851ff17 100644 --- a/intersight/models/top_system_list.py +++ b/intersight/models/top_system_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/top_system_ref.py b/intersight/models/top_system_ref.py index 3427577b..ae2485cc 100644 --- a/intersight/models/top_system_ref.py +++ b/intersight/models/top_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_field_query.py b/intersight/models/ucsdconnector_field_query.py index 6c2eca7b..bdb97104 100644 --- a/intersight/models/ucsdconnector_field_query.py +++ b/intersight/models/ucsdconnector_field_query.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_field_query_ref.py b/intersight/models/ucsdconnector_field_query_ref.py index 2567e0a9..12808ad1 100644 --- a/intersight/models/ucsdconnector_field_query_ref.py +++ b/intersight/models/ucsdconnector_field_query_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_inventory_message_ref.py b/intersight/models/ucsdconnector_inventory_message_ref.py index 9f6f5cf4..36c0b831 100644 --- a/intersight/models/ucsdconnector_inventory_message_ref.py +++ b/intersight/models/ucsdconnector_inventory_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_sql_query.py b/intersight/models/ucsdconnector_sql_query.py index d191690b..dd90e4f5 100644 --- a/intersight/models/ucsdconnector_sql_query.py +++ b/intersight/models/ucsdconnector_sql_query.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_sql_query_ref.py b/intersight/models/ucsdconnector_sql_query_ref.py index 077f8270..937baef1 100644 --- a/intersight/models/ucsdconnector_sql_query_ref.py +++ b/intersight/models/ucsdconnector_sql_query_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_telemetry_message_ref.py b/intersight/models/ucsdconnector_telemetry_message_ref.py index 4ccb5a79..febb6d43 100644 --- a/intersight/models/ucsdconnector_telemetry_message_ref.py +++ b/intersight/models/ucsdconnector_telemetry_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_telemetry_mo.py b/intersight/models/ucsdconnector_telemetry_mo.py index ea554c4c..b871a6b0 100644 --- a/intersight/models/ucsdconnector_telemetry_mo.py +++ b/intersight/models/ucsdconnector_telemetry_mo.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_telemetry_mo_ref.py b/intersight/models/ucsdconnector_telemetry_mo_ref.py index f60cc42f..7fac656b 100644 --- a/intersight/models/ucsdconnector_telemetry_mo_ref.py +++ b/intersight/models/ucsdconnector_telemetry_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/views_view.py b/intersight/models/views_view.py index a8728ff5..a0ace909 100644 --- a/intersight/models/views_view.py +++ b/intersight/models/views_view.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/views_view_ref.py b/intersight/models/views_view_ref.py index fe83465a..1846c65b 100644 --- a/intersight/models/views_view_ref.py +++ b/intersight/models/views_view_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_deploy_task_ref.py b/intersight/models/vmedia_deploy_task_ref.py index b670699d..ca59e32e 100644 --- a/intersight/models/vmedia_deploy_task_ref.py +++ b/intersight/models/vmedia_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_mapping.py b/intersight/models/vmedia_mapping.py index b649821b..bc648517 100644 --- a/intersight/models/vmedia_mapping.py +++ b/intersight/models/vmedia_mapping.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_mapping_ref.py b/intersight/models/vmedia_mapping_ref.py index 7fb483ea..f32fc420 100644 --- a/intersight/models/vmedia_mapping_ref.py +++ b/intersight/models/vmedia_mapping_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_policy.py b/intersight/models/vmedia_policy.py index d7030bd7..a4a2d4ec 100644 --- a/intersight/models/vmedia_policy.py +++ b/intersight/models/vmedia_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_policy_list.py b/intersight/models/vmedia_policy_list.py index 579bb50c..e392bc15 100644 --- a/intersight/models/vmedia_policy_list.py +++ b/intersight/models/vmedia_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_policy_ref.py b/intersight/models/vmedia_policy_ref.py index 3eb66841..7671961b 100644 --- a/intersight/models/vmedia_policy_ref.py +++ b/intersight/models/vmedia_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_validation_task_ref.py b/intersight/models/vmedia_validation_task_ref.py index 979ac822..11412090 100644 --- a/intersight/models/vmedia_validation_task_ref.py +++ b/intersight/models/vmedia_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta.py b/intersight/models/workflow_build_task_meta.py index 2bff077a..dc2b6d38 100644 --- a/intersight/models/workflow_build_task_meta.py +++ b/intersight/models/workflow_build_task_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_list.py b/intersight/models/workflow_build_task_meta_list.py index 70b93e91..44b7d4e9 100644 --- a/intersight/models/workflow_build_task_meta_list.py +++ b/intersight/models/workflow_build_task_meta_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_owner.py b/intersight/models/workflow_build_task_meta_owner.py index f1f13db6..f216c929 100644 --- a/intersight/models/workflow_build_task_meta_owner.py +++ b/intersight/models/workflow_build_task_meta_owner.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_owner_list.py b/intersight/models/workflow_build_task_meta_owner_list.py index 57af3646..8b9c9390 100644 --- a/intersight/models/workflow_build_task_meta_owner_list.py +++ b/intersight/models/workflow_build_task_meta_owner_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_owner_ref.py b/intersight/models/workflow_build_task_meta_owner_ref.py index d7ef8533..ced21e7c 100644 --- a/intersight/models/workflow_build_task_meta_owner_ref.py +++ b/intersight/models/workflow_build_task_meta_owner_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_ref.py b/intersight/models/workflow_build_task_meta_ref.py index 67549215..4d653237 100644 --- a/intersight/models/workflow_build_task_meta_ref.py +++ b/intersight/models/workflow_build_task_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_dynamic_workflow_action_task_list.py b/intersight/models/workflow_dynamic_workflow_action_task_list.py index f4340a52..72d4b305 100644 --- a/intersight/models/workflow_dynamic_workflow_action_task_list.py +++ b/intersight/models/workflow_dynamic_workflow_action_task_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py b/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py index 4417a8b0..3ae15659 100644 --- a/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py +++ b/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_input_definition_ref.py b/intersight/models/workflow_input_definition_ref.py index 9a686656..9452f3e7 100644 --- a/intersight/models/workflow_input_definition_ref.py +++ b/intersight/models/workflow_input_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_input_parameter_ref.py b/intersight/models/workflow_input_parameter_ref.py index 6fd29393..bc89b8b0 100644 --- a/intersight/models/workflow_input_parameter_ref.py +++ b/intersight/models/workflow_input_parameter_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_pending_dynamic_workflow_info.py b/intersight/models/workflow_pending_dynamic_workflow_info.py index 6b29f758..58199fef 100644 --- a/intersight/models/workflow_pending_dynamic_workflow_info.py +++ b/intersight/models/workflow_pending_dynamic_workflow_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_pending_dynamic_workflow_info_list.py b/intersight/models/workflow_pending_dynamic_workflow_info_list.py index a9c43e53..0b5ab76a 100644 --- a/intersight/models/workflow_pending_dynamic_workflow_info_list.py +++ b/intersight/models/workflow_pending_dynamic_workflow_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_pending_dynamic_workflow_info_ref.py b/intersight/models/workflow_pending_dynamic_workflow_info_ref.py index bfdaf20c..cf6a47a0 100644 --- a/intersight/models/workflow_pending_dynamic_workflow_info_ref.py +++ b/intersight/models/workflow_pending_dynamic_workflow_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_info.py b/intersight/models/workflow_task_info.py index 170ded28..daf91717 100644 --- a/intersight/models/workflow_task_info.py +++ b/intersight/models/workflow_task_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_info_list.py b/intersight/models/workflow_task_info_list.py index 71afe49f..aaa46afb 100644 --- a/intersight/models/workflow_task_info_list.py +++ b/intersight/models/workflow_task_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_info_ref.py b/intersight/models/workflow_task_info_ref.py index 60457509..9081421c 100644 --- a/intersight/models/workflow_task_info_ref.py +++ b/intersight/models/workflow_task_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_meta.py b/intersight/models/workflow_task_meta.py index 31d1b2b2..b46bff74 100644 --- a/intersight/models/workflow_task_meta.py +++ b/intersight/models/workflow_task_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_meta_list.py b/intersight/models/workflow_task_meta_list.py index 18e80fbf..c3a5e12b 100644 --- a/intersight/models/workflow_task_meta_list.py +++ b/intersight/models/workflow_task_meta_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_meta_ref.py b/intersight/models/workflow_task_meta_ref.py index ee9109fb..09abfacb 100644 --- a/intersight/models/workflow_task_meta_ref.py +++ b/intersight/models/workflow_task_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_retry_info.py b/intersight/models/workflow_task_retry_info.py index 33f2f2a5..8255860a 100644 --- a/intersight/models/workflow_task_retry_info.py +++ b/intersight/models/workflow_task_retry_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_retry_info_ref.py b/intersight/models/workflow_task_retry_info_ref.py index 7e175875..2c8e6318 100644 --- a/intersight/models/workflow_task_retry_info_ref.py +++ b/intersight/models/workflow_task_retry_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_info.py b/intersight/models/workflow_workflow_info.py index d47a7f60..f683dcd0 100644 --- a/intersight/models/workflow_workflow_info.py +++ b/intersight/models/workflow_workflow_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_info_list.py b/intersight/models/workflow_workflow_info_list.py index e8f50698..eeef6dc6 100644 --- a/intersight/models/workflow_workflow_info_list.py +++ b/intersight/models/workflow_workflow_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_info_ref.py b/intersight/models/workflow_workflow_info_ref.py index 61b94938..ffac276e 100644 --- a/intersight/models/workflow_workflow_info_ref.py +++ b/intersight/models/workflow_workflow_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_meta.py b/intersight/models/workflow_workflow_meta.py index 18c35f88..904e2509 100644 --- a/intersight/models/workflow_workflow_meta.py +++ b/intersight/models/workflow_workflow_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_meta_list.py b/intersight/models/workflow_workflow_meta_list.py index f7f5e5d3..f7816dbf 100644 --- a/intersight/models/workflow_workflow_meta_list.py +++ b/intersight/models/workflow_workflow_meta_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_meta_ref.py b/intersight/models/workflow_workflow_meta_ref.py index 4429d6fc..779a6f5c 100644 --- a/intersight/models/workflow_workflow_meta_ref.py +++ b/intersight/models/workflow_workflow_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_task.py b/intersight/models/workflow_workflow_task.py deleted file mode 100644 index d55776d3..00000000 --- a/intersight/models/workflow_workflow_task.py +++ /dev/null @@ -1,505 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class WorkflowWorkflowTask(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'account_moid': 'str', - 'ancestors': 'list[MoBaseMoRef]', - 'create_time': 'datetime', - 'mod_time': 'datetime', - 'moid': 'str', - 'object_type': 'str', - 'owners': 'list[str]', - 'parent': 'MoBaseMoRef', - 'tags': 'list[MoTag]', - 'input_params': 'object', - 'name': 'str', - 'optional': 'bool', - 'task_ref_name': 'str', - 'type': 'str', - 'workflowmeta': 'WorkflowWorkflowMetaRef' - } - - attribute_map = { - 'account_moid': 'AccountMoid', - 'ancestors': 'Ancestors', - 'create_time': 'CreateTime', - 'mod_time': 'ModTime', - 'moid': 'Moid', - 'object_type': 'ObjectType', - 'owners': 'Owners', - 'parent': 'Parent', - 'tags': 'Tags', - 'input_params': 'InputParams', - 'name': 'Name', - 'optional': 'Optional', - 'task_ref_name': 'TaskRefName', - 'type': 'Type', - 'workflowmeta': 'Workflowmeta' - } - - def __init__(self, account_moid=None, ancestors=None, create_time=None, mod_time=None, moid=None, object_type=None, owners=None, parent=None, tags=None, input_params=None, name=None, optional=None, task_ref_name=None, type=None, workflowmeta=None): - """ - WorkflowWorkflowTask - a model defined in Swagger - """ - - self._account_moid = None - self._ancestors = None - self._create_time = None - self._mod_time = None - self._moid = None - self._object_type = None - self._owners = None - self._parent = None - self._tags = None - self._input_params = None - self._name = None - self._optional = None - self._task_ref_name = None - self._type = None - self._workflowmeta = None - - if account_moid is not None: - self.account_moid = account_moid - if ancestors is not None: - self.ancestors = ancestors - if create_time is not None: - self.create_time = create_time - if mod_time is not None: - self.mod_time = mod_time - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - if owners is not None: - self.owners = owners - if parent is not None: - self.parent = parent - if tags is not None: - self.tags = tags - if input_params is not None: - self.input_params = input_params - if name is not None: - self.name = name - if optional is not None: - self.optional = optional - if task_ref_name is not None: - self.task_ref_name = task_ref_name - if type is not None: - self.type = type - if workflowmeta is not None: - self.workflowmeta = workflowmeta - - @property - def account_moid(self): - """ - Gets the account_moid of this WorkflowWorkflowTask. - The Account ID for this managed object. - - :return: The account_moid of this WorkflowWorkflowTask. - :rtype: str - """ - return self._account_moid - - @account_moid.setter - def account_moid(self, account_moid): - """ - Sets the account_moid of this WorkflowWorkflowTask. - The Account ID for this managed object. - - :param account_moid: The account_moid of this WorkflowWorkflowTask. - :type: str - """ - - self._account_moid = account_moid - - @property - def ancestors(self): - """ - Gets the ancestors of this WorkflowWorkflowTask. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :return: The ancestors of this WorkflowWorkflowTask. - :rtype: list[MoBaseMoRef] - """ - return self._ancestors - - @ancestors.setter - def ancestors(self, ancestors): - """ - Sets the ancestors of this WorkflowWorkflowTask. - Ancestors is an array containing the MO references of the ancestors in the object containment hierarchy. - - :param ancestors: The ancestors of this WorkflowWorkflowTask. - :type: list[MoBaseMoRef] - """ - - self._ancestors = ancestors - - @property - def create_time(self): - """ - Gets the create_time of this WorkflowWorkflowTask. - The time when this managed object was created. - - :return: The create_time of this WorkflowWorkflowTask. - :rtype: datetime - """ - return self._create_time - - @create_time.setter - def create_time(self, create_time): - """ - Sets the create_time of this WorkflowWorkflowTask. - The time when this managed object was created. - - :param create_time: The create_time of this WorkflowWorkflowTask. - :type: datetime - """ - - self._create_time = create_time - - @property - def mod_time(self): - """ - Gets the mod_time of this WorkflowWorkflowTask. - The time when this managed object was last modified. - - :return: The mod_time of this WorkflowWorkflowTask. - :rtype: datetime - """ - return self._mod_time - - @mod_time.setter - def mod_time(self, mod_time): - """ - Sets the mod_time of this WorkflowWorkflowTask. - The time when this managed object was last modified. - - :param mod_time: The mod_time of this WorkflowWorkflowTask. - :type: datetime - """ - - self._mod_time = mod_time - - @property - def moid(self): - """ - Gets the moid of this WorkflowWorkflowTask. - A unique identifier of this Managed Object instance. - - :return: The moid of this WorkflowWorkflowTask. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this WorkflowWorkflowTask. - A unique identifier of this Managed Object instance. - - :param moid: The moid of this WorkflowWorkflowTask. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this WorkflowWorkflowTask. - The fully-qualified type of this managed object, e.g. the class name. - - :return: The object_type of this WorkflowWorkflowTask. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this WorkflowWorkflowTask. - The fully-qualified type of this managed object, e.g. the class name. - - :param object_type: The object_type of this WorkflowWorkflowTask. - :type: str - """ - - self._object_type = object_type - - @property - def owners(self): - """ - Gets the owners of this WorkflowWorkflowTask. - An array of owners which represent effective ownership of this object. - - :return: The owners of this WorkflowWorkflowTask. - :rtype: list[str] - """ - return self._owners - - @owners.setter - def owners(self, owners): - """ - Sets the owners of this WorkflowWorkflowTask. - An array of owners which represent effective ownership of this object. - - :param owners: The owners of this WorkflowWorkflowTask. - :type: list[str] - """ - - self._owners = owners - - @property - def parent(self): - """ - Gets the parent of this WorkflowWorkflowTask. - The direct ancestor of this managed object in the containment hierarchy. - - :return: The parent of this WorkflowWorkflowTask. - :rtype: MoBaseMoRef - """ - return self._parent - - @parent.setter - def parent(self, parent): - """ - Sets the parent of this WorkflowWorkflowTask. - The direct ancestor of this managed object in the containment hierarchy. - - :param parent: The parent of this WorkflowWorkflowTask. - :type: MoBaseMoRef - """ - - self._parent = parent - - @property - def tags(self): - """ - Gets the tags of this WorkflowWorkflowTask. - An array of tags, which allow to add key, value meta-data to managed objects. - - :return: The tags of this WorkflowWorkflowTask. - :rtype: list[MoTag] - """ - return self._tags - - @tags.setter - def tags(self, tags): - """ - Sets the tags of this WorkflowWorkflowTask. - An array of tags, which allow to add key, value meta-data to managed objects. - - :param tags: The tags of this WorkflowWorkflowTask. - :type: list[MoTag] - """ - - self._tags = tags - - @property - def input_params(self): - """ - Gets the input_params of this WorkflowWorkflowTask. - - :return: The input_params of this WorkflowWorkflowTask. - :rtype: object - """ - return self._input_params - - @input_params.setter - def input_params(self, input_params): - """ - Sets the input_params of this WorkflowWorkflowTask. - - :param input_params: The input_params of this WorkflowWorkflowTask. - :type: object - """ - - self._input_params = input_params - - @property - def name(self): - """ - Gets the name of this WorkflowWorkflowTask. - - :return: The name of this WorkflowWorkflowTask. - :rtype: str - """ - return self._name - - @name.setter - def name(self, name): - """ - Sets the name of this WorkflowWorkflowTask. - - :param name: The name of this WorkflowWorkflowTask. - :type: str - """ - - self._name = name - - @property - def optional(self): - """ - Gets the optional of this WorkflowWorkflowTask. - - :return: The optional of this WorkflowWorkflowTask. - :rtype: bool - """ - return self._optional - - @optional.setter - def optional(self, optional): - """ - Sets the optional of this WorkflowWorkflowTask. - - :param optional: The optional of this WorkflowWorkflowTask. - :type: bool - """ - - self._optional = optional - - @property - def task_ref_name(self): - """ - Gets the task_ref_name of this WorkflowWorkflowTask. - - :return: The task_ref_name of this WorkflowWorkflowTask. - :rtype: str - """ - return self._task_ref_name - - @task_ref_name.setter - def task_ref_name(self, task_ref_name): - """ - Sets the task_ref_name of this WorkflowWorkflowTask. - - :param task_ref_name: The task_ref_name of this WorkflowWorkflowTask. - :type: str - """ - - self._task_ref_name = task_ref_name - - @property - def type(self): - """ - Gets the type of this WorkflowWorkflowTask. - - :return: The type of this WorkflowWorkflowTask. - :rtype: str - """ - return self._type - - @type.setter - def type(self, type): - """ - Sets the type of this WorkflowWorkflowTask. - - :param type: The type of this WorkflowWorkflowTask. - :type: str - """ - - self._type = type - - @property - def workflowmeta(self): - """ - Gets the workflowmeta of this WorkflowWorkflowTask. - - :return: The workflowmeta of this WorkflowWorkflowTask. - :rtype: WorkflowWorkflowMetaRef - """ - return self._workflowmeta - - @workflowmeta.setter - def workflowmeta(self, workflowmeta): - """ - Sets the workflowmeta of this WorkflowWorkflowTask. - - :param workflowmeta: The workflowmeta of this WorkflowWorkflowTask. - :type: WorkflowWorkflowMetaRef - """ - - self._workflowmeta = workflowmeta - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, WorkflowWorkflowTask): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/workflow_workflow_task_list.py b/intersight/models/workflow_workflow_task_list.py deleted file mode 100644 index ba5b6cc7..00000000 --- a/intersight/models/workflow_workflow_task_list.py +++ /dev/null @@ -1,153 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class WorkflowWorkflowTaskList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'count': 'int', - 'results': 'list[WorkflowWorkflowTask]' - } - - attribute_map = { - 'count': 'Count', - 'results': 'Results' - } - - def __init__(self, count=None, results=None): - """ - WorkflowWorkflowTaskList - a model defined in Swagger - """ - - self._count = None - self._results = None - - if count is not None: - self.count = count - if results is not None: - self.results = results - - @property - def count(self): - """ - Gets the count of this WorkflowWorkflowTaskList. - The number of workflowWorkflowTasks matching your request in total for all pages. - - :return: The count of this WorkflowWorkflowTaskList. - :rtype: int - """ - return self._count - - @count.setter - def count(self, count): - """ - Sets the count of this WorkflowWorkflowTaskList. - The number of workflowWorkflowTasks matching your request in total for all pages. - - :param count: The count of this WorkflowWorkflowTaskList. - :type: int - """ - - self._count = count - - @property - def results(self): - """ - Gets the results of this WorkflowWorkflowTaskList. - The array of workflowWorkflowTasks matching your request. - - :return: The results of this WorkflowWorkflowTaskList. - :rtype: list[WorkflowWorkflowTask] - """ - return self._results - - @results.setter - def results(self, results): - """ - Sets the results of this WorkflowWorkflowTaskList. - The array of workflowWorkflowTasks matching your request. - - :param results: The results of this WorkflowWorkflowTaskList. - :type: list[WorkflowWorkflowTask] - """ - - self._results = results - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, WorkflowWorkflowTaskList): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/models/workflow_workflow_task_ref.py b/intersight/models/workflow_workflow_task_ref.py deleted file mode 100644 index ec1449cd..00000000 --- a/intersight/models/workflow_workflow_task_ref.py +++ /dev/null @@ -1,149 +0,0 @@ -# coding: utf-8 - -""" - Intersight REST API - - This is Intersight REST API - - OpenAPI spec version: 1.0.5-612 - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from pprint import pformat -from six import iteritems -import re - - -class WorkflowWorkflowTaskRef(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'moid': 'str', - 'object_type': 'str' - } - - attribute_map = { - 'moid': 'Moid', - 'object_type': 'ObjectType' - } - - def __init__(self, moid=None, object_type=None): - """ - WorkflowWorkflowTaskRef - a model defined in Swagger - """ - - self._moid = None - self._object_type = None - - if moid is not None: - self.moid = moid - if object_type is not None: - self.object_type = object_type - - @property - def moid(self): - """ - Gets the moid of this WorkflowWorkflowTaskRef. - - :return: The moid of this WorkflowWorkflowTaskRef. - :rtype: str - """ - return self._moid - - @moid.setter - def moid(self, moid): - """ - Sets the moid of this WorkflowWorkflowTaskRef. - - :param moid: The moid of this WorkflowWorkflowTaskRef. - :type: str - """ - - self._moid = moid - - @property - def object_type(self): - """ - Gets the object_type of this WorkflowWorkflowTaskRef. - - :return: The object_type of this WorkflowWorkflowTaskRef. - :rtype: str - """ - return self._object_type - - @object_type.setter - def object_type(self, object_type): - """ - Sets the object_type of this WorkflowWorkflowTaskRef. - - :param object_type: The object_type of this WorkflowWorkflowTaskRef. - :type: str - """ - - self._object_type = object_type - - def to_dict(self): - """ - Returns the model properties as a dict - """ - result = {} - - for attr, _ in iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - - return result - - def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) - - def __repr__(self): - """ - For `print` and `pprint` - """ - return self.to_str() - - def __eq__(self, other): - """ - Returns true if both objects are equal - """ - if not isinstance(other, WorkflowWorkflowTaskRef): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """ - Returns true if both objects are not equal - """ - return not self == other diff --git a/intersight/rest.py b/intersight/rest.py index d24489fe..e7ae313f 100644 --- a/intersight/rest.py +++ b/intersight/rest.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-228 + OpenAPI spec version: 1.0.9-255 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/setup.py b/setup.py index a9fc47c9..ff95c2f1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup, find_packages NAME = "intersight" -VERSION = "1.0.9-228" +VERSION = "1.0.9-255" # To install the library, run the following # # python setup.py install